Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. atumbomb

    Menu / Toolbar Disable - Enable

    Changing menus at runtime: The following code shows how to gray out and disable, as well as enable, menu items during runtime execution. Other functions are available, but time does not permit me to discuss them. "index" will be the menu to edit. Example File = 0, Edit = 1 CMenu...
  2. atumbomb

    Best Visual C++ Book?

    Stick with Borland. It is better. (I was paid to say the previous statements.)
  3. atumbomb

    Displaying dialogs in different shapes

    The code works great! Thanks for the help.
  4. atumbomb

    How to print out the drawing in dialog box ?

    With the program running, reach out to the top of your keyboard and press the "Print Screen" key. Then open paintbrush and paste the picture in. Go to the FILE menu and PRINT. Now wasn't that easy? :-) ~~~~~~~~~~~~~~~~~~~~~~ Adam Horky Sealevel Systems, Inc. (864)843-4343...
  5. atumbomb

    dll problem using installshield

    Try going to the project properties and telling it to Use MFC in a static library. ~~~~~~~~~~~~~~~~~~~~~~ Adam Horky Sealevel Systems, Inc. (864)843-4343 ~~~~~~~~~~~~~~~~~~~~~~
  6. atumbomb

    installing visual c++ any issues?

    I installed VC6 on Win2000 Pro with no problems. I believe our sysadmin is running Advanced Server on his computer along with VC6 and he seems to have no problems. ~~~~~~~~~~~~~~~~~~~~~~ Adam Horky Sealevel Systems, Inc. (864)843-4343 ~~~~~~~~~~~~~~~~~~~~~~
  7. atumbomb

    Displaying dialogs in different shapes

    When working with MFC apps, is it possible to display the dialog box in different shapes? (i.e. circle, triangle, blob) Squares are getting boring. :-) ~~~~~~~~~~~~~~~~~~~~~~ Adam Horky Sealevel Systems, Inc. (864)843-4343 ~~~~~~~~~~~~~~~~~~~~~~
  8. atumbomb

    Microphone in C++

    I have C++Builder 5 and I am trying to make a chat program for me a my buddies. I can't figure out how to get the microphone working so I can implement voice chat. I can't find any info on the web either. Any help on this subject will be greatly appreciated. Thank you.
  9. atumbomb

    Microphone in C++

    A friend and I are trying to make a chat program in C++. We want to add voice chat, but do not know how to implement the microphone in C++. Any help in this area will be greatly appreciated. Thank you.

Part and Inventory Search

Back
Top