Click here to Skip to main content
16,007,779 members
Home / Discussions / C#
   

C#

 
GeneralRe: Loading a renamed assembly into another AppDomain Pin
EssOEss15-Aug-05 0:49
EssOEss15-Aug-05 0:49 
GeneralRe: Loading a renamed assembly into another AppDomain Pin
leppie15-Aug-05 4:57
leppie15-Aug-05 4:57 
GeneralRe: Loading a renamed assembly into another AppDomain Pin
EssOEss15-Aug-05 11:49
EssOEss15-Aug-05 11:49 
GeneralRe: Loading a renamed assembly into another AppDomain Pin
leppie15-Aug-05 20:39
leppie15-Aug-05 20:39 
QuestionHow to group within a datagrid Pin
David M J14-Aug-05 5:31
David M J14-Aug-05 5:31 
AnswerRe: How to group within a datagrid Pin
Mohamad Al Husseiny14-Aug-05 7:26
Mohamad Al Husseiny14-Aug-05 7:26 
Generalextracting icons from exe files Pin
Mridang Agarwalla14-Aug-05 4:48
Mridang Agarwalla14-Aug-05 4:48 
GeneralRe: extracting icons from exe files Pin
Mohamad Al Husseiny14-Aug-05 5:17
Mohamad Al Husseiny14-Aug-05 5:17 
To Extract Icon From dll or exe use ExtractIconEx
<br />
[DllImport("shell32.dll", CharSet=CharSet.Auto)]<br />
static extern uint ExtractIconEx(string szFileName, int nIconIndex, IntPtr[] phiconLarge, IntPtr[] phiconSmall, uint nIcons);<br />

Use it to get IconHandle from the file
Then using this handle to create Icon class by calling
icon.FromHandle()
So you can use this Icon class to do what you want
For example look at
http://www.pinvoke.net/default.aspx/shell32/ExtractIconEx.html[^]

MCAD
GeneralWarning: The event xxx is never used Pin
Libor Tinka14-Aug-05 4:19
Libor Tinka14-Aug-05 4:19 
GeneralRe: Warning: The event xxx is never used Pin
leppie14-Aug-05 9:33
leppie14-Aug-05 9:33 
GeneralSkinned Application Yahoo Like In C#.Net Pin
| Muhammad Waqas Butt |14-Aug-05 3:35
professional| Muhammad Waqas Butt |14-Aug-05 3:35 
GeneralAutoNumber Pin
ashkitt14-Aug-05 3:17
ashkitt14-Aug-05 3:17 
GeneralRe: AutoNumber Pin
Mohamad Al Husseiny14-Aug-05 4:35
Mohamad Al Husseiny14-Aug-05 4:35 
GeneralPeer to peer Problem Pin
snouto14-Aug-05 1:45
snouto14-Aug-05 1:45 
GeneralRe: Peer to peer Problem Pin
Vasudevan Deepak Kumar14-Aug-05 2:12
Vasudevan Deepak Kumar14-Aug-05 2:12 
GeneralHelp needed urgent Pin
ashkitt14-Aug-05 1:44
ashkitt14-Aug-05 1:44 
GeneralRe: Help needed urgent Pin
Vasudevan Deepak Kumar14-Aug-05 1:53
Vasudevan Deepak Kumar14-Aug-05 1:53 
GeneralRe: Help needed urgent Pin
Rob Graham14-Aug-05 2:00
Rob Graham14-Aug-05 2:00 
GeneralRe: Help needed urgent Pin
ashkitt14-Aug-05 2:25
ashkitt14-Aug-05 2:25 
QuestionHow do I build an application without a window? Pin
PatteOne13-Aug-05 23:36
PatteOne13-Aug-05 23:36 
AnswerRe: How do I build an application without a window? Pin
S. Senthil Kumar14-Aug-05 3:25
S. Senthil Kumar14-Aug-05 3:25 
GeneralRe: How do I build an application without a window? Pin
PatteOne14-Aug-05 11:19
PatteOne14-Aug-05 11:19 
GeneralDraw Normal distribution graphs Pin
mhmo13-Aug-05 23:13
mhmo13-Aug-05 23:13 
GeneralRe: Draw Normal distribution graphs Pin
Vasudevan Deepak Kumar14-Aug-05 2:13
Vasudevan Deepak Kumar14-Aug-05 2:13 
GeneralRe: Draw Normal distribution graphs Pin
mhmo14-Aug-05 3:33
mhmo14-Aug-05 3:33 

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.