Click here to Skip to main content
15,892,965 members
Home / Discussions / C#
   

C#

 
QuestionWin32 API SetScrollInfo Question Pin
izakfick27-Sep-06 0:21
izakfick27-Sep-06 0:21 
AnswerRe: Win32 API SetScrollInfo Question Pin
Nader Elshehabi27-Sep-06 1:21
Nader Elshehabi27-Sep-06 1:21 
AnswerRe: Win32 API SetScrollInfo Question Pin
Eric Dahlvang27-Sep-06 4:39
Eric Dahlvang27-Sep-06 4:39 
QuestionXML question Pin
barak16048727-Sep-06 0:06
barak16048727-Sep-06 0:06 
AnswerRe: XML question Pin
bsohante27-Sep-06 0:14
bsohante27-Sep-06 0:14 
QuestionProblem with dataGridView_SelectionChanged event in vs2005 . Pin
hdv21227-Sep-06 0:01
hdv21227-Sep-06 0:01 
QuestionHow to position the form on center screen Pin
engsrini26-Sep-06 23:56
engsrini26-Sep-06 23:56 
AnswerRe: How to position the form on center screen Pin
Nader Elshehabi27-Sep-06 1:04
Nader Elshehabi27-Sep-06 1:04 
Hello

Here is a small code I wrote earlier to do the same thing:
Top = Screen.PrimaryScreen.WorkingArea.Height / 2 - Height / 2;
Left = Screen.PrimaryScreen.WorkingArea.Width / 2 - Width / 2;



RegardsRose | [Rose]

QuestionDrag&Drop Pin
Nafiseh Salmani26-Sep-06 23:33
Nafiseh Salmani26-Sep-06 23:33 
AnswerRe: Drag&Drop Pin
Nader Elshehabi27-Sep-06 1:24
Nader Elshehabi27-Sep-06 1:24 
GeneralRe: Drag&Drop Pin
Nafiseh Salmani27-Sep-06 18:57
Nafiseh Salmani27-Sep-06 18:57 
GeneralRe: Drag&Drop Pin
Nader Elshehabi27-Sep-06 19:37
Nader Elshehabi27-Sep-06 19:37 
Questionabstract vs interface Pin
psamy26-Sep-06 23:17
psamy26-Sep-06 23:17 
AnswerRe: abstract vs interface Pin
J4amieC27-Sep-06 0:15
J4amieC27-Sep-06 0:15 
QuestionProblem with MdiParent when using command pattern Pin
beatles169226-Sep-06 22:54
beatles169226-Sep-06 22:54 
AnswerRe: Problem with MdiParent when using command pattern Pin
Nader Elshehabi27-Sep-06 1:11
Nader Elshehabi27-Sep-06 1:11 
GeneralRe: Problem with MdiParent when using command pattern Pin
beatles16922-Oct-06 1:45
beatles16922-Oct-06 1:45 
QuestionPost Request Pin
Support12326-Sep-06 22:44
Support12326-Sep-06 22:44 
AnswerRe: Post Request Pin
J4amieC26-Sep-06 23:22
J4amieC26-Sep-06 23:22 
QuestionRe: Post Request Pin
Support12326-Sep-06 23:41
Support12326-Sep-06 23:41 
QuestionGreat, now one more thing and then its perfect... Pin
Support12327-Sep-06 0:16
Support12327-Sep-06 0:16 
QuestionRichTextbox Pin
izakfick26-Sep-06 22:16
izakfick26-Sep-06 22:16 
AnswerRe: RichTextbox Pin
Nader Elshehabi27-Sep-06 1:18
Nader Elshehabi27-Sep-06 1:18 
QuestionHow to set windows default sound card devices in c#.NET Pin
YogeshRT26-Sep-06 22:12
YogeshRT26-Sep-06 22:12 
Questionassigning string to dataset Pin
saqib8226-Sep-06 21:49
saqib8226-Sep-06 21:49 

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.