Click here to Skip to main content
15,904,416 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Has anyone found a workaround for VC++ 6.0 when using Access 2K? Pin
Scozturk4-Jul-03 1:20
professionalScozturk4-Jul-03 1:20 
GeneralRe: Has anyone found a workaround for VC++ 6.0 when using Access 2K? Pin
WREY4-Jul-03 7:29
WREY4-Jul-03 7:29 
AnswerRe: Has anyone found a workaround for VC++ 6.0 when using Access 2K? Pin
Manfred Staiger7-Jul-03 4:26
Manfred Staiger7-Jul-03 4:26 
GeneralRe: Has anyone found a workaround for VC++ 6.0 when using Access 2K? Pin
WREY7-Jul-03 7:18
WREY7-Jul-03 7:18 
GeneralDisabling keyboard buttons Pin
Scozturk3-Jul-03 23:50
professionalScozturk3-Jul-03 23:50 
GeneralRe: Disabling keyboard buttons Pin
Rage4-Jul-03 0:45
professionalRage4-Jul-03 0:45 
GeneralRe: Disabling keyboard buttons Pin
Scozturk4-Jul-03 1:14
professionalScozturk4-Jul-03 1:14 
GeneralRe: Disabling keyboard buttons Pin
Ryan Binns4-Jul-03 1:30
Ryan Binns4-Jul-03 1:30 
I wouldn't necessarily try to prevent Alt+Tab or Ctrl+Alt+Delete in your program. They should do that on the PC (using system policies to prevent task manager, and setting the shell to your program instead of explorer.exe). To prevent Alt+F4, handle WM_SYSKEYDOWN.

Just a hint, I usually put in a shortcut key (such as Ctrl+Alt+Shift+F12 or something equally obscure) that closes the application but is not documented so that when you need to close it to do upgrades, it's easier Smile | :) . You can password-protect it if you really want to.

Ryan

Being little and getting pushed around by big guys all my life I guess I compensate by pushing electrons and holes around. What a bully I am, but I do enjoy making subatomic particles hop at my bidding - Roger Wright (2nd April 2003, The Lounge)

Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late - John Nichol "Point Of Impact"

GeneralIncluding DLL's in EXE file Pin
BoudewijnEctor3-Jul-03 23:44
BoudewijnEctor3-Jul-03 23:44 
GeneralRe: Including DLL's in EXE file Pin
Ryan Binns4-Jul-03 0:48
Ryan Binns4-Jul-03 0:48 
GeneralRe: Including DLL's in EXE file Pin
Dominik Reichl4-Jul-03 2:30
Dominik Reichl4-Jul-03 2:30 
GeneralRe: Including DLL's in EXE file Pin
Navin4-Jul-03 7:07
Navin4-Jul-03 7:07 
GeneralSetups for networks Pin
BoudewijnEctor3-Jul-03 23:36
BoudewijnEctor3-Jul-03 23:36 
General"while (==)" Pin
FlyingDancer3-Jul-03 23:33
FlyingDancer3-Jul-03 23:33 
GeneralRe: "while (==)" Pin
Ryan_Roberts3-Jul-03 23:41
Ryan_Roberts3-Jul-03 23:41 
GeneralRe: "while (==)" Pin
Ryan Binns4-Jul-03 0:38
Ryan Binns4-Jul-03 0:38 
GeneralRe: "while (==)" Pin
FlyingDancer4-Jul-03 1:27
FlyingDancer4-Jul-03 1:27 
GeneralRe: "while (==)" Pin
Ryan Binns4-Jul-03 1:34
Ryan Binns4-Jul-03 1:34 
GeneralRe: "while (==)" Pin
FlyingDancer4-Jul-03 2:05
FlyingDancer4-Jul-03 2:05 
GeneralRe: "while (==)" Pin
Ryan Binns4-Jul-03 2:14
Ryan Binns4-Jul-03 2:14 
GeneralRe: "while (==)" Pin
FlyingDancer4-Jul-03 3:06
FlyingDancer4-Jul-03 3:06 
GeneralRe: "while (==)" Pin
Ryan Binns4-Jul-03 3:10
Ryan Binns4-Jul-03 3:10 
GeneralRe: "while (==)" Pin
FlyingDancer4-Jul-03 3:51
FlyingDancer4-Jul-03 3:51 
GeneralRe: "while (==)" Pin
FlyingDancer6-Jul-03 15:58
FlyingDancer6-Jul-03 15:58 
GeneralRe: "while (==)" Pin
Ryan Binns6-Jul-03 17:18
Ryan Binns6-Jul-03 17:18 

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.