Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have two application modules; each in different folder. They are user management and helpdesk for instance. How do I reference Helpdesk from User management in such a way that when a menu item in user management is clicked the Help desk will be loaded? Thanks.
Posted
Updated 13-May-13 1:41am
v2
Comments
CHill60 13-May-13 5:50am    
Your question is not very clear. Use the Improve question link to give more details of what you are trying to achieve and post the code that you have tried so far

1 solution

not sure exactely what you need to happen - what if you had a 'top level' application that did a Process.Start(module1) for example, or, click another button and it did a Process.Start(module2) ? (there's plenty of ways of re-arranging the gist of this)

(Process.Start is in the System.Diagnostics space)

'g'
 
Share this answer
 
Comments
DOZDOZ 15-May-13 11:04am    
Be explicit please for I don't understand. Thanks for your concern.
DOZDOZ 17-May-13 5:19am    
@ Garth J Lancaster, it is not running the application rather the process.start(module2) will just open the folder. But,what I want to achieve is when an item of the menu is clicked the module2 application will run.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900