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

C#

 
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 
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 
Hi nader

Thanks for your help .
could you please have a look at my code ,it works but not good ,when i want to drag , the button blinks more, and sometimes hide !!!

private void button1_MouseMove(object sender, MouseEventArgs e)
{
if (e.Button== MouseButtons.Left)
{
button1.Location = new Point(e.X, e.Y);
this.Update();

}
}




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 
AnswerRe: assigning string to dataset Pin
_AK_26-Sep-06 23:16
_AK_26-Sep-06 23:16 
QuestionBulk Insertion to DB Pin
meeram39526-Sep-06 21:41
meeram39526-Sep-06 21:41 
Questionhow to read .resx file Pin
Tamimi - Code26-Sep-06 21:13
Tamimi - Code26-Sep-06 21:13 

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.