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

C / C++ / MFC

 
QuestionRe: How to disable minimzing? Pin
David Crow14-Mar-09 15:20
David Crow14-Mar-09 15:20 
AnswerRe: How to disable minimzing? Pin
daavena15-Mar-09 7:04
daavena15-Mar-09 7:04 
QuestionWindows Shutdown [modified] Pin
hxhl9514-Mar-09 8:46
hxhl9514-Mar-09 8:46 
AnswerRe: Windows Shutdown Pin
NeoAks00714-Mar-09 8:57
NeoAks00714-Mar-09 8:57 
GeneralRe: Windows Shutdown Pin
hxhl9514-Mar-09 9:05
hxhl9514-Mar-09 9:05 
AnswerRe: Windows Shutdown Pin
NeoAks00714-Mar-09 9:35
NeoAks00714-Mar-09 9:35 
GeneralRe: Windows Shutdown Pin
hxhl9514-Mar-09 9:49
hxhl9514-Mar-09 9:49 
GeneralRe: Windows Shutdown [modified] Pin
NeoAks00714-Mar-09 10:10
NeoAks00714-Mar-09 10:10 
hxhl95 wrote:
The only param I don't get is flags, which I put NULL for


Flags is of type ULONG. Instead of putting it NULL you may try substituting it with some unsigned value like 0x123.... Smile | :)

And since it's hit and trial approach after all, this might not work. Instead you may try looking for actual kernel calls and then finding right parameter values using tools like process explorer etc. Best of luck!!! Smile | :)
GeneralRe: Windows Shutdown [modified] Pin
hxhl9514-Mar-09 12:08
hxhl9514-Mar-09 12:08 
Question[Message Deleted] Pin
mini_25068914-Mar-09 7:56
mini_25068914-Mar-09 7:56 
AnswerRe: help me!!!!!!!! Pin
Stuart Dootson14-Mar-09 8:00
professionalStuart Dootson14-Mar-09 8:00 
GeneralRe: help me!!!!!!!! Pin
NeoAks00714-Mar-09 8:04
NeoAks00714-Mar-09 8:04 
AnswerRe: help me!!!!!!!! Pin
NeoAks00714-Mar-09 8:02
NeoAks00714-Mar-09 8:02 
QuestionHow to delete handles of a thread created with AfxBeginThread Pin
keret14-Mar-09 7:29
keret14-Mar-09 7:29 
AnswerRe: How to delete handles of a thread created with AfxBeginThread Pin
Stuart Dootson14-Mar-09 7:58
professionalStuart Dootson14-Mar-09 7:58 
GeneralRe: How to delete handles of a thread created with AfxBeginThread Pin
keret14-Mar-09 9:51
keret14-Mar-09 9:51 
GeneralRe: How to delete handles of a thread created with AfxBeginThread Pin
Stuart Dootson14-Mar-09 10:36
professionalStuart Dootson14-Mar-09 10:36 
GeneralRe: How to delete handles of a thread created with AfxBeginThread Pin
keret14-Mar-09 11:17
keret14-Mar-09 11:17 
GeneralRe: How to delete handles of a thread created with AfxBeginThread Pin
Stuart Dootson14-Mar-09 11:52
professionalStuart Dootson14-Mar-09 11:52 
GeneralRe: How to delete handles of a thread created with AfxBeginThread Pin
keret15-Mar-09 4:03
keret15-Mar-09 4:03 
GeneralRe: How to delete handles of a thread created with AfxBeginThread Pin
Stuart Dootson15-Mar-09 6:07
professionalStuart Dootson15-Mar-09 6:07 
GeneralRe: How to delete handles of a thread created with AfxBeginThread Pin
keret15-Mar-09 9:55
keret15-Mar-09 9:55 
QuestionTemplate Class Issues in C++. Pin
NeoAks00714-Mar-09 7:24
NeoAks00714-Mar-09 7:24 
AnswerRe: Template Class issues in C++. Pin
N a v a n e e t h14-Mar-09 7:31
N a v a n e e t h14-Mar-09 7:31 
GeneralRe: Template Class issues in C++. Pin
NeoAks00714-Mar-09 7:38
NeoAks00714-Mar-09 7:38 

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.