Click here to Skip to main content
16,004,854 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Acess Form Function Pin
makeko22-Jul-05 7:01
makeko22-Jul-05 7:01 
GeneralRe: Acess Form Function Pin
Anonymous22-Jul-05 10:38
Anonymous22-Jul-05 10:38 
GeneralRe: Acess Form Function Pin
makeko26-Jul-05 7:36
makeko26-Jul-05 7:36 
GeneralSQL Server Question Pin
spettiford20-Jul-05 7:41
spettiford20-Jul-05 7:41 
GeneralRe: SQL Server Question Pin
Dave Kreskowiak20-Jul-05 12:49
mveDave Kreskowiak20-Jul-05 12:49 
GeneralRe: SQL Server Question Pin
Christian Graus20-Jul-05 12:51
protectorChristian Graus20-Jul-05 12:51 
GeneralPrinter Independent in Visual Basic 6.0 (?) Pin
e_screw20-Jul-05 7:14
e_screw20-Jul-05 7:14 
GeneralRe: Printer Independent in Visual Basic 6.0 (?) Pin
Dave Kreskowiak20-Jul-05 12:47
mveDave Kreskowiak20-Jul-05 12:47 
That's going to be a bit difficult to do. Since each printer has different "unprintable margins," it's virtually impossible to do what you want completely automatically.

For example, if a field is about an inch from the left edge of the page, the unprintable margin on one printer would probably be something like 1/8" and on another 3/16".

You'll have to put into your code some method for your fields to be laid out using offsets. These offsets would be stored in an .INI file and read by your program. Using these offsets, you're code could move the fields around so they fall into the pre-printed boxes on the form. You'll have to come up with the method for moving them around depending on how your laying them out now.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralMsi's waiting on finish Pin
phraser20-Jul-05 6:26
phraser20-Jul-05 6:26 
GeneralRe: Msi's waiting on finish Pin
rwestgraham20-Jul-05 15:51
rwestgraham20-Jul-05 15:51 
GeneralRe: Msi's waiting on finish Pin
phraser21-Jul-05 8:48
phraser21-Jul-05 8:48 
GeneralRe: Msi's waiting on finish Pin
rwestgraham22-Jul-05 14:14
rwestgraham22-Jul-05 14:14 
GeneralStoring Values in Enum Pin
prathiba_naresh20-Jul-05 5:55
prathiba_naresh20-Jul-05 5:55 
GeneralRe: Storing Values in Enum Pin
Christian Graus20-Jul-05 12:52
protectorChristian Graus20-Jul-05 12:52 
Generalvoice recognition Pin
Ms Damia20-Jul-05 5:08
sussMs Damia20-Jul-05 5:08 
GeneralRe: voice recognition Pin
Christian Graus20-Jul-05 12:53
protectorChristian Graus20-Jul-05 12:53 
GeneralRe: voice recognition Pin
Colin Angus Mackay20-Jul-05 12:54
Colin Angus Mackay20-Jul-05 12:54 
GeneralTextbox enter behaviour Pin
Brian_Murphy20-Jul-05 4:43
Brian_Murphy20-Jul-05 4:43 
GeneralRe: Textbox enter behaviour Pin
Anonymous20-Jul-05 4:52
Anonymous20-Jul-05 4:52 
GeneralRe: Textbox enter behaviour Pin
Brian_Murphy20-Jul-05 5:02
Brian_Murphy20-Jul-05 5:02 
GeneralDrWatson Error in Event Log - MultiByteToWideChar Pin
ViralParikh20-Jul-05 4:33
ViralParikh20-Jul-05 4:33 
GeneralRe: DrWatson Error in Event Log - MultiByteToWideChar Pin
Dave Kreskowiak20-Jul-05 12:31
mveDave Kreskowiak20-Jul-05 12:31 
GeneralRe: DrWatson Error in Event Log - MultiByteToWideChar Pin
ViralParikh21-Jul-05 8:20
ViralParikh21-Jul-05 8:20 
GeneralRe: DrWatson Error in Event Log - MultiByteToWideChar Pin
Dave Kreskowiak21-Jul-05 10:05
mveDave Kreskowiak21-Jul-05 10:05 
GeneralRe: DrWatson Error in Event Log - MultiByteToWideChar Pin
ViralParikh26-Jul-05 6:01
ViralParikh26-Jul-05 6:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.