-
Get file HTTP
Hi, I am with problem when using the OCX of the INET, some people who use windows seen have problem with the OCX for not being registered...
my project is to launcher for game online and I cannot order all to register this OCX! :(
I using wininet.dll to make download, am necessary to register? or he only need to be in the directory of application?
-
Re: Get file HTTP
DLL files, like OCX files, have to be registered with the OS that is using them.
-
Re: Get file HTTP
oh my god! has a solution to work perfectly in windows VISTA and XP?
-
Re: Get file HTTP
How many times are you going to ask this question?
You need to create an installation package. The installer registers the OCX.
Even the VB executable requires DLL (vb run-time) files in order to run, so you'll have to create an installer anyway when distributing your application.
-
Re: Get file HTTP
how to create a installation package?
is possible create a function to register this OCX or DLL? example of the windows: regsvr32
:(
-
Re: Get file HTTP