Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jester18

    Faxing using winfax.dll resident in windows.

    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...
  2. jester18

    VB.NET Interop with VB6 - Passing a picture

    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...
  3. jester18

    VB.NET Interop with VB6 - Passing a picture

    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...
  4. jester18

    EVB connect to internet

    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.
  5. jester18

    Printing Line Help!

    Thanks johnwm for your reply. I didnt know you couldnt use multiple assignments. Cheers.
  6. jester18

    Printing Line Help!

    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)...
  7. jester18

    VPN Router & ADSL Router HELP!!

    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 -...
  8. jester18

    Run DOS game

    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

Part and Inventory Search

Back
Top