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 TouchToneTommy 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: dhealy
  • Content: Threads
  • Order by date
  1. dhealy

    VB/Apache/CGI

    I'm trying to write a program in VB that will be used as a CGI program on the Apache HTTPD (Win32) server, on an NT Workstation (SP6) I'm having a helluva time trying to get my program to work, it will run seperate from CGI, but as soon as the EXE is called from a webbrowser, the program won't...
  2. dhealy

    Dialog Box >> How to do Standalone Implementation w/o MFC??

    I want to have a stand-alone dialog box that opens an explorer-type screen, allowing for file selection, and passing the selected file name to the main program.. Here's what I have right now: #include <commdlg.h> ... BSTR CMyDataServer::selectConfigFile() { OPENFILENAME ofn; BOOL testHR...
  3. dhealy

    Web Pages in a VB App

    Can anyone explain to me how I could integrate a web object into a VB app? I am quite new to VB programming, and I cannot find any straight-forward approach as yet.. Thanks for any help! Dennis.
  4. dhealy

    XML &amp; VB6

    Here is a description of the system I am building: i.) XML file sent by means of a CGI request to Apache ii.) Apache calls VB program to parse XML file iii.) Date interpreted and sent via serial port to device iv.) Device responds to serial port with data v.) Data recevied interpreted and...
  5. dhealy

    XML Parsing/Creation &amp; VB6

    Here is a description of the system I am building: i.) XML file sent by means of a CGI request to Apache ii.) Apache calls VB program to parse XML file iii.) Date interpreted and sent via serial port to device iv.) Device responds to serial port with data v.) Data recevied interpreted and...

Part and Inventory Search

Back
Top