|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
VB .NET 2k3 print directly to parallel portinto Visual Basic .net 2k3. The access code goes directly to LPT1 as follows ---------------------------- Open "lpt1" For Output As #1 ' Open LPT1 for output. Print #1, "^FO80,85" Print #1, "^BY3,3,1" Print #1, "^B2,60,y,n" Print #1, "^FD"; ID Print #1, "^FS" Print #1, "^XA" ------------------------------ fileopen won't let me use "lpt1". How do I send codes directly to lpt1? Thanks, Peter Here's your solution:
http://support.microsoft.com/default.aspx?scid=kb;en-us;322090 Crouchie1998 BA (HONS) MCP MCSE
VB.NET VERY Slow
Make installer make app start up on login sockets SQL connection two console apps. detect clicked column in datagrid Why "Application has generated an exception" error and not a good error message? How to check for scroll bars in web browser object? Transpose datagrid row to corresponding label text Upgrade from 6.0 (Printer) |
|||||||||||||||||||||||