Click here to Skip to main content
15,897,704 members
Home / Discussions / C#
   

C#

 
QuestionRow select on DataGridView Pin
waddie14-Apr-07 23:07
waddie14-Apr-07 23:07 
AnswerRe: Row select on DataGridView Pin
joon vh.4-Apr-07 23:20
joon vh.4-Apr-07 23:20 
QuestionRe: Row select on DataGridView Pin
waddie14-Apr-07 23:31
waddie14-Apr-07 23:31 
AnswerRe: Row select on DataGridView Pin
joon vh.4-Apr-07 23:50
joon vh.4-Apr-07 23:50 
GeneralRe: Row select on DataGridView Pin
waddie15-Apr-07 0:00
waddie15-Apr-07 0:00 
QuestionMinimize all open programs Pin
anderslundsgard4-Apr-07 22:42
anderslundsgard4-Apr-07 22:42 
AnswerRe: Minimize all open programs Pin
originSH5-Apr-07 0:47
originSH5-Apr-07 0:47 
GeneralRe: Minimize all open programs Pin
anderslundsgard5-Apr-07 0:50
anderslundsgard5-Apr-07 0:50 
When I start my application it comes behind all others.
Know it's not the best solution to make all others minimize but I have not found any other solution.

I found this:

[System.Runtime.InteropServices.DllImport("user32.dll")]<br />
public static extern void keybd_event(byte bVk, byte bScan, Int32 dwFlags, Int32 dwExtraInfo);<br />
<br />
public void MinimizeAll()<br />
{<br />
 keybd_event(91, 0, 0, 0);<br />
 keybd_event(77, 0, 0, 0);<br />
 keybd_event(91, 0, 2, 0);<br />
}


_____________________________

...and justice for all

APe

GeneralRe: Minimize all open programs Pin
originSH5-Apr-07 2:15
originSH5-Apr-07 2:15 
GeneralRe: Minimize all open programs Pin
anderslundsgard5-Apr-07 2:28
anderslundsgard5-Apr-07 2:28 
GeneralRe: Minimize all open programs Pin
originSH5-Apr-07 4:14
originSH5-Apr-07 4:14 
Questionhow to listen a connection from a specific IP address? Pin
F.E.L.I.X.4-Apr-07 22:16
F.E.L.I.X.4-Apr-07 22:16 
QuestionSome vb to c# Pin
akkram4-Apr-07 21:30
akkram4-Apr-07 21:30 
AnswerRe: Some vb to c# Pin
akkram4-Apr-07 22:18
akkram4-Apr-07 22:18 
AnswerRe: Some vb to c# Pin
Dave Doknjas5-Apr-07 12:50
Dave Doknjas5-Apr-07 12:50 
Questionhow to overcome this exception --in ClickonceDeployment INVALIDDEPLOYMENTEXEPTION, --"Application in not installed" Pin
pashitech4-Apr-07 21:21
pashitech4-Apr-07 21:21 
Questionhow to enable & disable USB ports from .NET applications? Pin
abyclassic4-Apr-07 21:20
abyclassic4-Apr-07 21:20 
AnswerRe: how to enable & disable USB ports from .NET applications? Pin
Niiiissssshhhhhuuuuu4-Apr-07 22:34
Niiiissssshhhhhuuuuu4-Apr-07 22:34 
GeneralRe: how to enable & disable USB ports from .NET applications? Pin
abyclassic8-Apr-07 19:40
abyclassic8-Apr-07 19:40 
QuestionC# API Doc Generator Pin
Ollie19864-Apr-07 20:59
Ollie19864-Apr-07 20:59 
AnswerRe: C# API Doc Generator Pin
Stefan Troschuetz4-Apr-07 21:10
Stefan Troschuetz4-Apr-07 21:10 
QuestionDocking Form? Pin
Muhammad Nauman Yousuf4-Apr-07 20:48
Muhammad Nauman Yousuf4-Apr-07 20:48 
AnswerRe: Docking Form? Pin
__DanC__4-Apr-07 22:31
__DanC__4-Apr-07 22:31 
QuestionHow can i rename a file on ftp with .net1.1? Pin
Nafiseh Salmani4-Apr-07 20:34
Nafiseh Salmani4-Apr-07 20:34 
AnswerRe: How can i rename a file on ftp with .net1.1? Pin
andre_swnpl4-Apr-07 20:43
andre_swnpl4-Apr-07 20: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.