printing with code

  • Thread starter Thread starter salih ataoz
  • Start date Start date
S

salih ataoz

i read that with cristal reports i can use only 5
conconected users.
At visual basic 6 i use codes like

printer.orientation=1
printer.papersize=9

printer.currentx=100
printer.currenty=200
printer.font="helvetika"
printer.fontbold=true



at visual studio . net how can i use this code
inorder to make more person to take print

thanks
 
* "salih ataoz said:
i read that with cristal reports i can use only 5
conconected users.

What does that have to do with printing?!
At visual basic 6 i use codes like

printer.orientation=1
printer.papersize=9

printer.currentx=100
printer.currenty=200
printer.font="helvetika"
printer.fontbold=true

That's VB6 code used to change printer settings.
at visual studio . net how can i use this code
inorder to make more person to take print

?!?
 
Back
Top