Click here to Skip to main content
15,918,808 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: reading from a given offset (from a file) Pin
kakan28-Nov-05 3:14
professionalkakan28-Nov-05 3:14 
GeneralRe: reading from a given offset (from a file) Pin
David Crow28-Nov-05 6:10
David Crow28-Nov-05 6:10 
GeneralRe: reading from a given offset (from a file) Pin
zooley28-Nov-05 21:18
zooley28-Nov-05 21:18 
Questionsimple way to append a menu with a icon? Pin
Tcpip200527-Nov-05 23:54
Tcpip200527-Nov-05 23:54 
QuestionA program that can only be closed down by itself ,through an exit password. Pin
luyongxing27-Nov-05 23:42
luyongxing27-Nov-05 23:42 
AnswerRe: A program that can only be closed down by itself ,through an exit password. Pin
Marc Soleda28-Nov-05 0:03
Marc Soleda28-Nov-05 0:03 
GeneralRe: A program that can only be closed down by itself ,through an exit password. Pin
luyongxing28-Nov-05 17:49
luyongxing28-Nov-05 17:49 
AnswerRe: A program that can only be closed down by itself ,through an exit password. Pin
David Crow29-Nov-05 5:04
David Crow29-Nov-05 5:04 
One way would be to replace the shell with one of your own. I did this once with Windows 9x. The registry value is:

HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell

By default, the shell is explorer.exe. There are many articles on the Net that can provide you with details.

Another way is via the Group Policy Editor.


"Take only what you need and leave the land as you found it." - Native American Proverb


QuestionMFC: CCriticalSection problem Pin
Pixinger7727-Nov-05 23:29
Pixinger7727-Nov-05 23:29 
AnswerRe: MFC: CCriticalSection problem Pin
sunit528-Nov-05 0:50
sunit528-Nov-05 0:50 
GeneralRe: MFC: CCriticalSection problem Pin
Pixinger7728-Nov-05 4:00
Pixinger7728-Nov-05 4:00 
GeneralRe: MFC: CCriticalSection problem Pin
BadKarma28-Nov-05 5:07
BadKarma28-Nov-05 5:07 
GeneralRe: MFC: CCriticalSection problem Pin
Pixinger7728-Nov-05 8:16
Pixinger7728-Nov-05 8:16 
QuestionSignals in MFC ... Pin
vladko_bg27-Nov-05 23:23
vladko_bg27-Nov-05 23:23 
AnswerRe: Signals in MFC ... Pin
Marc Soleda27-Nov-05 23:47
Marc Soleda27-Nov-05 23:47 
AnswerRe: Signals in MFC ... Pin
vikas amin28-Nov-05 0:23
vikas amin28-Nov-05 0:23 
QuestionProblem with DirectInput8Create while debugging Pin
coldy27-Nov-05 22:23
coldy27-Nov-05 22:23 
AnswerRe: Problem with DirectInput8Create while debugging Pin
Bob Stanneveld27-Nov-05 22:29
Bob Stanneveld27-Nov-05 22:29 
GeneralRe: Problem with DirectInput8Create while debugging Pin
coldy27-Nov-05 22:57
coldy27-Nov-05 22:57 
AnswerRe: Problem with DirectInput8Create while debugging Pin
PJ Arends28-Nov-05 9:39
professionalPJ Arends28-Nov-05 9:39 
GeneralRe: Problem with DirectInput8Create while debugging Pin
coldy28-Nov-05 20:12
coldy28-Nov-05 20:12 
QuestionProblem with DirectInput8Create while debugging Pin
coldy27-Nov-05 21:57
coldy27-Nov-05 21:57 
QuestionProblem with DirectInput8Create while debugging Pin
coldy27-Nov-05 21:57
coldy27-Nov-05 21:57 
Questionhow to test algorithms for stability Pin
newsbies27-Nov-05 21:18
newsbies27-Nov-05 21:18 
QuestionRe: how to test algorithms for stability Pin
Bob Stanneveld27-Nov-05 22:16
Bob Stanneveld27-Nov-05 22:16 

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.