CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Posts
    12

    How do I create a dialog box non-MFC

    How do I create a DialogBox non-MFC and with a class other than #32700, I used DialogBox but that just gives it the default class name


  2. #2
    Join Date
    May 1999
    Location
    Seattle, WA USA
    Posts
    423

    Re: How do I create a dialog box non-MFC

    have you looked at the Win32 function
    DialogBox
    ?



  3. #3
    Join Date
    May 1999
    Posts
    28

    Re: How do I create a dialog box non-MFC

    Just outta curiosity, why would you want to?


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured