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

i have a problem. My problem is that i have developed window application in C# i have print the gridview data. i have fixed it print will be fine or also its preview. My developing OS is Window Xp but when i have run setup for Window 7 os 64bit all application worked fine but when i have clicked on Print button its nothing per form any action not printing or not also preview. on the other way same setup worked fine when i have run on OS window XP. Please if any one face this problem and have a solution please Guide me!!! i am realy thank ful to You.

C#
//For Preview
printDialog1.ShowDialog();

//For Printing
printDocument1.Print();


Abdul Fawad
desktop & Web Developer
Posted

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