|
princeuk (m)
|
Am having a Problem Printing with visual Basic 6.0, I need to print an employee record and i really want to make it look like a grid view but its not working,I need help,
|
|
|
|
|
|
Kobojunkie
|
How do we help if we have no clue what the actual problem is with your code?? Any Exceptions??
|
|
|
|
|
|
princeuk (m)
|
I have been able to call the System Printer with the common dialog control,but i can't assign the work i want to print to the printer, I only use the Print Form Method. Also the grid control is very messy, I put it in a form, and the scroll bar disappears. Can You Help Me Out.
|
|
|
|
|
|
luckyCO
|
Is data you are trying to print coming from database? If it does, design a data report and fill the data inside and them print. If not Write a program that will retrieve all the values in the grid and align it in a text box and then use system Printer to print it.
For you to choose printer you have to search the enumeration for each printer in printers such data you will see all printers in the system.
Any personal Help goto my post Post your VB problems here then I will write the code for you because I always visit it and attend to questions.
take care.
|
|
|
|
|
|