Click here to Skip to main content
15,905,414 members
Home / Discussions / C#
   

C#

 
GeneralRe: GDI+ A generic error occurred Pin
ben23-Jan-07 12:28
ben23-Jan-07 12:28 
Questionmanaged c++ from c# Pin
picazo3-Jan-07 8:31
picazo3-Jan-07 8:31 
AnswerRe: managed c++ from c# Pin
Christian Graus3-Jan-07 8:45
protectorChristian Graus3-Jan-07 8:45 
GeneralRe: managed c++ from c# Pin
picazo3-Jan-07 8:53
picazo3-Jan-07 8:53 
GeneralRe: managed c++ from c# Pin
Christian Graus3-Jan-07 9:05
protectorChristian Graus3-Jan-07 9:05 
QuestionConnection between 2 pcs via modem with C# Pin
dsovino3-Jan-07 8:17
dsovino3-Jan-07 8:17 
QuestionBest way to print from RichTextBox & WebBrowser Pin
TrooperIronMan3-Jan-07 7:50
TrooperIronMan3-Jan-07 7:50 
AnswerRe: Best way to print from RichTextBox & WebBrowser Pin
TrooperIronMan3-Jan-07 8:47
TrooperIronMan3-Jan-07 8:47 
GeneralRe: Best way to print from RichTextBox & WebBrowser Pin
TrooperIronMan4-Jan-07 2:47
TrooperIronMan4-Jan-07 2:47 
QuestionHow to extract links from webbrowser component Pin
oren20103-Jan-07 7:04
oren20103-Jan-07 7:04 
AnswerRe: How to extract links from webbrowser component Pin
Judah Gabriel Himango3-Jan-07 7:27
sponsorJudah Gabriel Himango3-Jan-07 7:27 
AnswerRe: How to extract links from webbrowser component Pin
Bassam Saoud3-Jan-07 7:53
Bassam Saoud3-Jan-07 7:53 
AnswerRe: How to extract links from webbrowser component Pin
oren20105-Jan-07 17:25
oren20105-Jan-07 17:25 
QuestionHow to cancel any keyboard stroke? Pin
Hussam Fattahi3-Jan-07 6:16
Hussam Fattahi3-Jan-07 6:16 
AnswerRe: How to cancel any keyboard stroke? Pin
Judah Gabriel Himango3-Jan-07 6:24
sponsorJudah Gabriel Himango3-Jan-07 6:24 
Application software really should not do this. Those keys are there for a reason -- I can only imagine the hell if every application overrided the CTRL+ALT+Delete key combo.

If you have a truely legitimate reason for doing this (say, you're on some sort of console and there are no other apps running on the system, and you don't want users to be able to get to the desktop), you can look into Windows keyboard Hooks. There are some articles on this site describing how to do it.



Tech, life, family, faith: Give me a visit.
I'm currently blogging about: Check out this cutie
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango


GeneralRe: How to cancel any keyboard stroke? Pin
PIEBALDconsult3-Jan-07 6:42
mvePIEBALDconsult3-Jan-07 6:42 
GeneralRe: How to cancel any keyboard stroke? Pin
Judah Gabriel Himango3-Jan-07 7:24
sponsorJudah Gabriel Himango3-Jan-07 7:24 
GeneralRe: How to cancel any keyboard stroke? Pin
Hussam Fattahi3-Jan-07 8:28
Hussam Fattahi3-Jan-07 8:28 
AnswerRe: How to cancel any keyboard stroke? Pin
ednrgc3-Jan-07 6:46
ednrgc3-Jan-07 6:46 
GeneralRe: How to cancel any keyboard stroke? Pin
Dan Neely3-Jan-07 7:04
Dan Neely3-Jan-07 7:04 
AnswerRe: How to cancel any keyboard stroke? Pin
Martin#3-Jan-07 9:00
Martin#3-Jan-07 9:00 
GeneralRe: How to cancel any keyboard stroke? Pin
Hussam Fattahi3-Jan-07 9:14
Hussam Fattahi3-Jan-07 9:14 
GeneralRe: How to cancel any keyboard stroke? Pin
Martin#3-Jan-07 9:39
Martin#3-Jan-07 9:39 
GeneralRe: How to cancel any keyboard stroke? Pin
Hussam Fattahi3-Jan-07 10:11
Hussam Fattahi3-Jan-07 10:11 
AnswerRe: How to cancel any keyboard stroke? Pin
Daniel Grunwald3-Jan-07 9:10
Daniel Grunwald3-Jan-07 9:10 

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.