Click here to Skip to main content
15,889,877 members
Home / Discussions / C#
   

C#

 
GeneralRe: WOrd Automation Pin
burrows.stephen9-Sep-08 6:27
burrows.stephen9-Sep-08 6:27 
GeneralRe: WOrd Automation Pin
Dan Neely9-Sep-08 6:57
Dan Neely9-Sep-08 6:57 
GeneralRe: WOrd Automation Pin
dan!sh 9-Sep-08 9:05
professional dan!sh 9-Sep-08 9:05 
GeneralRe: WOrd Automation Pin
Dan Neely9-Sep-08 9:50
Dan Neely9-Sep-08 9:50 
GeneralRe: WOrd Automation Pin
vikas amin9-Sep-08 7:47
vikas amin9-Sep-08 7:47 
Questionhow can i draw a rectangle from a separate antoher winForm? Pin
maifs9-Sep-08 5:23
maifs9-Sep-08 5:23 
AnswerRe: how can i draw a rectangle from a separate antoher winForm? Pin
zafersavas9-Sep-08 5:49
zafersavas9-Sep-08 5:49 
AnswerRe: how can i draw a rectangle from a separate antoher winForm? Pin
DaveyM699-Sep-08 6:59
professionalDaveyM699-Sep-08 6:59 
Inter-child communication should be done through the parent form. This can be done with events and/or delegates.

Set up some events in frmTools, and after creating an instance of it in frmMain, subscribe to it's events.
Now that frmMain is listening to frmTools - it can pass the instructions onto your frmEditable instance which you can find in frmMain's MdiChildren collection.

Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Expect everything to be hard and then enjoy the things that come easy. (code-frog)

QuestionValidating event in a Dialog form Pin
Gareth H9-Sep-08 5:21
Gareth H9-Sep-08 5:21 
AnswerRe: Validating event in a Dialog form Pin
Wendelius9-Sep-08 7:25
mentorWendelius9-Sep-08 7:25 
GeneralRe: Validating event in a Dialog form Pin
Gareth H9-Sep-08 22:28
Gareth H9-Sep-08 22:28 
GeneralRe: Validating event in a Dialog form Pin
Wendelius10-Sep-08 8:02
mentorWendelius10-Sep-08 8:02 
Question[Message Deleted] Pin
Yathish hatter9-Sep-08 4:29
Yathish hatter9-Sep-08 4:29 
AnswerRe: please Help me C# Pin
Anthony Mushrow9-Sep-08 4:33
professionalAnthony Mushrow9-Sep-08 4:33 
AnswerRe: please Help me C# [modified] Pin
BillW339-Sep-08 5:32
professionalBillW339-Sep-08 5:32 
AnswerRe: please Help me C# Pin
zafersavas9-Sep-08 5:58
zafersavas9-Sep-08 5:58 
GeneralRe: please Help me C# Pin
DaveyM699-Sep-08 7:10
professionalDaveyM699-Sep-08 7:10 
GeneralRe: please Help me C# Pin
zafersavas9-Sep-08 8:31
zafersavas9-Sep-08 8:31 
GeneralRe: please Help me C# Pin
DaveyM699-Sep-08 8:53
professionalDaveyM699-Sep-08 8:53 
GeneralRe: please Help me C# Pin
zafersavas9-Sep-08 10:00
zafersavas9-Sep-08 10:00 
GeneralRe: please Help me C# Pin
DaveyM699-Sep-08 10:27
professionalDaveyM699-Sep-08 10:27 
GeneralRe: please Help me C# Pin
Mycroft Holmes9-Sep-08 15:46
professionalMycroft Holmes9-Sep-08 15:46 
GeneralRe: please Help me C# Pin
DaveyM699-Sep-08 23:07
professionalDaveyM699-Sep-08 23:07 
AnswerRe: please Help me C# Pin
nelsonpaixao9-Sep-08 14:11
nelsonpaixao9-Sep-08 14:11 
Questionis there any body in all the world can help me Pin
Miss_hacker9-Sep-08 3:42
Miss_hacker9-Sep-08 3:42 

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.