Click here to Skip to main content
15,886,072 members
Home / Discussions / C#
   

C#

 
QuestionHow to show an application minimized in tray, when I try to open another instance of the app? [modified] Pin
gabi_coman19-Oct-07 3:52
gabi_coman19-Oct-07 3:52 
AnswerRe: How to show an application minimized in tray, when I try to open another instance of thet app? Pin
benjymous19-Oct-07 4:14
benjymous19-Oct-07 4:14 
GeneralRe: How to show an application minimized in tray, when I try to open another instance of thet app? Pin
gabi_coman19-Oct-07 4:33
gabi_coman19-Oct-07 4:33 
GeneralRe: How to show an application minimized in tray, when I try to open another instance of thet app? Pin
benjymous19-Oct-07 10:05
benjymous19-Oct-07 10:05 
GeneralRe: How to show an application minimized in tray, when I try to open another instance of thet app? Pin
gabi_coman20-Oct-07 1:47
gabi_coman20-Oct-07 1:47 
GeneralRe: How to show an application minimized in tray, when I try to open another instance of thet app? Pin
leppie19-Oct-07 4:35
leppie19-Oct-07 4:35 
QuestionReflection: FxCop rule assembly XML Pin
laserbaronen19-Oct-07 3:52
laserbaronen19-Oct-07 3:52 
AnswerRe: Reflection: FxCop rule assembly XML Pin
laserbaronen19-Oct-07 4:08
laserbaronen19-Oct-07 4:08 
nvm i solved my own problem ^^
foreach (string str in ASSEMBLY.GetManifestResourceNames())
           {
               using (StreamReader SR = new StreamReader(ASSEMBLY.GetManifestResourceStream(str)))
               {
                   Console.WriteLine(SR.ReadToEnd());
               }
           }


fafafa, ringakta icke sådant som bringa ack så naggande högönsklig välmåga å baronens ära.

Questiontree node Pin
zeeShan anSari19-Oct-07 3:25
zeeShan anSari19-Oct-07 3:25 
AnswerRe: tree node Pin
J4amieC19-Oct-07 3:45
J4amieC19-Oct-07 3:45 
GeneralRe: tree node Pin
zeeShan anSari19-Oct-07 4:04
zeeShan anSari19-Oct-07 4:04 
GeneralRe: tree node Pin
J4amieC19-Oct-07 4:16
J4amieC19-Oct-07 4:16 
GeneralRe: tree node Pin
zeeShan anSari19-Oct-07 4:27
zeeShan anSari19-Oct-07 4:27 
Questionhow to add a "Web UserControl" in Class Library project ? Pin
kkun19-Oct-07 2:46
kkun19-Oct-07 2:46 
AnswerRe: how to add a "Web UserControl" in Class Library project ? Pin
Ennis Ray Lynch, Jr.19-Oct-07 5:08
Ennis Ray Lynch, Jr.19-Oct-07 5:08 
QuestionUnable to connect to remote server Pin
Manoj Sethi19-Oct-07 2:38
Manoj Sethi19-Oct-07 2:38 
AnswerRe: Unable to connect to remote server Pin
leppie19-Oct-07 4:47
leppie19-Oct-07 4:47 
GeneralRe: Unable to connect to remote server Pin
Manoj Sethi19-Oct-07 5:00
Manoj Sethi19-Oct-07 5:00 
GeneralRe: Unable to connect to remote server Pin
leppie19-Oct-07 6:42
leppie19-Oct-07 6:42 
QuestionDEBUG:0xC0000005: Access Violation Pin
sduhd19-Oct-07 2:16
sduhd19-Oct-07 2:16 
AnswerRe: DEBUG:0xC0000005: Access Violation Pin
Vasudevan Deepak Kumar19-Oct-07 2:23
Vasudevan Deepak Kumar19-Oct-07 2:23 
GeneralRe: DEBUG:0xC0000005: Access Violation Pin
sduhd19-Oct-07 6:38
sduhd19-Oct-07 6:38 
AnswerRe: DEBUG:0xC0000005: Access Violation Pin
leppie19-Oct-07 4:43
leppie19-Oct-07 4:43 
GeneralRe: DEBUG:0xC0000005: Access Violation Pin
sduhd19-Oct-07 6:05
sduhd19-Oct-07 6:05 
GeneralRe: DEBUG:0xC0000005: Access Violation Pin
leppie19-Oct-07 6:37
leppie19-Oct-07 6:37 

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.