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

Search:

Type: Posts; User: Goo2

Search: Search took 0.02 seconds.

  1. Run-time error stops dialog when combo box added: codes [8002] and 20

    Hi All,
    I'm not having a lot of luck declaring a combo box in the class code for my dialog resource. I'm using VC++ ver 2.0, non-MFC, Win32 with SDK calls only. I'm making additions to a large and...
  2. Re: Error creating an object based on a dialog declared in a .rc resource file

    In my initialization,
    WMMAuxIOSelectDial AuxIOCtrl (this, WMM_DOOR_CONTROLS);
    WMM_DOOR_CONTROLS just had to be in quotes:
    WMMAuxIOSelectDial AuxIOCtrl (this, "WMM_DOOR_CONTROLS");

    Good one, eh?...
  3. Re: Error creating an object based on a dialog declared in a .rc resource file

    Additional note:
    I searched *.* and *.h in my entire project, and the resource identifiers that compile successfully are not found. I have a set of files that builds, and I continually delete all...
  4. Error creating an object based on a dialog declared in a .rc resource file

    Hi All,

    I'm trying to create a new dialog in my .rc resource file and then create a
    C++ object using it. As far as I can tell, I'm doing it the same way that other
    dialogs have been implemented...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured