Click here to Skip to main content
15,881,812 members
Home / Discussions / C#
   

C#

 
QuestionHow can I send an Image over a socket connection? Pin
Gakujin21-Apr-04 16:20
Gakujin21-Apr-04 16:20 
AnswerRe: How can I send an Image over a socket connection? Pin
Michael Wolski21-Apr-04 18:40
Michael Wolski21-Apr-04 18:40 
GeneralRe: How can I send an Image over a socket connection? Pin
Tim Kohler22-Apr-04 1:32
Tim Kohler22-Apr-04 1:32 
GeneralList box line spacing Pin
interlocked21-Apr-04 15:26
interlocked21-Apr-04 15:26 
GeneralAuto complete in custom web browser Pin
Weiye Chen21-Apr-04 15:22
Weiye Chen21-Apr-04 15:22 
GeneralRe: Auto complete in custom web browser Pin
Roman Rodov21-Apr-04 17:36
Roman Rodov21-Apr-04 17:36 
GeneralSetup & Deployment project - "All User" installation Pin
Ruchi Gupta21-Apr-04 13:47
Ruchi Gupta21-Apr-04 13:47 
GeneralRe: Setup & Deployment project - "All User" installation Pin
sreejith ss nair21-Apr-04 18:59
sreejith ss nair21-Apr-04 18:59 
So u are in C# right ?
good shoot.

First you create a new project
File > New >project >Setup and deployment > Setup. Just mentione the name and location where you want to keep your setup file.

Second Stage > Right now you are in FileSystem Window. Am i right ?
Ok. Here you can see Application Folder ,user's Desktop, User's Programs Menu some thing like this.

third stage > Choose add project from File Menu and choose existing project. After this you have to mention for which project file that you need to create setup file. Choose you project directroy.Choose the file
yourprojectname.csproj.
Just wait a second. After this stage right click the application folder and choose the option Add > Project Output.
Choose all in ProjectListBox except DebugOut Put And Source File. Then choose Cofiguration Tab and select Active.
then click ok.
You will get some file in the second Splited window of FileSystem Window.
Here you can view the two part of FileSystem Window.One is FileSystem on Target Machine and the other window is Output files. Select the application folder and right click on the next window.You will get a popup window with an option add. Choose the Add and go for the File option.
Here you can choose all aditional resouces file that you are going to use in your project.eg. icon's, configuration file etc.
Choose the all required files holding ctl key and add it. Here you got some more file right. Ok.

Next thing is if you want to give short cut to your project, then right click on the file
Primary output from xxxx(Active) and choose create shot cut. Now u will get one more file and rename it to what ever you want.
Choose the property of that shortcut and choose the Icon and browse in application folder. In application forlder you will get your project icon.
And create the project(build). If your project is error free then your effort will always successfull.


enjoy coding.

hai, feel free to contact
Sreejith SS Nair

GeneralRe: Setup & Deployment project - "All User" installation Pin
Ruchi Gupta22-Apr-04 5:00
Ruchi Gupta22-Apr-04 5:00 
GeneralRe: Setup & Deployment project - "All User" installation Pin
Heath Stewart22-Apr-04 3:52
protectorHeath Stewart22-Apr-04 3:52 
GeneralRe: Setup & Deployment project - "All User" installation Pin
Ruchi Gupta22-Apr-04 4:52
Ruchi Gupta22-Apr-04 4:52 
QuestionHow can i make an event on the scrollbar of the TreeView Pin
amr_tahlawi21-Apr-04 11:49
amr_tahlawi21-Apr-04 11:49 
AnswerRe: How can i make an event on the scrollbar of the TreeView Pin
Heath Stewart21-Apr-04 12:26
protectorHeath Stewart21-Apr-04 12:26 
GeneralForms.ComboBox Pin
yaakov7721-Apr-04 11:02
yaakov7721-Apr-04 11:02 
GeneralRe: Forms.ComboBox Pin
Michael Wolski21-Apr-04 18:23
Michael Wolski21-Apr-04 18:23 
GeneralRe: Forms.ComboBox Pin
yaakov7721-Apr-04 22:55
yaakov7721-Apr-04 22:55 
Generalc# RSACryptoServiceProvider encryption - stored passwords Pin
judyvjudy21-Apr-04 9:57
judyvjudy21-Apr-04 9:57 
GeneralRe: c# RSACryptoServiceProvider encryption - stored passwords Pin
Heath Stewart21-Apr-04 10:14
protectorHeath Stewart21-Apr-04 10:14 
GeneralRe: c# RSACryptoServiceProvider encryption - stored passwords Pin
judyvjudy21-Apr-04 11:56
judyvjudy21-Apr-04 11:56 
GeneralRe: c# RSACryptoServiceProvider encryption - stored passwords Pin
Heath Stewart21-Apr-04 12:22
protectorHeath Stewart21-Apr-04 12:22 
QuestionHow to access the Inner class in C#? Pin
Anonymous21-Apr-04 9:54
Anonymous21-Apr-04 9:54 
AnswerRe: How to access the Inner class in C#? Pin
Heath Stewart21-Apr-04 10:08
protectorHeath Stewart21-Apr-04 10:08 
AnswerRe: How to access the Inner class in C#? Pin
scadaguy21-Apr-04 10:11
scadaguy21-Apr-04 10:11 
AnswerRe: How to access the Inner class in C#? Pin
Stefan Troschuetz21-Apr-04 20:43
Stefan Troschuetz21-Apr-04 20:43 
GeneralUrgent.. need a sw that cuts video into images and compatible with .NET Pin
MDM_RVS21-Apr-04 9:26
MDM_RVS21-Apr-04 9:26 

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.