Click here to Skip to main content
15,912,069 members
Home / Discussions / C#
   

C#

 
GeneralRe: Checking Input From User (TextBox Control) Pin
Nader Elshehabi4-Sep-06 7:23
Nader Elshehabi4-Sep-06 7:23 
Questionhow to input a sign for integration in my code? Pin
zechariah3-Sep-06 5:28
zechariah3-Sep-06 5:28 
AnswerRe: how to input a sign for integration in my code? Pin
Guffa3-Sep-06 6:44
Guffa3-Sep-06 6:44 
AnswerRe: how to input a sign for integration in my code? Pin
Colin Angus Mackay3-Sep-06 10:58
Colin Angus Mackay3-Sep-06 10:58 
QuestionFormated text in the textbox Pin
Ahmed Ismail Mohamed3-Sep-06 4:58
Ahmed Ismail Mohamed3-Sep-06 4:58 
AnswerRe: Formated text in the textbox Pin
Stefan Troschuetz3-Sep-06 5:55
Stefan Troschuetz3-Sep-06 5:55 
QuestionA new line in textbox control Pin
Ahmed Ismail Mohamed3-Sep-06 2:57
Ahmed Ismail Mohamed3-Sep-06 2:57 
AnswerRe: A new line in textbox control Pin
Stefan Troschuetz3-Sep-06 3:24
Stefan Troschuetz3-Sep-06 3:24 
AnswerRe: A new line in textbox control Pin
Syed Shahid Hussain3-Sep-06 6:05
Syed Shahid Hussain3-Sep-06 6:05 
AnswerRe: A new line in textbox control Pin
Michael P Butler3-Sep-06 9:45
Michael P Butler3-Sep-06 9:45 
QuestionSaving Image file in database ... Pin
mrkeivan3-Sep-06 2:39
mrkeivan3-Sep-06 2:39 
AnswerRe: Saving Image file in database ... Pin
Michael P Butler3-Sep-06 9:47
Michael P Butler3-Sep-06 9:47 
AnswerRe: broken article, please help:( Pin
Michael P Butler3-Sep-06 9:48
Michael P Butler3-Sep-06 9:48 
GeneralRe: broken article, please help:( Pin
Muammar©6-Nov-06 0:00
Muammar©6-Nov-06 0:00 
QuestionFile System (about stream reader) Pin
Syed Shahid Hussain2-Sep-06 22:30
Syed Shahid Hussain2-Sep-06 22:30 
AnswerRe: File System (about stream reader) Pin
Nader Elshehabi2-Sep-06 22:46
Nader Elshehabi2-Sep-06 22:46 
GeneralRe: File System (about stream reader) Pin
Syed Shahid Hussain3-Sep-06 5:41
Syed Shahid Hussain3-Sep-06 5:41 
AnswerRe: File System (about stream reader) Pin
Nader Elshehabi3-Sep-06 12:03
Nader Elshehabi3-Sep-06 12:03 
GeneralRe: File System (about stream reader) Pin
Syed Shahid Hussain4-Sep-06 6:30
Syed Shahid Hussain4-Sep-06 6:30 
AnswerRe: File System (about stream reader) Pin
John Petersen3-Sep-06 0:07
John Petersen3-Sep-06 0:07 
GeneralRe: File System (about stream reader) Pin
Syed Shahid Hussain3-Sep-06 5:45
Syed Shahid Hussain3-Sep-06 5:45 
Questionquestions about Setup & Deployment ? help please ... Pin
cmpeng342-Sep-06 16:17
cmpeng342-Sep-06 16:17 
AnswerRe: questions about Setup & Deployment ? help please ... Pin
Nader Elshehabi2-Sep-06 19:33
Nader Elshehabi2-Sep-06 19:33 
AnswerRe: questions about Setup & Deployment ? help please ... Pin
mav.northwind2-Sep-06 19:53
mav.northwind2-Sep-06 19:53 
Hi!
If you mean the icon you get under Add/Remove programs, then yes, you can set this icon in the properties of your setup project.
If you want to change the icon for setup.exe, you can simply open the file in VS using the resource editor. Then you can modify the resources (icons for examples) to your heart's desire.

Setup.exe is just a bootstrapper for the msi file. It checks whether the correct (and required) version of windows installer (3.0) is installed and if it isn't, it's trying to install it.

Afterwards, windows installer is told to install the msi file.

Regards,
mav

--
Black holes are the places where God divided by 0...

QuestionNewbie: The best way to detect the end of a data stream... Pin
Phillip Hodges2-Sep-06 13:44
Phillip Hodges2-Sep-06 13:44 

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.