Click here to Skip to main content
16,013,489 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# vs. Unmanaged C++ Pin
gt4924f23-Mar-02 5:04
gt4924f23-Mar-02 5:04 
GeneralRe: C# vs. Unmanaged C++ Pin
Nish Nishant23-Mar-02 5:33
sitebuilderNish Nishant23-Mar-02 5:33 
GeneralRe: C# vs. Unmanaged C++ Pin
Nemanja Trifunovic23-Mar-02 5:56
Nemanja Trifunovic23-Mar-02 5:56 
GeneralRe: C# vs. Unmanaged C++ Pin
Nish Nishant23-Mar-02 6:05
sitebuilderNish Nishant23-Mar-02 6:05 
GeneralManifest thyself! Pin
Domenic Denicola22-Mar-02 16:43
Domenic Denicola22-Mar-02 16:43 
GeneralRe: Manifest thyself! Pin
Russell Morris26-Mar-02 19:29
Russell Morris26-Mar-02 19:29 
QuestionProgram Icons? Pin
Domenic Denicola22-Mar-02 16:39
Domenic Denicola22-Mar-02 16:39 
AnswerRe: Program Icons? Pin
AndyG22-Mar-02 18:34
AndyG22-Mar-02 18:34 
There's a few ways.

1. Right click your project in the Solution Explorer and click on Properties and in the properties pages you can set the project icon.

2. Edit the ProjectName.csproj file... the ApplicationIcon entry should be about 10 lines down.

3. The /win32icon: command line switch for the C# compiler.

Andy Gaskell, MCSD MCDBA
GeneralDataGrid Event Pin
Mazdak22-Mar-02 4:22
Mazdak22-Mar-02 4:22 
GeneralRe: DataGrid Event Pin
Andres Manggini22-Mar-02 4:27
Andres Manggini22-Mar-02 4:27 
GeneralRe: DataGrid Event Pin
Mazdak22-Mar-02 4:44
Mazdak22-Mar-02 4:44 
GeneralRe: DataGrid Event Pin
Andres Manggini22-Mar-02 7:06
Andres Manggini22-Mar-02 7:06 
GeneralRe: DataGrid Event Pin
Mazdak22-Mar-02 7:51
Mazdak22-Mar-02 7:51 
GeneralRe: DataGrid Event Pin
Andres Manggini22-Mar-02 8:09
Andres Manggini22-Mar-02 8:09 
GeneralRe: DataGrid Event Pin
James T. Johnson22-Mar-02 14:37
James T. Johnson22-Mar-02 14:37 
GeneralRe: DataGrid Event Pin
Mazdak22-Mar-02 18:36
Mazdak22-Mar-02 18:36 
GeneralRe: DataGrid Event Pin
James T. Johnson22-Mar-02 21:20
James T. Johnson22-Mar-02 21:20 
GeneralRe: DataGrid Event Pin
Mazdak23-Mar-02 3:17
Mazdak23-Mar-02 3:17 
GeneralRe: DataGrid Event Pin
James T. Johnson23-Mar-02 14:34
James T. Johnson23-Mar-02 14:34 
GeneralValue null was found where an instance of an object was required Pin
Bob Plymale22-Mar-02 4:04
Bob Plymale22-Mar-02 4:04 
QuestionClearing the console? Pin
Chris Masiero21-Mar-02 17:38
Chris Masiero21-Mar-02 17:38 
AnswerRe: Clearing the console? Pin
David Wengier21-Mar-02 17:46
David Wengier21-Mar-02 17:46 
GeneralRe: Clearing the console? Pin
Chris Masiero21-Mar-02 17:45
Chris Masiero21-Mar-02 17:45 
QuestionCreate guid in C#? Pin
21-Mar-02 11:54
suss21-Mar-02 11:54 
AnswerRe: Create guid in C#? Pin
Andres Manggini21-Mar-02 13:15
Andres Manggini21-Mar-02 13:15 

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.