Click here to Skip to main content
15,911,039 members
Home / Discussions / C#
   

C#

 
GeneralRe: Disposing of MSHTML/COM objects. Pin
Stephane Rodriguez.18-Apr-03 20:14
Stephane Rodriguez.18-Apr-03 20:14 
GeneralRe: Disposing of MSHTML/COM objects. Pin
Arun Bhalla19-Apr-03 9:09
Arun Bhalla19-Apr-03 9:09 
GeneralRe: Disposing of MSHTML/COM objects. Pin
Stephane Rodriguez.19-Apr-03 10:00
Stephane Rodriguez.19-Apr-03 10:00 
Questionselect entire line in RichTextBox? Pin
Nick Seng18-Apr-03 15:52
Nick Seng18-Apr-03 15:52 
AnswerRe: select entire line in RichTextBox? Pin
Arun Bhalla18-Apr-03 16:37
Arun Bhalla18-Apr-03 16:37 
AnswerRe: select entire line in RichTextBox? Pin
Stephane Rodriguez.18-Apr-03 21:12
Stephane Rodriguez.18-Apr-03 21:12 
GeneralOutlook 2000 in C# (?) Pin
ke5in18-Apr-03 14:38
ke5in18-Apr-03 14:38 
GeneralRe: Outlook 2000 in C# (?) Pin
Stephane Rodriguez.18-Apr-03 20:39
Stephane Rodriguez.18-Apr-03 20:39 
GeneralRe: Outlook 2000 in C# (?) Pin
Jasper4C#20-Apr-03 12:43
Jasper4C#20-Apr-03 12:43 
GeneralRe: Outlook 2000 in C# (?) Pin
Don_s22-Apr-03 6:13
Don_s22-Apr-03 6:13 
GeneralData Source Locator missing. Re-Install Visual Studio Pin
William O'Malley18-Apr-03 13:21
sussWilliam O'Malley18-Apr-03 13:21 
GeneralRe: Data Source Locator missing. Re-Install Visual Studio Pin
Stephane Rodriguez.18-Apr-03 20:29
Stephane Rodriguez.18-Apr-03 20:29 
GeneralAdding icons to DLL assembly. Pin
Arun Bhalla18-Apr-03 12:23
Arun Bhalla18-Apr-03 12:23 
GeneralRe: Adding icons to DLL assembly. Pin
Stephane Rodriguez.18-Apr-03 22:30
Stephane Rodriguez.18-Apr-03 22:30 
GeneralRe: Adding icons to DLL assembly. Pin
Arun Bhalla19-Apr-03 7:20
Arun Bhalla19-Apr-03 7:20 
GeneralRe: Adding icons to DLL assembly. Pin
Stephane Rodriguez.19-Apr-03 11:18
Stephane Rodriguez.19-Apr-03 11:18 
In fact, you need to add the /win32res:xxxx switch in the cmdline when you are using either csc.exe or al.exe. xxxx is the name of a win32 .res resource file (that is, a compiled WIN32 .rc file). This will embed both icons and bitmaps, and icons will appear as standard icons in windows explorer and shell32.
If you need to embed only one icon, then you can use the /win32icon switch instead.

GeneralRe: Adding icons to DLL assembly. Pin
Arun Bhalla19-Apr-03 12:43
Arun Bhalla19-Apr-03 12:43 
GeneralRe: Adding icons to DLL assembly. Pin
Stephane Rodriguez.19-Apr-03 20:35
Stephane Rodriguez.19-Apr-03 20:35 
GeneralVisio 2002 code templates for XML Documentation Pin
David Wulff18-Apr-03 12:07
David Wulff18-Apr-03 12:07 
GeneralRe: Visio 2002 code templates for XML Documentation Pin
David Wulff19-Apr-03 1:13
David Wulff19-Apr-03 1:13 
GeneralReferring the Host Pin
Vasudevan Deepak Kumar18-Apr-03 1:05
Vasudevan Deepak Kumar18-Apr-03 1:05 
GeneralRe: Referring the Host Pin
Stephane Rodriguez.18-Apr-03 21:20
Stephane Rodriguez.18-Apr-03 21:20 
GeneralRe: Referring the Host Pin
J. Dunlap19-Apr-03 8:52
J. Dunlap19-Apr-03 8:52 
GeneralRowFilter on Child rows Pin
xpurt18-Apr-03 0:47
xpurt18-Apr-03 0:47 
QuestionConcatenate With AppendText or the + operator? Pin
Waleed Eissa18-Apr-03 0:27
Waleed Eissa18-Apr-03 0:27 

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.