Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
AddPort
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows NT
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00995563
Message ID:
01055271
Views:
6
Hello John

thank you for your idea, i think its a good one. i'll play around with this, and i am sure i can make this approach work.

i also appologize to reply so late. i had been out for 2 month looking for a job.

thanks again for your help!


>Hi Gunnar.
>
>I have a potential solution for you. I don't claim that it's the best solution out there, but it seems to work for me. You may have to tweak it for Windows 98.
>
>Basically, the easiest way to add the port is to simply add it to the registry. In my case, I'm creating a local port to print to file. So what I do is to programmatically create a new registry key in the following path:
>
>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Ports
>
>The name of the port is the file name to which I want to print. (e.g. "C:\output.txt")
>
>In your case, the path to the registry key will probably be different because it's Windows 98. I don't have a Windows 98 machine around, so I'm not sure what the exact path would be. However, you could use a program like InCtrl5 (available from www.pcmag.com) to monitor changes to your registry while you make add a port manually. That would let you know what registry values needed to change in 98. I'm guessing that you would also change the name of the port to the network port that you want to print to.
>
>(e.g. "\\ServerName\PrinterName")
>
>Try it and see if it works for you.
>
>John
Previous
Reply
Map
View

Click here to load this message in the networking platform