Click here to Skip to main content
15,885,546 members
Home / Discussions / C#
   

C#

 
GeneralRe: Updating progress bar after each ReadLine() Pin
mtbchef114-May-06 20:34
mtbchef114-May-06 20:34 
GeneralRe: Updating progress bar after each ReadLine() Pin
S. Senthil Kumar15-May-06 1:41
S. Senthil Kumar15-May-06 1:41 
GeneralRe: Updating progress bar after each ReadLine() Pin
mtbchef115-May-06 20:24
mtbchef115-May-06 20:24 
Questionhow to read usb storage Id or Sn ? Pin
Veelone14-May-06 16:09
Veelone14-May-06 16:09 
Questiondisable TCP-IP, get MAC address Pin
Dave k.a. DPA14-May-06 13:09
Dave k.a. DPA14-May-06 13:09 
Question[EditorAttribute(typeof(MyFileNameEditor), typeof(UITypeEditor))] Pin
Susuko14-May-06 11:06
Susuko14-May-06 11:06 
AnswerRe: [EditorAttribute(typeof(MyFileNameEditor), typeof(UITypeEditor))] Pin
Office Lineman14-May-06 12:53
Office Lineman14-May-06 12:53 
QuestionFlash in taskbar Pin
Martin2314-May-06 10:31
Martin2314-May-06 10:31 
Hi, I want to make the tab for my program flash in the taskbar, I have done some googling, and found the following code:


using System.Runtime.InteropServices;<br />
<br />
[DllImport("user32.DLL", EntryPoint = "FlashWindow")]<br />
public static extern int FlashWindow(int hwnd, int bInvert);



But unfortunately I have not been able to get it to do anything (calling it has no effect), in fact I don't even know what the int parameters refer to. Can anybody give me a prod in the right direction?

Thanks!

Martin
AnswerRe: Flash in taskbar Pin
Stefan Troschuetz14-May-06 10:48
Stefan Troschuetz14-May-06 10:48 
GeneralRe: Flash in taskbar Pin
Martin2314-May-06 11:12
Martin2314-May-06 11:12 
Questionsoftware layers Pin
mehrdadc4814-May-06 10:22
mehrdadc4814-May-06 10:22 
AnswerRe: software layers Pin
Robert Rohde14-May-06 18:58
Robert Rohde14-May-06 18:58 
QuestionInsert in DB Pin
mehrdadc4814-May-06 10:18
mehrdadc4814-May-06 10:18 
AnswerRe: Insert in DB Pin
Stefan Troschuetz14-May-06 10:33
Stefan Troschuetz14-May-06 10:33 
QuestionReset IIS from C# code? Pin
mikker_12314-May-06 9:48
mikker_12314-May-06 9:48 
AnswerRe: Reset IIS from C# code? Pin
Rei Miyasaka14-May-06 11:02
Rei Miyasaka14-May-06 11:02 
GeneralRe: Reset IIS from C# code? Pin
mikker_12314-May-06 11:08
mikker_12314-May-06 11:08 
QuestionIs there a way to create native exe? Pin
signbit14-May-06 8:34
signbit14-May-06 8:34 
AnswerRe: Is there a way to create native exe? Pin
Sean8914-May-06 9:16
Sean8914-May-06 9:16 
AnswerRe: Is there a way to create native exe? Pin
Rei Miyasaka14-May-06 9:41
Rei Miyasaka14-May-06 9:41 
AnswerRe: Is there a way to create native exe? Pin
mikker_12314-May-06 9:46
mikker_12314-May-06 9:46 
Questionsteganalysis algorithm Pin
nailahazem14-May-06 8:21
nailahazem14-May-06 8:21 
AnswerRe: steganalysis algorithm Pin
Colin Angus Mackay14-May-06 12:12
Colin Angus Mackay14-May-06 12:12 
Questionproblem with threading Pin
teejayem14-May-06 7:40
teejayem14-May-06 7:40 
AnswerRe: problem with threading Pin
mikker_12314-May-06 9:43
mikker_12314-May-06 9:43 

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.