Forum: Legacy and Other Languages Mar 7th, 2008 |
| Replies: 11 Views: 7,409 LPRINT does work, but there is very long pause becuase the LPRINT command does not use the CLOSE Command. This started with the WinNT. Without it, the windows spooler will pause for ~90 secs before... |
Forum: VB.NET May 27th, 2007 |
| Replies: 4 Views: 1,444 In Solutions Explorer, select "View All Files" and then expand the form you want to view the auto generated code for, and then double click on the myform.designer.vb file.
Hope this helps |
Forum: VB.NET Mar 7th, 2007 |
| Replies: 5 Views: 14,375 You could do something like this (from a snipplet of existing code):
Dim directoryEntries As String() = System.IO.Directory.GetFileSystemEntries("C:\theDirectory")
Dim fileEntries As String()... |
Forum: Legacy and Other Languages Mar 7th, 2007 |
| Replies: 5 Views: 7,460 Using the default PIF settings, once you open the program in a window all you have to do is hit
<alt> + <enter>
and it will switch to full screen mode.
Now, if you have changed the... |
Forum: Legacy and Other Languages Mar 7th, 2007 |
| Replies: 11 Views: 7,409 Humm, not very helpfull...
If he is just trying to print to a USB printer then he can use the NET USE Command from the DOS prompt like this:
:>net use lpt1 \\ (file://\\)[Server]\[Shared... |