Click here to Skip to main content
15,910,009 members
Home / Discussions / C#
   

C#

 
Questiontabpage dont Show tab Text on Aligned=true|left in xp them Pin
sepel3-May-07 21:55
sepel3-May-07 21:55 
AnswerRe: tabpage dont Show tab Text on Aligned=true|left in xp them Pin
Sandeep Akhare4-May-07 1:12
Sandeep Akhare4-May-07 1:12 
GeneralRe: tabpage dont Show tab Text on Aligned=true|left in xp them [modified] Pin
sepel4-May-07 1:44
sepel4-May-07 1:44 
GeneralRe: tabpage dont Show tab Text on Aligned=true|left in xp them Pin
Gopal.S4-May-07 7:44
Gopal.S4-May-07 7:44 
GeneralRe: tabpage dont Show tab Text on Aligned=true|left in xp them Pin
Gopal.S4-May-07 7:48
Gopal.S4-May-07 7:48 
GeneralRe: tabpage dont Show tab Text on Aligned=true|left in xp them Pin
sepel4-May-07 16:47
sepel4-May-07 16:47 
QuestionPreventing multiple instances and associating file type Pin
Nouman Bhatti3-May-07 21:32
Nouman Bhatti3-May-07 21:32 
AnswerRe: Preventing multiple instances and associating file type Pin
Stefan Troschuetz3-May-07 21:42
Stefan Troschuetz3-May-07 21:42 
GeneralRe: Preventing multiple instances and associating file type Pin
Nouman Bhatti3-May-07 21:46
Nouman Bhatti3-May-07 21:46 
GeneralRe: Preventing multiple instances and associating file type Pin
Stefan Troschuetz3-May-07 21:56
Stefan Troschuetz3-May-07 21:56 
AnswerRe: Preventing multiple instances and associating file type Pin
jayart4-May-07 1:24
jayart4-May-07 1:24 
GeneralRe: Preventing multiple instances and associating file type Pin
Nouman Bhatti6-May-07 20:10
Nouman Bhatti6-May-07 20:10 
AnswerRe: Preventing multiple instances and associating file type Pin
justintimberlake4-May-07 1:57
justintimberlake4-May-07 1:57 
GeneralRe: Preventing multiple instances and associating file type Pin
Nouman Bhatti5-May-07 7:09
Nouman Bhatti5-May-07 7:09 
GeneralRe: Preventing multiple instances and associating file type Pin
justintimberlake5-May-07 19:16
justintimberlake5-May-07 19:16 
AnswerRe: Preventing multiple instances and associating file type Pin
AFSEKI7-May-07 3:39
AFSEKI7-May-07 3:39 
Questionhow to disable hyperlinks according to user roles? Pin
sirk153-May-07 20:58
sirk153-May-07 20:58 
AnswerRe: how to disable hyperlinks according to user roles? Pin
Sandeep Akhare3-May-07 22:21
Sandeep Akhare3-May-07 22:21 
AnswerRe: how to disable hyperlinks according to user roles? Pin
Jaiprakash M Bankolli3-May-07 22:29
Jaiprakash M Bankolli3-May-07 22:29 
Questionhow can i disable CTRL+ALT+DEL,ALT+F4 and ALT+TAb keys Pin
fgfdhghgfd3-May-07 20:45
fgfdhghgfd3-May-07 20:45 
AnswerRe: how can i disable CTRL+ALT+DEL,ALT+F4 and ALT+TAb keys Pin
Jon Hulatt3-May-07 21:02
Jon Hulatt3-May-07 21:02 
AnswerRe: how can i disable CTRL+ALT+DEL,ALT+F4 and ALT+TAb keys Pin
Vega024-May-07 22:01
Vega024-May-07 22:01 
As Jon said, Windows will not allow you to disable CTRL-ALT-DEL. This is because this particular shortcut is used to signal to the Windows OS that you want to perform some critical action - log off, terminate a program, etc. In fact, in some Windows setups, you are required to press CTRL-ALT-DEL before you login to the system. This is so that you know that you're typing your username and password into a real Windows OS login dialog - not some spoofer.

That said, it sounds like you might be trying to write a screensaver program. Don't worry about those key combinations. Just write your program as a normal .EXE file, then when it is compiled change the file extension to .SCR. Then right-click on the file from Explorer and hit Install. You'll now be able to use this as a screensaver, and Windows should take care of those pesky key combinations for you automatically.
AnswerRe: how can i disable CTRL+ALT+DEL,ALT+F4 and ALT+TAb keys Pin
AFSEKI7-May-07 3:42
AFSEKI7-May-07 3:42 
QuestionRegular Expresion Pin
Asif Mushtaq3-May-07 20:37
Asif Mushtaq3-May-07 20:37 
AnswerRe: Regular Expresion [modified] Pin
HerbCSO3-May-07 22:50
HerbCSO3-May-07 22:50 

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.