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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by drizet

  1. drizet

    Help in converting a Unix-based C library to VC++ library or dll

    I have to convert a unix based library that we developed to a VC++ library or dll. Each function is in its own separate C file. The library contains several headers files that have #defines, a lot of structures and functions prototypes. I need to link this into a dialog-based application I...
  2. drizet

    Dialog box not appearing in front of main window

    I have created a dialog based application with a menubar. The menubar selection pops up another dialog box. But, this one appears very breifly then disappears behind the maindialog app window. How can I make it stay in front of the parent window? In the properties, I have made sure I have...
  3. drizet

    Changing Static Label Text Dynamically

    I created a dialog box that resembles a prompt dialog box from Motif. In Motif, the label I created for the text edit box is an actual resource which can be changed dynamically. I use this feature so that the user knows which other control has activated the prompt dialog. The only thing I found...
  4. drizet

    Enabling Microsoft Forms 2.0 TextBox

    Thanks, I removed all the forms text boxes and changed them to rich edit controls. Now, I need to figure out how to use these. Scott Urban email:urban@ast.lmco.com
  5. drizet

    RICH EDIT BOXES

    Is the load routine called from the init routine? if not, in which function would I place the load routine? This is my first experience with Visual C++. I'm using ver. 6.0. I'm trying to convert a unix app from C, Motif and Fortran to a Visual C++ app. Any help would be greatly aprreciated...
  6. drizet

    Enabling Microsoft Forms 2.0 TextBox

    I am trying to use Microsoft Forms 2.0 TextBox in an user interface I am creating using Microsoft Visual C++ 6.0. I have been unable to display any text in the box. I plan on using it to display messages to the user. It will not be editable by the user. What do I need to do to get it to display...

Part and Inventory Search

Back
Top