Click here to Skip to main content
15,909,051 members
Home / Discussions / C#
   

C#

 
QuestionTWAIN on Windows 2000 Pin
allenmpcx29-Jun-06 9:12
allenmpcx29-Jun-06 9:12 
QuestionCopying UserControl Variables to another instance of the UserControl Pin
TheBlindWatchmaker29-Jun-06 9:07
TheBlindWatchmaker29-Jun-06 9:07 
QuestionWait or Sleep function in C# Pin
Herhighness29-Jun-06 8:41
Herhighness29-Jun-06 8:41 
AnswerRe: Wait or Sleep function in C# Pin
led mike29-Jun-06 10:11
led mike29-Jun-06 10:11 
AnswerRe: Wait or Sleep function in C# Pin
Jun Du29-Jun-06 12:18
Jun Du29-Jun-06 12:18 
QuestionEvents Between Two Controls Pin
joshp121729-Jun-06 8:29
joshp121729-Jun-06 8:29 
GeneralRe: Events Between Two Controls Pin
Jun Du29-Jun-06 9:20
Jun Du29-Jun-06 9:20 
GeneralRe: Events Between Two Controls Pin
joshp121729-Jun-06 10:18
joshp121729-Jun-06 10:18 
Yeah I am kinda confused myself but it shouldnt end up falling into an infinite loop. Ok here is a long explanation that hopefully will make it more clear.

I have a side bar with buttons on it, each button corresponding to a specific form that will be loaded in to a panel on the same form as the SideBar/ToolBar. Ok hope ur still with me...lol..Alright now these forms are independent of the Toolbar but the tools bars controls the user navigation from form to form. If a user clicks on one of the buttons(wanting to change to another form) I want to currently active form(the form that is being viewed) to know that an attempt to unload it and load another form is about to happen, if this form is at a critical point in its process it needs to be able to say NO dont change me yet and stop the process of the visual unloading of the form and prompting the user to finish whatever he needs to finish and they attempt a change later.

SOOO with all of that, that is why I have a Control X(toolbar) that wants to raise an event to control Y(Form in Panel), Control Y(Form in Panel) will listen for this event, if it is at a point of being able to allow a change then it sends a response back to the Control X(Toolbar) allowing the change of forms to happen. I hope this explains it more clearly. I understand what i need to do, i am just trying to find some code examples to begin to lead me down the right path to see if i am right or not.

Thanks for all the help.
GeneralRe: Events Between Two Controls Pin
Martin#29-Jun-06 10:25
Martin#29-Jun-06 10:25 
GeneralRe: Events Between Two Controls Pin
joshp121729-Jun-06 10:38
joshp121729-Jun-06 10:38 
GeneralRe: Events Between Two Controls Pin
Martin#29-Jun-06 10:28
Martin#29-Jun-06 10:28 
GeneralRe: Events Between Two Controls Pin
joshp121729-Jun-06 10:40
joshp121729-Jun-06 10:40 
GeneralRe: Events Between Two Controls Pin
Martin#29-Jun-06 10:43
Martin#29-Jun-06 10:43 
AnswerRe: Events Between Two Controls [modified] Pin
Martin#29-Jun-06 10:55
Martin#29-Jun-06 10:55 
AnswerRe: Events Between Two Controls Pin
Martin#29-Jun-06 9:51
Martin#29-Jun-06 9:51 
AnswerRe: Events Between Two Controls Pin
Josh Smith29-Jun-06 11:17
Josh Smith29-Jun-06 11:17 
Questiondisable javascript on a web browser Pin
ardikus29-Jun-06 7:01
ardikus29-Jun-06 7:01 
QuestionUsing bitwise operations on an abstract enum Pin
Ista29-Jun-06 6:29
Ista29-Jun-06 6:29 
AnswerRe: Using bitwise operations on an abstract enum Pin
led mike29-Jun-06 6:38
led mike29-Jun-06 6:38 
GeneralRe: Using bitwise operations on an abstract enum [modified] Pin
Ista29-Jun-06 6:51
Ista29-Jun-06 6:51 
GeneralRe: Using bitwise operations on an abstract enum Pin
leppie29-Jun-06 7:11
leppie29-Jun-06 7:11 
GeneralRe: Using bitwise operations on an abstract enum Pin
led mike29-Jun-06 7:21
led mike29-Jun-06 7:21 
GeneralRe: Using bitwise operations on an abstract enum Pin
Ista29-Jun-06 8:38
Ista29-Jun-06 8:38 
AnswerRe: Using bitwise operations on an abstract enum Pin
Dustin Metzgar29-Jun-06 7:04
Dustin Metzgar29-Jun-06 7:04 
GeneralRe: Using bitwise operations on an abstract enum Pin
Ista29-Jun-06 8:36
Ista29-Jun-06 8:36 

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.