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

Search:

Type: Posts; User: RiggiT

Search: Search took 0.02 seconds.

  1. Re: Api static LRESULT WndProc in class, Window appears, can't move Window

    I think that i cannot have a protected MSG in my
    class, to handle the WINMAIN.

    MSG must be created in the WINMAIN.

    MAYBE there is another solution.

    If anybody knows it, he maybe post ;)
    ...
  2. Re: Api static LRESULT WndProc in class, Window appears, can't move Window

    I've found the fault,

    it's quite confusing for me......

    I've created a public var MSG msg
    and then i could move the Window.

    in my WINMAIN i've done something like this.....
    firstWindow.msg...
  3. Re: Api static LRESULT WndProc in class, Window appears, can't move Window

    Thank you for your answer ;)

    I've declared in my header LRESULT CALLBACK _WndProc......
    I've correct this in my cpp, but there was no change......

    No compile or linker errors.

    I think the...
  4. Api static LRESULT WndProc in class, Window appears, can't move Window

    Hi Everyone,

    I've read a lot of win32 api wrapper in c++, i don't have something like a pair list.
    I only want to create a window in OOP, that i can move.... and change the WndProc
    Funktion with...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured