Forum: C++ Aug 14th, 2007 |
| Replies: 3 Views: 694 thanks for the reply! The printers are normal 8.5 x 11.0 paper printer but they have a section that pulls out and a printable CD can be loaded and printed. HP has came out with quite a few of... |
Forum: C++ Aug 14th, 2007 |
| Replies: 3 Views: 694 Does anybody know if there's a way to interact with a printer that prints onto CD's? I've googled it and haven't found anything promising. The app that I'm writing is going to need it. It seem that... |
Forum: VB.NET Aug 14th, 2007 |
| Replies: 3 Views: 862 you can also visit www.planet-source-code.com for VB.Net code. These examples seem to be geared toward beginner/itermediate levels. Just remember that there is no substitute for reading good... |
Forum: Visual Basic 4 / 5 / 6 Aug 9th, 2007 |
| Replies: 3 Views: 1,439 I think I understand more of what your wanting. Your wanting an preview (image) of the form so that you can place the fields in the exact location without a lot of guess work. Am I correct? With... |
Forum: Visual Basic 4 / 5 / 6 Aug 9th, 2007 |
| Replies: 3 Views: 1,439 I'm not sure exactly what you are trying to accomplish. I'm assuming that your wanting the text to start below the graphics that are on the stationary. This will involve pixel differentiation. ... |
Forum: C# Aug 8th, 2007 |
| Replies: 0 Views: 967 Does anybody know if there's a way to interact with a printer that prints onto CD's? I've googled it and haven't found anything promising. The app that I'm writing is going to need it. It seem that... |
Forum: VB.NET Aug 8th, 2007 |
| Replies: 9 Views: 13,970 Are you saying that you have a bunch of lines that added in succesion instead of one line?
Try using the StreamWriter class. I have used it on a number of occassions to write text to a file and I... |