Click here to Skip to main content
15,793,546 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to implement a teleprompter? Pin
Member 14902592-Sep-15 22:35
Member 14902592-Sep-15 22:35 
QuestionPrint the entire tablelayoutpanel on multiple print pages. Pin
Anita Kul5-Apr-07 1:24
Anita Kul5-Apr-07 1:24 
Questionhow to get the address of a thread Pin
sweenySL5-Apr-07 1:21
sweenySL5-Apr-07 1:21 
AnswerRe: how to get the address of a thread Pin
roel_v5-Apr-07 1:39
roel_v5-Apr-07 1:39 
GeneralRe: how to get the address of a thread Pin
sweenySL5-Apr-07 20:09
sweenySL5-Apr-07 20:09 
AnswerRe: how to get the address of a thread Pin
beatles16925-Apr-07 1:48
beatles16925-Apr-07 1:48 
GeneralRe: how to get the address of a thread Pin
sweenySL5-Apr-07 20:17
sweenySL5-Apr-07 20:17 
QuestionI need to save the entire form in bmp format. Pin
Anita Kul5-Apr-07 1:16
Anita Kul5-Apr-07 1:16 
I need to save the entire form in bmp format. I 've used the following code:

Bitmap bi = new Bitmap(this.Width, this.Height);
this.DrawToBitmap(bi,new Rectangle(0,0,this.Width,this.Height));
bi.Save (@"c:\Test.bmp", ImageFormat.Bmp);

Problem: only the visible area of the form is saving in bmp format. the other part like area of the form occupied by scroll bar is not saving.

could you please give me any suggestions.



Anita

AnswerRe: I need to save the entire form in bmp format. Pin
Adeel Chaudhry7-Apr-07 1:05
Adeel Chaudhry7-Apr-07 1:05 
Questionhelp on Regular Expression Pin
irsh_is5-Apr-07 1:11
irsh_is5-Apr-07 1:11 
AnswerRe: help on Regular Expression Pin
B.A5-Apr-07 1:33
B.A5-Apr-07 1:33 
AnswerRe: help on Regular Expression Pin
Ed.Poore5-Apr-07 4:40
Ed.Poore5-Apr-07 4:40 
GeneralRe: help on Regular Expression Pin
irsh_is12-Apr-07 3:19
irsh_is12-Apr-07 3:19 
Questionyahoo messenger component ... Pin
B.A5-Apr-07 1:10
B.A5-Apr-07 1:10 
AnswerRe: yahoo messenger component ... Pin
Vasudevan Deepak Kumar5-Apr-07 6:41
Vasudevan Deepak Kumar5-Apr-07 6:41 
Questionhow to know if someone visited my site? Pin
Nekshan5-Apr-07 0:45
Nekshan5-Apr-07 0:45 
AnswerRe: how to know if someone visited my site? Pin
Christian Graus5-Apr-07 1:13
protectorChristian Graus5-Apr-07 1:13 
Questionusing directives for a new file / class Pin
peterchen5-Apr-07 0:37
peterchen5-Apr-07 0:37 
AnswerRe: using directives for a new file / class Pin
Christian Graus5-Apr-07 1:07
protectorChristian Graus5-Apr-07 1:07 
AnswerRe: using directives for a new file / class Pin
DavidNohejl5-Apr-07 1:15
DavidNohejl5-Apr-07 1:15 
GeneralRe: using directives for a new file / class Pin
peterchen5-Apr-07 9:15
peterchen5-Apr-07 9:15 
Questionlienentre deux logiciels Pin
nayoula5-Apr-07 0:28
nayoula5-Apr-07 0:28 
AnswerRe: lienentre deux logiciels Pin
Christian Graus5-Apr-07 0:40
protectorChristian Graus5-Apr-07 0:40 
QuestionRow select on DataGridView Pin
waddie15-Apr-07 0:07
waddie15-Apr-07 0:07 
AnswerRe: Row select on DataGridView Pin
joon vh.5-Apr-07 0:20
joon vh.5-Apr-07 0:20 

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.