Hi
This time I got to work with ActiveX document Dlls communicating with Database thru ADO.
I had prepared and tested the document dll by F5 or Run option without preparing any dll.
Now The problem how to get the designed interface at the time of instantiation thru which we had to...
Hi
I'm working with the webclass.
From a document from microsoft I developed webclass which will take 2 html template forms and one custom webitem and uses ADO to populate the information required.
Now this webclass is successfully running in designer mode ( means when actual dll not...
check for error number 32755 in the error handler whcih is nothing but the error number for the error u mentioned.
so you may insert the following code..
sub yoursub()
on error goto Er_Hnd
''set common dialog to open
exit sub
er_Hnd:
if err.number=32755 then
' take the appropriate...
Hi all
Using Createobject function we can create an object.
In order to create the object in the server we have to mention the server name in the option paramenter for server name.
I want to create a file system object in server and from that I want to create some folders.
The code I'm using...
Hi All
We got to work with media files such as movie files. Main purpose is to download a movie file from web server to client site.
Typically individual movie file is of size 300 MB approximately and combination of these files will be a complete movie. This information is based on original...
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.