Click here to Skip to main content
15,920,896 members
Home / Discussions / C#
   

C#

 
AnswerRe: Get highlighted text from any window with special shortcut Pin
mgiaco825-Jun-07 2:20
mgiaco825-Jun-07 2:20 
Question[Message Deleted] Pin
R_L_H4-Jun-07 10:27
R_L_H4-Jun-07 10:27 
AnswerRe: How Do You Disable All Click Events For A .Net Control? Pin
Dave Kreskowiak4-Jun-07 10:42
mveDave Kreskowiak4-Jun-07 10:42 
AnswerRe: How Do You Disable All Click Events For A .Net Control? Pin
Ian Shlasko4-Jun-07 10:49
Ian Shlasko4-Jun-07 10:49 
General[Message Deleted] Pin
R_L_H4-Jun-07 10:53
R_L_H4-Jun-07 10:53 
GeneralRe: How Do You Disable All Click Events For A .Net Control? Pin
Ian Shlasko4-Jun-07 12:00
Ian Shlasko4-Jun-07 12:00 
GeneralRe: How Do You Disable All Click Events For A .Net Control? Pin
Dave Kreskowiak4-Jun-07 14:00
mveDave Kreskowiak4-Jun-07 14:00 
GeneralRe: How Do You Disable All Click Events For A .Net Control? Pin
Ian Shlasko5-Jun-07 2:52
Ian Shlasko5-Jun-07 2:52 
That's basically correct, with one correction.

In order to avoid that last problem you mentioned, I run an entire form or parent container through an algorithm that specifies certain exceptions (Lock all controls except A, B, and C). The algorithm takes the entire tree or subtree of controls, and inserts those locked panels wherever needed such that they cover all controls except the ones listed as exceptions.

So if control X has children A, B, and C, and we don't want to lock up B, it would leave X alone and lock up A and C separately. This of course assumes that container controls don't themselves need to be locked, so it's not quite foolproof.
Questionhow to check free space on disk using FTP client? Pin
wojti4-Jun-07 9:58
wojti4-Jun-07 9:58 
AnswerRe: how to check free space on disk using FTP client? Pin
Dave Kreskowiak4-Jun-07 10:32
mveDave Kreskowiak4-Jun-07 10:32 
Questionchange button shape Pin
ABBASI_RA4-Jun-07 9:03
ABBASI_RA4-Jun-07 9:03 
AnswerRe: change button shape Pin
Tarakeshwar Reddy4-Jun-07 9:07
professionalTarakeshwar Reddy4-Jun-07 9:07 
GeneralRe: change button shape Pin
ABBASI_RA4-Jun-07 9:20
ABBASI_RA4-Jun-07 9:20 
QuestionHow to find name of a library? (beginner) Pin
Christian Bailey4-Jun-07 9:03
Christian Bailey4-Jun-07 9:03 
AnswerRe: How to find name of a library? (beginner) Pin
SimulationofSai4-Jun-07 22:31
SimulationofSai4-Jun-07 22:31 
Questionselected column header datagridview Pin
FernandoMartin4-Jun-07 9:02
FernandoMartin4-Jun-07 9:02 
QuestionEmail merg Pin
merwa4-Jun-07 8:49
merwa4-Jun-07 8:49 
AnswerRe: Email merg Pin
Muammar©4-Jun-07 11:05
Muammar©4-Jun-07 11:05 
Questionget current session ID Pin
crash8934-Jun-07 8:00
crash8934-Jun-07 8:00 
AnswerRe: get current session ID Pin
Tarakeshwar Reddy4-Jun-07 8:51
professionalTarakeshwar Reddy4-Jun-07 8:51 
GeneralRe: get current session ID Pin
crash8934-Jun-07 9:06
crash8934-Jun-07 9:06 
GeneralRe: get current session ID Pin
Giorgi Dalakishvili4-Jun-07 9:20
mentorGiorgi Dalakishvili4-Jun-07 9:20 
GeneralRe: get current session ID Pin
crash8934-Jun-07 9:22
crash8934-Jun-07 9:22 
GeneralRe: get current session ID Pin
crash8934-Jun-07 9:22
crash8934-Jun-07 9:22 
GeneralRe: get current session ID Pin
Tarakeshwar Reddy4-Jun-07 9:47
professionalTarakeshwar Reddy4-Jun-07 9:47 

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.