
July 4th, 2006, 09:27 AM
|
|
Registered User
|
|
Join Date: Jul 2006
Posts: 1
Time spent in forums: 20 m 45 sec
Reputation Power: 0
|
|
Quote: | Originally Posted by raham_m  I have designed a form in Vb6 in which it contains label and buttons which is to be printed. but the form is larger than the windows size as the controls are more . when i print the form , it prints only the area which is visible but the form which is invisible is not printed. is there any solution to print the entire form. please suggest some other soultions in Vb6 to print the entire form larger than the window size | hi,
dear you can set teh form property "Border Style" to " 1- fixed single" and make this form child form of any mdi form. then you can scroll it in mdi form, and you can print whole form.
hope you get it soon. it will work definetly
if not do mail me at er.arun1982@gmail.com
thanks
|