Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi every buddy

i have a problem. my project not working in other computers completly . my mean its running good , but a special form Not working , that form have a "PrintForm" Component .
dear friends :
1.my .net framework is installed
2.i install that component to that computer

So what do i do ?
Error = Error to PrintForm Component

Thank you
Posted
Comments
Wendelius 23-Dec-11 3:22am    
Try to post the exact error message.

Rule one: don't use PrintForm unless you absolutely have to: it never generates good looking results, it always looks like you couldn't be bothered to do that part. Use a PrintDocument[^] instead - it's a little more work (but not that much) and it gives a much, much more professional image to your app.

If you must use PrintForm then you need the VisualBasic PowerPack installed on both computers.
 
Share this answer
 
Comments
synctor 23-Dec-11 4:22am    
thank you
where i can found power pack 9.0.0.0 ?!
OriginalGriff 23-Dec-11 4:30am    
Google:
http://www.google.co.uk/search?sourceid=chrome&ie=UTF-8&q=VisualBasic+PowerPack#sclient=psy-ab&hl=en&source=hp&q=VisualBasic+PowerPack+download&pbx=1&oq=VisualBasic+PowerPack+download&aq=f&aqi=g-v1&aql=&gs_sm=e&gs_upl=5882l7751l0l8075l9l3l0l6l6l1l181l456l0.3l8l0&bav=on.2,or.r_gc.r_pw.,cf.osb&fp=9b9cf807851d05d7&biw=1418&bih=854

(And it's poiwer pack V3, the V9 is your VB version...)
But seriously - you will get a much better result with a PrintDocument
Smithers-Jones 23-Dec-11 4:36am    
Did you try Google?? Sigh! - I feel like Captain Obvious :-(
And please don't tell me, that you already tried, but couldn't find anything.

http://msdn.microsoft.com/en-gb/vbasic/bb735936
OriginalGriff 23-Dec-11 5:06am    
Oh, trust me, I know *that* feeling. :sigh:
synctor 23-Dec-11 5:34am    
i install powerPack ! Not working yet !
all forms work . but the form include printform not working
Hi,
installing your PrintForm component alone will not work.
your problem statement is not clear but i can guess you are missing some reference or some library(which is there on your system but not on other computers).
Pay heed to OrignalGriff's solution as you can not go on installing PowerPack by yourself on every computer where you wish your app to work .Even if you make it a part of your app's setup it can still have adverse affects on your installation package.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900