Click here to Skip to main content
15,925,371 members
Home / Discussions / C#
   

C#

 
GeneralRe: WinForms keeps closing my dialogs !!! Pin
Christian Graus5-Jun-05 18:38
protectorChristian Graus5-Jun-05 18:38 
GeneralAdd Refrences in runTime Pin
Web cam5-Jun-05 9:58
Web cam5-Jun-05 9:58 
GeneralRe: Add Refrences in runTime Pin
Carsten Zeumer5-Jun-05 11:40
Carsten Zeumer5-Jun-05 11:40 
GeneralRe: Add Refrences in runTime Pin
DavidNohejl5-Jun-05 12:04
DavidNohejl5-Jun-05 12:04 
QuestionCOORDINATES NOT CENTERED? Pin
...---...5-Jun-05 7:00
...---...5-Jun-05 7:00 
AnswerRe: COORDINATES NOT CENTERED? Pin
S. Senthil Kumar5-Jun-05 7:21
S. Senthil Kumar5-Jun-05 7:21 
GeneralRe: COORDINATES NOT CENTERED? Pin
Anonymous5-Jun-05 9:07
Anonymous5-Jun-05 9:07 
AnswerRe: COORDINATES NOT CENTERED? Pin
Carsten Zeumer5-Jun-05 8:09
Carsten Zeumer5-Jun-05 8:09 
this.Heigth is the height of the window including any NC (Non Client) stuff (title bar, borders, scrollbars etc.)
Use the Control.ClientRect to get access to the actual size of the content area of a window.
<code>g.DrawLine(myPen, this.ClientRectangle.Width/2, 0, this.ClientRectangle.Width/2, this.ClientRectangle.Height);
g.DrawLine(myPen, 0, this.ClientRectangle.Height/2, this.ClientRectangle.Width, this.ClientRectangle.Height/2);


/cadi

24 hours is not enough
Generalnew removable storage media Pin
heikogerdd5-Jun-05 6:13
heikogerdd5-Jun-05 6:13 
GeneralRe: new removable storage media Pin
Anonymous5-Jun-05 15:51
Anonymous5-Jun-05 15:51 
Generalsave drop down box items in a text file Pin
Farhad Eft5-Jun-05 5:41
Farhad Eft5-Jun-05 5:41 
GeneralRe: save drop down box items in a text file Pin
Carsten Zeumer5-Jun-05 5:47
Carsten Zeumer5-Jun-05 5:47 
GeneralRe: save drop down box items in a text file Pin
S. Senthil Kumar5-Jun-05 6:24
S. Senthil Kumar5-Jun-05 6:24 
GeneralRe: save drop down box items in a text file Pin
Carsten Zeumer5-Jun-05 6:43
Carsten Zeumer5-Jun-05 6:43 
GeneralRe: save drop down box items in a text file Pin
S. Senthil Kumar5-Jun-05 6:55
S. Senthil Kumar5-Jun-05 6:55 
GeneralRe: save drop down box items in a text file Pin
Carsten Zeumer5-Jun-05 8:02
Carsten Zeumer5-Jun-05 8:02 
Generalif a certain item exist in a drop down box Pin
Farhad Eft5-Jun-05 5:29
Farhad Eft5-Jun-05 5:29 
GeneralRe: if a certain item exist in a drop down box Pin
S. Senthil Kumar5-Jun-05 6:54
S. Senthil Kumar5-Jun-05 6:54 
GeneralRe: if a certain item exist in a drop down box Pin
Farhad Eft5-Jun-05 10:42
Farhad Eft5-Jun-05 10:42 
GeneralRe: if a certain item exist in a drop down box [edited] Pin
DavidNohejl5-Jun-05 12:15
DavidNohejl5-Jun-05 12:15 
Questionc# and exchange ? Pin
Tee+5-Jun-05 4:44
Tee+5-Jun-05 4:44 
AnswerRe: c# and exchange ? Pin
Nick Parker5-Jun-05 9:10
protectorNick Parker5-Jun-05 9:10 
GeneralRe: c# and exchange ? Pin
Tee+5-Jun-05 17:29
Tee+5-Jun-05 17:29 
GeneralRe: c# and exchange ? Pin
Corinna John6-Jun-05 1:15
Corinna John6-Jun-05 1:15 
GeneralDataset insert new row Pin
webhay5-Jun-05 2:11
webhay5-Jun-05 2:11 

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.