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 dhealy

  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

    I would like to display a WebCam image.. It has it's own IP address, so I'd like to link the object to it. CreateObject will work for this? Dennis.
  4. 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.
  5. dhealy

    XML Parsing/Creation &amp; VB6

    Pete, > Absolutely. Have you been introduced to the SOAP standard > yet? If not, it sounds like you should check it out. Thanks for your quick reply! It's funny that you mention SOAP, because this will be the next phase of our project, however, the immediate future sees us using CGI.. >...
  6. 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...
  7. 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