Click here to Skip to main content
15,925,399 members
Home / Discussions / C#
   

C#

 
AnswerRe: Help: checking a variable against a string ignoring case senstivity. Pin
Luc Pattyn4-Jun-07 12:36
sitebuilderLuc Pattyn4-Jun-07 12:36 
GeneralRe: Help: checking a variable against a string ignoring case senstivity. Pin
jblouir4-Jun-07 12:42
jblouir4-Jun-07 12:42 
GeneralRe: Help: checking a variable against a string ignoring case senstivity. Pin
Brady Kelly4-Jun-07 23:21
Brady Kelly4-Jun-07 23:21 
AnswerRe: Help: checking a variable against a string ignoring case senstivity. Pin
Hesham Yassin4-Jun-07 22:39
Hesham Yassin4-Jun-07 22:39 
QuestionField Names being shorted Pin
(Steven Hicks)n+14-Jun-07 11:46
(Steven Hicks)n+14-Jun-07 11:46 
Questionhelp me with tapi 3 call status and tone detection Pin
georgishelpmegodtoo4-Jun-07 11:17
georgishelpmegodtoo4-Jun-07 11:17 
AnswerRe: help me with tapi 3 call status and tone detection Pin
Dave Kreskowiak4-Jun-07 16:54
mveDave Kreskowiak4-Jun-07 16:54 
GeneralRe: help me with tapi 3 call status and tone detection Pin
georgishelpmegodtoo5-Jun-07 0:07
georgishelpmegodtoo5-Jun-07 0:07 
GeneralRe: help me with tapi 3 call status and tone detection Pin
Dave Kreskowiak6-Jun-07 16:32
mveDave Kreskowiak6-Jun-07 16:32 
GeneralRe: help me with tapi 3 call status and tone detection Pin
georgishelpmegodtoo7-Jun-07 1:28
georgishelpmegodtoo7-Jun-07 1:28 
GeneralRe: help me with tapi 3 call status and tone detection Pin
Dave Kreskowiak7-Jun-07 13:39
mveDave Kreskowiak7-Jun-07 13:39 
AnswerRe: help me with tapi 3 call status and tone detection Pin
Muammar©4-Jun-07 21:14
Muammar©4-Jun-07 21:14 
AnswerRe: help me with tapi 3 call status and tone detection Pin
Nouman Bhatti5-Jun-07 2:03
Nouman Bhatti5-Jun-07 2:03 
GeneralRe: help me with tapi 3 call status and tone detection Pin
georgishelpmegodtoo7-Jun-07 1:29
georgishelpmegodtoo7-Jun-07 1:29 
GeneralRe: help me with tapi 3 call status and tone detection Pin
Nouman Bhatti7-Jun-07 20:55
Nouman Bhatti7-Jun-07 20:55 
QuestionGet highlighted text from any window with special shortcut Pin
mgiaco824-Jun-07 10:34
mgiaco824-Jun-07 10:34 
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 

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.