gerharst
Jan 3rd, 2001, 03:56 PM
The problem that I have been having is with ActiveX.Exe's and forms.
Server Component
1) I created a ActiveX.Exe and added a form, the class was already there
2) Added code to a function under the class that would show the form
3) Compiled the ActiveX.exe
client Component
1) Made a standard EXE
2) made a simple form with one command button
3) Referenced the ActiveX.exe
4) Code the form and then tested the client and server on same machine
5) The client created the object and the object was visible in the task manager/processess and the activex form popped up.
So I wanted to put the client on another computer
1) created a setup add .vbr to the setup program
2) installed the program
3) ran the program and it created the object on the server machine, but no ActiveX form was visible
Question, where is the form. I thought that it would have popped up on the server, but it did not. Help Please
Thanks
Server Component
1) I created a ActiveX.Exe and added a form, the class was already there
2) Added code to a function under the class that would show the form
3) Compiled the ActiveX.exe
client Component
1) Made a standard EXE
2) made a simple form with one command button
3) Referenced the ActiveX.exe
4) Code the form and then tested the client and server on same machine
5) The client created the object and the object was visible in the task manager/processess and the activex form popped up.
So I wanted to put the client on another computer
1) created a setup add .vbr to the setup program
2) installed the program
3) ran the program and it created the object on the server machine, but no ActiveX form was visible
Question, where is the form. I thought that it would have popped up on the server, but it did not. Help Please
Thanks