Click here to Skip to main content
15,913,944 members
Home / Discussions / C#
   

C#

 
AnswerRe: DLL creating Pin
Rob Philpott21-Apr-09 22:49
Rob Philpott21-Apr-09 22:49 
GeneralRe: DLL creating Pin
yesu prakash21-Apr-09 23:04
yesu prakash21-Apr-09 23:04 
AnswerRe: DLL creating Pin
DaveyM6921-Apr-09 23:01
professionalDaveyM6921-Apr-09 23:01 
GeneralRe: DLL creating Pin
Mycroft Holmes22-Apr-09 1:08
professionalMycroft Holmes22-Apr-09 1:08 
GeneralRe: DLL creating Pin
DaveyM6922-Apr-09 1:29
professionalDaveyM6922-Apr-09 1:29 
QuestionEnable menu strip from another form Pin
misCafe21-Apr-09 22:35
misCafe21-Apr-09 22:35 
AnswerRe: Enable menu strip from another form Pin
DaveyM6921-Apr-09 22:46
professionalDaveyM6921-Apr-09 22:46 
AnswerRe: Enable menu strip from another form Pin
Rob Philpott21-Apr-09 22:46
Rob Philpott21-Apr-09 22:46 
You want to avoid stuff like that in general. Having one form control the menu of another breaks some basic rules of abstraction.

A better way would be to create an object behind the scenes which has your application state and reference that from each form. This object could raise events that forms could subscribe to which would alter the menus. This way, you can use your forms independently of one another.

Regards,
Rob Philpott.

QuestionTramsfer file accross a network Pin
yesu prakash21-Apr-09 21:50
yesu prakash21-Apr-09 21:50 
AnswerRe: Tramsfer file accross a network Pin
Mbah Dhaim21-Apr-09 22:04
Mbah Dhaim21-Apr-09 22:04 
Questionnew in this industry Pin
benson.misi21-Apr-09 21:42
benson.misi21-Apr-09 21:42 
AnswerRe: new in this industry Pin
Mbah Dhaim21-Apr-09 21:58
Mbah Dhaim21-Apr-09 21:58 
QuestionHow to capture the Windows XP backgournd to gray? (.NET Framework 3.0) Pin
CooperWu21-Apr-09 21:16
CooperWu21-Apr-09 21:16 
QuestionHow i can istall my first project... Pin
VisualLive21-Apr-09 21:13
VisualLive21-Apr-09 21:13 
AnswerRe: How i can istall my first project... Pin
SeMartens21-Apr-09 21:27
SeMartens21-Apr-09 21:27 
GeneralRe: How i can istall my first project... Pin
VisualLive21-Apr-09 21:55
VisualLive21-Apr-09 21:55 
GeneralRe: How i can istall my first project... Pin
SeMartens21-Apr-09 23:41
SeMartens21-Apr-09 23:41 
GeneralRe: How i can istall my first project... Pin
VisualLive22-Apr-09 6:00
VisualLive22-Apr-09 6:00 
GeneralRe: How i can istall my first project... Pin
VisualLive6-May-09 15:43
VisualLive6-May-09 15:43 
QuestionClickable Link Pin
satsumatable21-Apr-09 20:31
satsumatable21-Apr-09 20:31 
AnswerRe: Clickable Link Pin
zk11322991721-Apr-09 20:37
zk11322991721-Apr-09 20:37 
Questionhttp://www.codeproject.com/KB/list/treelistview.aspx Pin
hirenkshah21-Apr-09 19:36
hirenkshah21-Apr-09 19:36 
QuestionExcel: change cell color of unprotect sheet using macro. Pin
hirenkshah21-Apr-09 19:15
hirenkshah21-Apr-09 19:15 
QuestionView PDF file in winform Pin
aldo hexosa21-Apr-09 18:54
professionalaldo hexosa21-Apr-09 18:54 
AnswerRe: View PDF file in winform Pin
Giorgi Dalakishvili21-Apr-09 19:39
mentorGiorgi Dalakishvili21-Apr-09 19:39 

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.