Click here to Skip to main content
15,915,093 members
Home / Discussions / C#
   

C#

 
Questionfilesystem Pin
Sunil Wise9-Nov-07 23:34
professionalSunil Wise9-Nov-07 23:34 
AnswerRe: filesystem Pin
Guffa9-Nov-07 23:54
Guffa9-Nov-07 23:54 
GeneralRe: filesystem Pin
Sunil Wise9-Nov-07 23:59
professionalSunil Wise9-Nov-07 23:59 
QuestionFilling a typed dataset with multiple tables Pin
steve_rm9-Nov-07 22:59
steve_rm9-Nov-07 22:59 
AnswerRe: Filling a typed dataset with multiple tables Pin
Paul Conrad10-Nov-07 4:37
professionalPaul Conrad10-Nov-07 4:37 
QuestionRe: Filling a typed dataset with multiple tables Pin
steve_rm10-Nov-07 6:13
steve_rm10-Nov-07 6:13 
AnswerRe: Filling a typed dataset with multiple tables Pin
Paul Conrad10-Nov-07 6:38
professionalPaul Conrad10-Nov-07 6:38 
QuestionDynamically Printing a bitmap image Pin
sindhutiwari9-Nov-07 22:57
sindhutiwari9-Nov-07 22:57 
Hi,
My aim is to print the windows form dynamically .
The code which i have implemented for creating a bmp.file of the form is
/*
Bitmap bit = new Bitmap(this.Width, this.Height);
this.DrawToBitmap(bit, new Rectangle(0, 0, this.Width, this.Height));
bit.Save(@"c:\new.bmp", System.Drawing.Imaging.ImageFormat.Bmp); */

So the image is getting stored now i want to print it on a single button click if possible before that a preview screen.. if anyone knows how to complete this task or any ideas please let me know
regards
sindhu tiwari



Alwasys Innovative

AnswerRe: Dynamically Printing a bitmap image Pin
Matthew Butler10-Nov-07 1:37
Matthew Butler10-Nov-07 1:37 
QuestionSqlNotificationRequest Problem. Pin
hdv2129-Nov-07 21:51
hdv2129-Nov-07 21:51 
AnswerRe: SqlNotificationRequest Problem. Pin
sindhutiwari10-Nov-07 0:30
sindhutiwari10-Nov-07 0:30 
QuestionNow it is Official... I need help! Pin
kingletas9-Nov-07 20:22
kingletas9-Nov-07 20:22 
AnswerRe: Now it is Official... I need help! Pin
Christian Graus9-Nov-07 22:01
protectorChristian Graus9-Nov-07 22:01 
GeneralRe: Now it is Official... I need help! Pin
kingletas9-Nov-07 22:14
kingletas9-Nov-07 22:14 
GeneralRe: Now it is Official... I need help! Pin
Christian Graus9-Nov-07 22:20
protectorChristian Graus9-Nov-07 22:20 
GeneralRe: Now it is Official... I need help! Pin
Paul Conrad10-Nov-07 3:18
professionalPaul Conrad10-Nov-07 3:18 
GeneralRe: Now it is Official... I need help! Pin
kingletas10-Nov-07 15:34
kingletas10-Nov-07 15:34 
GeneralRe: Now it is Official... I need help! Pin
Paul Conrad10-Nov-07 16:10
professionalPaul Conrad10-Nov-07 16:10 
GeneralRe: Now it is Official... I need help! Pin
Guffa9-Nov-07 23:06
Guffa9-Nov-07 23:06 
QuestionBrowser control in C# 2.0 Pin
A.Asif9-Nov-07 19:41
A.Asif9-Nov-07 19:41 
AnswerRe: Browser control in C# 2.0 Pin
Rajasekharan Vengalil9-Nov-07 20:18
Rajasekharan Vengalil9-Nov-07 20:18 
GeneralRe: Browser control in C# 2.0 Pin
A.Asif9-Nov-07 20:44
A.Asif9-Nov-07 20:44 
GeneralRe: Browser control in C# 2.0 Pin
Christian Graus9-Nov-07 22:44
protectorChristian Graus9-Nov-07 22:44 
GeneralRe: Browser control in C# 2.0 Pin
A.Asif11-Nov-07 17:15
A.Asif11-Nov-07 17:15 
QuestionHow to create resizable controls Pin
A.Asif9-Nov-07 19:40
A.Asif9-Nov-07 19:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.