Search:

Type: Posts; User: devGordon

Search: Search took 0.00 seconds.

  1. I already noticed a few hours ago that my last...

    I already noticed a few hours ago that my last post was a little too enthusiastic. On Vista it ran well. On XP, however, it was still the same (no controls). After messing around with some DLLs I...
  2. Thank you so much! I am clueless about...

    Thank you so much!

    I am clueless about manifests, but found out that I have to do this:

    #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls'...
  3. Controls Style: Resource View vs Running App

    Hi,

    I just finished my first C++ Application but there is still one thing I can't get rid of:

    In Visual Studio 2008 I see Vista styled controls. After compiling and running the application they...
  4. Replies
    1
    Views
    932

    string type understandment (beginner)

    Hi,

    I am using functions which need a wchar_t* like the setText method of a TextBox

    label.setText(myCaption);

    As I want to be able to append a string to myCaption earlier, I am wondering...
Results 1 to 4 of 4