Click here to Skip to main content
16,013,747 members
Home / Discussions / C#
   

C#

 
GeneralRe: DataGridColumnStyle Pin
Mazdak29-Apr-02 2:16
Mazdak29-Apr-02 2:16 
GeneralMSChart Pin
28-Apr-02 12:11
suss28-Apr-02 12:11 
GeneralWeb services and c# Pin
ez228-Apr-02 10:59
ez228-Apr-02 10:59 
GeneralRe: Web services and c# Pin
Nick Parker29-Apr-02 6:47
protectorNick Parker29-Apr-02 6:47 
GeneralRe: Web services and c# Pin
ez229-Apr-02 7:15
ez229-Apr-02 7:15 
GeneralGetAsyncKeyState!?!?! Pin
Rickard Andersson2028-Apr-02 9:56
Rickard Andersson2028-Apr-02 9:56 
GeneralRe: GetAsyncKeyState!?!?! Pin
Nish Nishant28-Apr-02 14:20
sitebuilderNish Nishant28-Apr-02 14:20 
GeneralRe: GetAsyncKeyState!?!?! [Eureka] Pin
Nish Nishant28-Apr-02 14:27
sitebuilderNish Nishant28-Apr-02 14:27 
Rickard,

Found it!!! It's amusing that I didnt find it when I wanted it, but I found it when I was just looking at random Smile | :)

Control.ModifierKeys Property is what you want Smile | :)

if ((Control.ModifierKeys & Keys.Alt) == Keys.Alt)
{
\\Alt key is down
}



Check out last week's Code Project posting stats presentation from :-
http://www.busterboy.org/codeproject/
Feel free to make your comments.

GeneralRe: GetAsyncKeyState!?!?! [Eureka] Pin
James T. Johnson28-Apr-02 15:16
James T. Johnson28-Apr-02 15:16 
GeneralRe: GetAsyncKeyState!?!?! [Eureka] Pin
Nish Nishant28-Apr-02 15:21
sitebuilderNish Nishant28-Apr-02 15:21 
QuestionHow to make a modal form? Pin
Rickard Andersson2028-Apr-02 6:12
Rickard Andersson2028-Apr-02 6:12 
AnswerRe: How to make a modal form? Pin
Andrew Peace28-Apr-02 6:47
Andrew Peace28-Apr-02 6:47 
Questionhow to minimize the window form into tray icons toolbox! Pin
zhoujun28-Apr-02 3:20
zhoujun28-Apr-02 3:20 
QuestionGraphics::FromHwnd ??? Pin
Christian Graus28-Apr-02 1:50
protectorChristian Graus28-Apr-02 1:50 
AnswerRe: Graphics::FromHwnd ??? Pin
Neil Van Note28-Apr-02 9:08
Neil Van Note28-Apr-02 9:08 
GeneralRe: Graphics::FromHwnd ??? Pin
Neil Van Note28-Apr-02 10:19
Neil Van Note28-Apr-02 10:19 
GeneralRe: Graphics::FromHwnd ??? Pin
Christian Graus28-Apr-02 10:28
protectorChristian Graus28-Apr-02 10:28 
GeneralRe: Graphics::FromHwnd ??? Pin
Neil Van Note28-Apr-02 10:43
Neil Van Note28-Apr-02 10:43 
GeneralRe: Graphics::FromHwnd ??? Pin
Christian Graus28-Apr-02 10:58
protectorChristian Graus28-Apr-02 10:58 
GeneralRe: Graphics::FromHwnd ??? Pin
James T. Johnson28-Apr-02 11:06
James T. Johnson28-Apr-02 11:06 
GeneralRe: Graphics::FromHwnd ??? Pin
Christian Graus28-Apr-02 11:13
protectorChristian Graus28-Apr-02 11:13 
GeneralRe: Graphics::FromHwnd ??? Pin
Christian Graus28-Apr-02 11:27
protectorChristian Graus28-Apr-02 11:27 
GeneralRe: Graphics::FromHwnd ??? Pin
Neil Van Note28-Apr-02 11:31
Neil Van Note28-Apr-02 11:31 
GeneralRe: Graphics::FromHwnd ??? Pin
Christian Graus28-Apr-02 12:08
protectorChristian Graus28-Apr-02 12:08 
GeneralRe: Graphics::FromHwnd ??? Pin
Neil Van Note28-Apr-02 12:19
Neil Van Note28-Apr-02 12:19 

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.