Click here to Skip to main content
16,006,065 members
Home / Discussions / C#
   

C#

 
GeneralRe: Modal Dialog Loosing focus Pin
rikkemus7-Jan-06 3:17
rikkemus7-Jan-06 3:17 
QuestionRaising an event when a variable changes Pin
2hdass6-Jan-06 23:49
2hdass6-Jan-06 23:49 
AnswerRe: Raising an event when a variable changes Pin
Colin Angus Mackay7-Jan-06 1:11
Colin Angus Mackay7-Jan-06 1:11 
GeneralRe: Raising an event when a variable changes Pin
Ravi Bhavnani7-Jan-06 5:06
professionalRavi Bhavnani7-Jan-06 5:06 
GeneralRe: Raising an event when a variable changes Pin
Colin Angus Mackay7-Jan-06 5:08
Colin Angus Mackay7-Jan-06 5:08 
Questionweakly typed Event declaration Pin
peterchen6-Jan-06 22:56
peterchen6-Jan-06 22:56 
AnswerRe: weakly typed Event declaration Pin
Daniel Turini6-Jan-06 23:19
Daniel Turini6-Jan-06 23:19 
QuestionAccess components of a form from a control on the form Pin
eye_for_an_eye6-Jan-06 20:52
eye_for_an_eye6-Jan-06 20:52 
Hey all, I have a custom collection of controls that I have built that do data validation and all that stuff internally and I want to use an ErrorProvider to alert the user to any validation errors. Now, instead of creating and using one ErrorProvider per control I put on a form, I would rather use just the one ErrorProvider put on the form.

At runtime, I was hoping to be able to search through the form's components or something to that effect and find the ErrorProvider myself. This way, any control I put on a form would automatically 'discover' the ErrorProvider on the form if it is present. I can't seem to find a way to do this however. In the control, properties such as "this.Container" or "this.FindForm().Container" or "this.FindForm().Site" are all null, and they seem to me to be the only paths to the components collection i'm looking for.

I don't know if this is possible. Any help or insight would be greatly appreciated.
QuestionNeed to read the contents of .pdf file from C# Pin
Abhishek Gunjan6-Jan-06 20:14
Abhishek Gunjan6-Jan-06 20:14 
AnswerRe: Need to read the contents of .pdf file from C# Pin
BruceN7-Jan-06 0:37
BruceN7-Jan-06 0:37 
QuestionSelectedItem not working??? I'm stumped! Pin
SpeBeeTo6-Jan-06 19:47
SpeBeeTo6-Jan-06 19:47 
AnswerRe: SelectedItem not working??? I'm stumped! Pin
kselman6-Jan-06 20:12
kselman6-Jan-06 20:12 
GeneralRe: SelectedItem not working??? I'm stumped! Pin
SpeBeeTo7-Jan-06 1:44
SpeBeeTo7-Jan-06 1:44 
AnswerRe: SelectedItem not working??? I'm stumped! Pin
SpeBeeTo7-Jan-06 7:37
SpeBeeTo7-Jan-06 7:37 
QuestionAlarm Clock Pin
monrobot136-Jan-06 19:00
monrobot136-Jan-06 19:00 
AnswerRe: Alarm Clock Pin
Ravi Bhavnani6-Jan-06 19:30
professionalRavi Bhavnani6-Jan-06 19:30 
GeneralRe: Alarm Clock Pin
monrobot137-Jan-06 10:07
monrobot137-Jan-06 10:07 
QuestionC# 2.0 ToolTip on ChildPanel Pin
kselman6-Jan-06 18:14
kselman6-Jan-06 18:14 
QuestionHow Create Code File Pin
raab20056-Jan-06 14:06
raab20056-Jan-06 14:06 
AnswerRe: How Create Code File Pin
Guffa6-Jan-06 14:34
Guffa6-Jan-06 14:34 
AnswerRe: How Create Code File Pin
AndrewPeters6-Jan-06 14:49
AndrewPeters6-Jan-06 14:49 
GeneralRe: How Create Code File Pin
raab20056-Jan-06 15:25
raab20056-Jan-06 15:25 
QuestionHelp Pin
aPerfectCircle6-Jan-06 11:56
aPerfectCircle6-Jan-06 11:56 
AnswerRe: Help Pin
Ravi Bhavnani6-Jan-06 12:01
professionalRavi Bhavnani6-Jan-06 12:01 
GeneralRe: Help Pin
aPerfectCircle7-Jan-06 15:05
aPerfectCircle7-Jan-06 15:05 

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.