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...
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...
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.
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..
>...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.