I have been playing with faxing for a while now and am disatified with the faxcom.dll that is available so i thought i would try the winfax.dll. I have managed to piece together the following code.
However when i run it i get the error code 87 which means
ERROR_INVALID_PARAMETER i think. The...
I have found a rather inadequate solution by using the windows clipboard.
VB6 Snippet
---------------------------------------
Private Sub Command1_Click()
Dim i As StdPicture
Set i = LoadPicture(List1.Text)
Dim clip As Clipboard
Set clip = Clipboard
clip.Clear...
Please Help before i kill my machine (not realy but thats how i feel).
I have successfully created AND compiled AND referenced a new class in VB.NET, and created the counter program to use it in VB6, however this works fine if i pass a string but i want to pass a picture from VB6 to VB.NET...
I am trying to get me EVB program to connect to the internet.
I found some code to do with connection manager API's but its all in EVC.
Please can anyone help.
Thanks.
I am writing code to print a box but the printer just seems to print a blank sheet of paper.
Heres the code ive written.
Private Sub Command4_Click()
Dim prn As Printer
Set prn = Printer
startx1 = starty1 = 5670
endx1 = endy1 = 56700
black1 = RGB(0, 0, 0)...
I Have a DSL-504 router and a Netgear FVS318 VPN Router And Windows 2000 server at two different locations.
I really have no clue as to what im doing anymore, I feel like crying.
Office1 is setup as follows
Windows 2000 server
(has DHCP and DNS Running OK)
IP address port 1 -...
Plank,
Im not sure i quite understand you but here goes,
The HD that your probably viewing (after using the win98 boot disk) is the DOS partition. To see the NTFS partition try getting a hold of NTFSDOS.
Cheers
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.