Search:

Type: Posts; User: Spyril

Search: Search took 0.01 seconds.

  1. Yea sorry, I'm used to creating console apps and...

    Yea sorry, I'm used to creating console apps and for some reason I was thinking that visual.create() and LRESULT CALLBACK WndProc() were running in parallel to eachother. Problem solved, my bad
  2. Working with winAPI in classes (newbie question)

    I'll just give you some of my code for simplicity's sake. I'm creating classes for winAPI controls.



    class visual{
    public:
    int left, top, width, height;
    int typeID;
    string typeName;...
Results 1 to 2 of 2