Click here to Skip to main content
15,922,584 members
Home / Discussions / C#
   

C#

 
GeneralRe: Email in C# 2005 (.net 2.0) Pin
David Stone23-Aug-05 12:33
sitebuilderDavid Stone23-Aug-05 12:33 
GeneralRe: Email in C# 2005 (.net 2.0) Pin
Guffa23-Aug-05 12:53
Guffa23-Aug-05 12:53 
GeneralRe: Email in C# 2005 (.net 2.0) Pin
Daniel132423-Aug-05 13:14
Daniel132423-Aug-05 13:14 
GeneralRe: Email in C# 2005 (.net 2.0) Pin
Daniel132423-Aug-05 13:29
Daniel132423-Aug-05 13:29 
GeneralRe: Email in C# 2005 (.net 2.0) Pin
David Stone23-Aug-05 12:34
sitebuilderDavid Stone23-Aug-05 12:34 
GeneralRe: Email in C# 2005 (.net 2.0) Pin
senorbadger10-Mar-09 7:12
senorbadger10-Mar-09 7:12 
QuestionHow to copy struct to byte [] ? Pin
queisser23-Aug-05 11:04
queisser23-Aug-05 11:04 
AnswerRe: How to copy struct to byte [] ? Pin
Bojan Rajkovic23-Aug-05 19:44
Bojan Rajkovic23-Aug-05 19:44 
AnswerRe: How to copy struct to byte [] ? Pin
leppie23-Aug-05 21:47
leppie23-Aug-05 21:47 
GeneralSelection Frames Pin
Shawn Dwyer23-Aug-05 10:06
Shawn Dwyer23-Aug-05 10:06 
GeneralDatagrid help! Pin
dgap23-Aug-05 8:27
dgap23-Aug-05 8:27 
GeneralRe: Datagrid help! Pin
Guffa23-Aug-05 9:21
Guffa23-Aug-05 9:21 
QuestionHow can I prevent my control to be serialized in design-mode? Pin
Tesic Goran23-Aug-05 7:40
professionalTesic Goran23-Aug-05 7:40 
AnswerRe: How can I prevent my control to be serialized in design-mode? Pin
Daniel132423-Aug-05 8:05
Daniel132423-Aug-05 8:05 
GeneralRe: How can I prevent my control to be serialized in design-mode? Pin
Tesic Goran23-Aug-05 8:12
professionalTesic Goran23-Aug-05 8:12 
GeneralRe: How can I prevent my control to be serialized in design-mode? Pin
Daniel132423-Aug-05 8:39
Daniel132423-Aug-05 8:39 
GeneralRe: How can I prevent my control to be serialized in design-mode? Pin
Tesic Goran23-Aug-05 9:12
professionalTesic Goran23-Aug-05 9:12 
GeneralRe: How can I prevent my control to be serialized in design-mode? Pin
Daniel132423-Aug-05 9:17
Daniel132423-Aug-05 9:17 
GeneralRe: How can I prevent my control to be serialized in design-mode? Pin
Tesic Goran23-Aug-05 9:25
professionalTesic Goran23-Aug-05 9:25 
GeneralRe: How can I prevent my control to be serialized in design-mode? Pin
lmoelleb23-Aug-05 21:35
lmoelleb23-Aug-05 21:35 
GeneralRe: How can I prevent my control to be serialized in design-mode? Pin
Dave Kreskowiak23-Aug-05 8:42
mveDave Kreskowiak23-Aug-05 8:42 
GeneralRe: How can I prevent my control to be serialized in design-mode? Pin
Tesic Goran23-Aug-05 9:46
professionalTesic Goran23-Aug-05 9:46 
GeneralRe: How can I prevent my control to be serialized in design-mode? Pin
Dave Kreskowiak23-Aug-05 10:00
mveDave Kreskowiak23-Aug-05 10:00 
QuestionHow can I check inside the control where I am - in design mode or run-time mode? Pin
Anonymous23-Aug-05 7:34
Anonymous23-Aug-05 7:34 
AnswerRe: How can I check inside the control where I am - in design mode or run-time mode? Pin
gnjunge23-Aug-05 7:42
gnjunge23-Aug-05 7:42 
Well if you want to know what the parent of the control is just use the Parent property of the control. If you want to know where the mouse is, use the MousePosition property of the control.

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.