CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: xelanoimis

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    682

    Changing resources in an exe file

    Hello!

    I need to change resources in an existing executable. That will be the icons, bitmap, user data and strings. The purpose is to create a InstallCustomizer where the users can change the look...
  2. I found a solution for the problem, but here it...

    I found a solution for the problem, but here it is more exactly what it is about (I still don't have the full code since now I'm at the offce and the code is home)

    I have some classes called,...
  3. Yes, I do not expect a precise order. I just...

    Yes, I do not expect a precise order.
    I just want them all executed until the main() function is reached because I just place their pointers in a static list.
    The problem is that some of them are...
  4. Visual C++ 6.0 - static member initialization problem

    Hi!
    I have implemented a system of replicators for some classes in Visual C++ 6.0 but some of the static replicators do not get initialized depending on the .cpp where I place them.

    In .h I...
  5. The Resource Hacker seems ok - I'll test it...

    The Resource Hacker seems ok - I'll test it tonight. Thank you!
  6. Don't have the sources

    I DON'T have the program's sources!

    I just have an executable file containing the resources that I want to modify.

    I could use a hex editor and overwrite text in english with text in my...
  7. HELP on editing Compiled Resources pls!

    Hi!
    I'm interesting in translating an executable program written in Visual C++ in another language (not english) and I was wondering if it is possible to edit the resources compiled in the...
  8. Replies
    2
    Views
    3,359

    HELP on UpdateLayeredWindow

    Hi!
    I try to create a layered window with some common controls on it, like a button or an edit box.
    The problem is that i use UpdateLayeredWindow to give a bitmap with alpha transparency to my main...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured