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

    Lightbulb plz do melp in vc++ without MFC

    plz do help in vc++ without using MFC
    hello to all,
    i'm making a simple program to demoonstrate a menu. but i'm unable to make a resource file and also to compile it,as described in "Windows 98 programming 'From the ground up' By-Herbert schilt".
    thanks,
    arpit

  2. #2
    Join Date
    Oct 2002
    Location
    India
    Posts
    138
    hello,
    If u are using SDK also, u can build menu through resources.And call API's like LoadMenu, CreateMenu to load ad display menu.U can use help on MSDN for this topics.

    regards,
    thomas

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