
09-27-2006, 08:56 PM
|
Centurion
Preferred language: C#, VB.Net, ASP.Net
|
|
Join Date: Nov 2003
Location: Pennsylvania
Posts: 116
|
|
Pre-printed form printing
Hi all,
I'm writing a C# app that will print information from a database. I have a pre-printed form that I need to print on and align the data so that it fits in the pre-defined areas.
What is the easiest way to do this? Does anyone possibly have any examples that they can point me to? I really don't want to take out a ruler and manually enter all of the spacing, etc.
Any help would be appreciated.
Thanks in advance,
Chris
|
__________________
Code:
if(computer.speed == "slow")
{
hamster.feed();
}
if(computer.speed == "really slow")
{
hamster.kill();
BuyNewHamster();
}
|