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

Search:

Type: Posts; User: Gutzy

Search: Search took 0.02 seconds.

  1. Re: Problems with constructors in nested structs and unions

    Thanks for your help. I'll get rid of the union and use a cast. Can you help me on how to get the compiler to let me cast my struct to a long?
  2. Problems with constructors in nested structs and unions

    I have a struct nested within a class and a union of that struct. If I have a struct constructor that takes arguments, then the union won't compile.

    I also want to create an instance of the struct...
  3. Replies
    3
    Views
    1,552

    Re: CreateProcess problems with some applications

    Indeed, it is. But I need a window handle for my launched application. If there is more than one instance of Firefox running, I can't tell which one is the one I have just launched, since they all...
  4. Replies
    3
    Views
    1,552

    CreateProcess problems with some applications

    I am trying to use CreateProcess to launch firefox.exe. It works for some applications, such as Explorer.exe, but not for others, such as notepad.exe or firefox.exe.
    CreateProcess returns True and...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured