Click here to Skip to main content
15,893,508 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to change icon size on the desktop? Pin
DaveyM6913-Jul-08 14:29
professionalDaveyM6913-Jul-08 14:29 
QuestionHandling COM object with an infinite loop Pin
Vitaly Belman13-Jul-08 9:25
Vitaly Belman13-Jul-08 9:25 
AnswerRe: Handling COM object with an infinite loop Pin
Alan Balkany14-Jul-08 4:49
Alan Balkany14-Jul-08 4:49 
AnswerRe: Handling COM object with an infinite loop Pin
Frank Horn14-Jul-08 9:28
Frank Horn14-Jul-08 9:28 
QuestionPassing mouse events over to the parent Pin
-Dy13-Jul-08 8:27
-Dy13-Jul-08 8:27 
AnswerRe: Passing mouse events over to the parent Pin
Luc Pattyn13-Jul-08 9:09
sitebuilderLuc Pattyn13-Jul-08 9:09 
GeneralRe: Passing mouse events over to the parent Pin
-Dy13-Jul-08 11:00
-Dy13-Jul-08 11:00 
GeneralRe: Passing mouse events over to the parent Pin
Frank Horn14-Jul-08 9:39
Frank Horn14-Jul-08 9:39 
I've had this problem too when the question came up whether a control could give users a possibility to drag child controls around. Either you don't use controls at all and do everything in the OnPaint method (which is pure hell), or you have to suscribe to the mouse events of all child controls. So far I haven't come up with anything better than a central ChildControl_MouseDown handler and a call in the constructor (after InitializeComponent) like foreach (control in this Controls) control.MouseDown+=ChildControl_MouseDown
QuestionC# vs Java Exception messages Pin
DwR13-Jul-08 5:40
DwR13-Jul-08 5:40 
AnswerRe: C# vs Java Exception messages Pin
Scott Dorman13-Jul-08 6:24
professionalScott Dorman13-Jul-08 6:24 
AnswerRe: C# vs Java Exception messages Pin
Vimalsoft(Pty) Ltd13-Jul-08 15:34
professionalVimalsoft(Pty) Ltd13-Jul-08 15:34 
QuestionGet information about serval given keys is pressed? Pin
panyl13-Jul-08 2:09
panyl13-Jul-08 2:09 
AnswerRe: Get information about serval given keys is pressed? Pin
Guffa13-Jul-08 9:16
Guffa13-Jul-08 9:16 
GeneralRe: Get information about serval given keys is pressed? Pin
panyl13-Jul-08 17:34
panyl13-Jul-08 17:34 
GeneralRe: Get information about serval given keys is pressed? Pin
Luc Pattyn13-Jul-08 18:19
sitebuilderLuc Pattyn13-Jul-08 18:19 
QuestionComboBox Driven DataView FIlter Building Pin
Jammer13-Jul-08 0:54
Jammer13-Jul-08 0:54 
Questionhow to select specific row in DataGrid Pin
Metik13-Jul-08 0:05
Metik13-Jul-08 0:05 
AnswerRe: how to select specific row in DataGrid Pin
panyl13-Jul-08 2:26
panyl13-Jul-08 2:26 
AnswerRe: how to select specific row in DataGrid Pin
Vimalsoft(Pty) Ltd14-Jul-08 5:10
professionalVimalsoft(Pty) Ltd14-Jul-08 5:10 
QuestionSwitch vs If-else Pin
zeeShan anSari12-Jul-08 23:29
zeeShan anSari12-Jul-08 23:29 
AnswerRe: Switch vs If-else Pin
Scott Dorman13-Jul-08 2:24
professionalScott Dorman13-Jul-08 2:24 
AnswerRe: Switch vs If-else Pin
Joe Woodbury13-Jul-08 6:54
professionalJoe Woodbury13-Jul-08 6:54 
AnswerRe: Switch vs If-else Pin
Guffa13-Jul-08 9:13
Guffa13-Jul-08 9:13 
GeneralRe: Switch vs If-else Pin
Luc Pattyn13-Jul-08 12:14
sitebuilderLuc Pattyn13-Jul-08 12:14 
AnswerRe: Switch vs If-else Pin
Alan Balkany14-Jul-08 5:02
Alan Balkany14-Jul-08 5:02 

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.