Click here to Skip to main content
15,949,686 members
Home / Discussions / C#
   

C#

 
Questiongridview to textbox Pin
johnes777927-Jun-06 5:38
johnes777927-Jun-06 5:38 
AnswerRe: gridview to textbox Pin
eggsovereasy27-Jun-06 10:55
eggsovereasy27-Jun-06 10:55 
QuestionRe: gridview to textbox? Pin
johnes777927-Jun-06 11:37
johnes777927-Jun-06 11:37 
AnswerRe: gridview to textbox? [modified] Pin
eggsovereasy27-Jun-06 11:54
eggsovereasy27-Jun-06 11:54 
GeneralRe: gridview to textbox? Pin
johnes777927-Jun-06 12:33
johnes777927-Jun-06 12:33 
QuestionXML documentation problem Pin
Super Lloyd27-Jun-06 5:20
Super Lloyd27-Jun-06 5:20 
General"Forwarding" key presses to parent form Pin
Daniel Grunwald27-Jun-06 5:12
Daniel Grunwald27-Jun-06 5:12 
GeneralRe: "Forwarding" key presses to parent form Pin
Nader Elshehabi27-Jun-06 5:35
Nader Elshehabi27-Jun-06 5:35 
Hello
I think this would be a simple task -Even though I don't think I like the idea-

Simply -I suppose- you have your KeyUp event handlers in your child forms. When they catch a key that should be passed to the parent they should call a public method to your main From.
eg.

ChildFormKeyDownHandler(EventArgs e)
{
//Handle my keys
//...
//...

if(e.Key == somekey)
{
myParent.PublicMethod();
}
}

While sending the keys themselves to the parent form won't gain you anything.
Yet if you still insist on this try looking for "SendKeys" class in your MSDN
GeneralRe: "Forwarding" key presses to parent form Pin
Daniel Grunwald27-Jun-06 5:49
Daniel Grunwald27-Jun-06 5:49 
GeneralRe: "Forwarding" key presses to parent form Pin
Nader Elshehabi27-Jun-06 11:04
Nader Elshehabi27-Jun-06 11:04 
QuestionOverwrite files in a web service Pin
sergestusxx27-Jun-06 5:11
sergestusxx27-Jun-06 5:11 
GeneralRe: Overwrite files in a web service Pin
Guffa27-Jun-06 7:08
Guffa27-Jun-06 7:08 
GeneralRe: Overwrite files in a web service Pin
sergestusxx27-Jun-06 7:22
sergestusxx27-Jun-06 7:22 
AnswerRe: Overwrite files in a web service Pin
Guffa27-Jun-06 8:50
Guffa27-Jun-06 8:50 
GeneralRe: Overwrite files in a web service Pin
sergestusxx27-Jun-06 9:55
sergestusxx27-Jun-06 9:55 
AnswerRe: Overwrite files in a web service Pin
Guffa27-Jun-06 13:03
Guffa27-Jun-06 13:03 
GeneralRe: Overwrite files in a web service Pin
sergestusxx27-Jun-06 13:20
sergestusxx27-Jun-06 13:20 
AnswerRe: Overwrite files in a web service Pin
Guffa27-Jun-06 18:50
Guffa27-Jun-06 18:50 
Questioncreating databse Pin
_tasleem27-Jun-06 4:53
_tasleem27-Jun-06 4:53 
Questioninherited menu problem Pin
Karl 200027-Jun-06 4:48
Karl 200027-Jun-06 4:48 
QuestionTreeView node Pin
printscreen1234527-Jun-06 4:41
printscreen1234527-Jun-06 4:41 
AnswerRe: TreeView node Pin
Judah Gabriel Himango27-Jun-06 5:23
sponsorJudah Gabriel Himango27-Jun-06 5:23 
QuestionHow to highlight? Pin
printscreen1234527-Jun-06 4:37
printscreen1234527-Jun-06 4:37 
QuestionPage printing and printable area Pin
Not Active27-Jun-06 4:37
mentorNot Active27-Jun-06 4:37 
AnswerRe: Page printing and printable area Pin
Nader Elshehabi27-Jun-06 5:19
Nader Elshehabi27-Jun-06 5:19 

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.