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: *

  • Users: MRed
  • Order by date
  1. MRed

    CString

    It is a good idea to validate the string for proper format (i.e. valid numeric and '.' characters) before you pass it to the atof function.
  2. MRed

    getopt & command line parameters

    Is this for VC++/MFC or a MS C/C++ app ?
  3. MRed

    how to make an interface like access2000 (with a left navigate bar)?

    The basic idea is this...<br> - Create a custom CMDIChildWnd class<br> - In that class declare a CSplitterWnd object. Define the splitter object in the CMDIChildWnd class' OnCreateClient function.<br> - In the apps InitInstance function's CMultiDocTemplate definition use your custom CMDIChildWnd...
  4. MRed

    Xon Xoff - Comm Port

    I have done serial communications apps using the MS Communications ActiveX control. Add this registered ActiveX control to your project. Consideration should be given as to which class the control will be declared in (e.g. Mainframe, View ) because the message handler for the control's...

Part and Inventory Search

Back
Top