Click here to Skip to main content
15,910,872 members
Home / Discussions / C#
   

C#

 
GeneralRe: Problem about menustrip in windows forms Pin
Richard MacCutchan30-May-13 21:52
mveRichard MacCutchan30-May-13 21:52 
GeneralRe: Problem about menustrip in windows forms Pin
Arun kumar Gautam30-May-13 22:01
Arun kumar Gautam30-May-13 22:01 
GeneralRe: Problem about menustrip in windows forms Pin
Richard MacCutchan30-May-13 23:18
mveRichard MacCutchan30-May-13 23:18 
GeneralRe: Problem about menustrip in windows forms Pin
Arun kumar Gautam31-May-13 0:38
Arun kumar Gautam31-May-13 0:38 
QuestionEdit text file using C# Pin
srikanth kamuju29-May-13 22:21
professionalsrikanth kamuju29-May-13 22:21 
AnswerRe: Edit text file using C# Pin
Eddy Vluggen29-May-13 22:36
professionalEddy Vluggen29-May-13 22:36 
GeneralRe: Edit text file using C# Pin
srikanth kamuju29-May-13 23:24
professionalsrikanth kamuju29-May-13 23:24 
GeneralRe: Edit text file using C# Pin
Eddy Vluggen30-May-13 0:17
professionalEddy Vluggen30-May-13 0:17 
GeneralRe: Edit text file using C# Pin
srikanth kamuju30-May-13 1:29
professionalsrikanth kamuju30-May-13 1:29 
GeneralRe: Edit text file using C# Pin
Eddy Vluggen30-May-13 2:13
professionalEddy Vluggen30-May-13 2:13 
JokeRe: Edit text file using C# Pin
AlphaDeltaTheta30-May-13 3:04
AlphaDeltaTheta30-May-13 3:04 
QuestionRe: Edit text file using C# Pin
AlphaDeltaTheta29-May-13 23:12
AlphaDeltaTheta29-May-13 23:12 
AnswerRe: Edit text file using C# Pin
srikanth kamuju29-May-13 23:21
professionalsrikanth kamuju29-May-13 23:21 
AnswerRe: Edit text file using C# Pin
AlphaDeltaTheta29-May-13 23:37
AlphaDeltaTheta29-May-13 23:37 
GeneralRe: Edit text file using C# Pin
Richard MacCutchan29-May-13 23:43
mveRichard MacCutchan29-May-13 23:43 
GeneralRe: Edit text file using C# Pin
AlphaDeltaTheta30-May-13 0:01
AlphaDeltaTheta30-May-13 0:01 
QuestionC# window application Deployment Pin
AjitRaje29-May-13 21:57
AjitRaje29-May-13 21:57 
AnswerRe: C# window application Deployment Pin
Abhinav S29-May-13 22:32
Abhinav S29-May-13 22:32 
QuestionClasses containing Lists Pin
huge_superman29-May-13 21:34
huge_superman29-May-13 21:34 
AnswerRe: Classes containing Lists Pin
Jasmine250130-May-13 9:50
Jasmine250130-May-13 9:50 
QuestionHow to create a setup with two startup object in visual studio 2010? Pin
Viswanathan Ramamoorthy29-May-13 21:14
Viswanathan Ramamoorthy29-May-13 21:14 
Hi,

I have created a project in C#.net windows application, The Program.cs file contains two classes named as Program and Option, So my project properties contains two startup object one is windows.Program and other is windows.Options.

The code has been run successfully, When i choose startup object as windows.Options then my code has starts to run from windows.Options class and if i choose windows.Program, it starts to run Program class.

I need to create a installation package in my project and after installation has been done, my project has to display in start menu.

<t>I can create a Installation package and installation also done.
Note:
The problem is the installation package runs only one startup object. i.e. before create installer, I suppose to choose startup object as "windows.Program" then after create installer and installed successfully then click my installed project, It directly run the windows.Program file. If I suppose to choose "windows.Options" before create installer. then after installation of my project and run means it starts to run windows.Options class.

I need to create a single installation package and after installed this package, my project needs to shown in start menu of my system name called "project" and when i click project, it has to show both Program and options. If i choose Program, then it starts to run program part of my project, if I choose Options, then it starts to run Option part of my project. If you know guide me how to create package like this.


AnswerRe: How to create a setup with two startup object in visual studio 2010? Pin
Eddy Vluggen29-May-13 22:00
professionalEddy Vluggen29-May-13 22:00 
AnswerRe: How to create a setup with two startup object in visual studio 2010? Pin
Amol_B30-May-13 20:19
professionalAmol_B30-May-13 20:19 
Questionresize chart in winform using c# Pin
mit6229-May-13 21:00
mit6229-May-13 21:00 
AnswerRe: resize chart in winform using c# Pin
Richard MacCutchan29-May-13 21:03
mveRichard MacCutchan29-May-13 21:03 

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.