Click here to Skip to main content
15,891,033 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSetWindowsHookEx under Windows Service Pin
FotisSs19-Oct-09 8:02
FotisSs19-Oct-09 8:02 
AnswerRe: SetWindowsHookEx under Windows Service Pin
«_Superman_»19-Oct-09 8:29
professional«_Superman_»19-Oct-09 8:29 
GeneralRe: SetWindowsHookEx under Windows Service Pin
IvanProg3-Apr-10 4:11
IvanProg3-Apr-10 4:11 
AnswerRe: SetWindowsHookEx under Windows Service Pin
mirushaki27-Jul-15 1:26
mirushaki27-Jul-15 1:26 
QuestionhWnd passed into another class Pin
Nicola Curran19-Oct-09 5:44
Nicola Curran19-Oct-09 5:44 
AnswerRe: hWnd passed into another class Pin
Chris Losinger19-Oct-09 6:29
professionalChris Losinger19-Oct-09 6:29 
AnswerRe: hWnd passed into another class Pin
Cedric Moonen19-Oct-09 7:17
Cedric Moonen19-Oct-09 7:17 
AnswerRe: hWnd passed into another class Pin
theCPkid19-Oct-09 19:04
theCPkid19-Oct-09 19:04 
Do you mean if you comment out this line
m_hParentWnd = parent;
then everything works fine?
parent: 0x000b0d30 looks like a valid windows handle. no problem with that.

Since you are getting write access violation, it means you are trying to write to an invalid location, now which location is that and why it is invalid seems hard to tell with the information you have provided..
GeneralRe: hWnd passed into another class Pin
Nicola Curran19-Oct-09 21:36
Nicola Curran19-Oct-09 21:36 
QuestionRegarding the Record Position. Pin
janaswamy uday19-Oct-09 4:20
janaswamy uday19-Oct-09 4:20 
QuestionRe: Regarding the Record Position. Pin
David Crow19-Oct-09 4:52
David Crow19-Oct-09 4:52 
AnswerRe: Regarding the Record Position. Pin
Rajesh R Subramanian19-Oct-09 5:45
professionalRajesh R Subramanian19-Oct-09 5:45 
GeneralRe: Regarding the Record Position. Pin
janaswamy uday19-Oct-09 5:56
janaswamy uday19-Oct-09 5:56 
GeneralRe: Regarding the Record Position. Pin
Rajesh R Subramanian19-Oct-09 6:16
professionalRajesh R Subramanian19-Oct-09 6:16 
QuestionHow we show a message box & get user input in Win32 Dynamic-Link Library Pin
THAQCD19-Oct-09 4:19
THAQCD19-Oct-09 4:19 
AnswerRe: How we show a message box & get user input in Win32 Dynamic-Link Library Pin
Richard MacCutchan19-Oct-09 4:33
mveRichard MacCutchan19-Oct-09 4:33 
GeneralRe: How we show a message box & get user input in Win32 Dynamic-Link Library Pin
THAQCD19-Oct-09 6:11
THAQCD19-Oct-09 6:11 
GeneralRe: How we show a message box & get user input in Win32 Dynamic-Link Library Pin
Iain Clarke, Warrior Programmer19-Oct-09 8:08
Iain Clarke, Warrior Programmer19-Oct-09 8:08 
GeneralRe: How we show a message box & get user input in Win32 Dynamic-Link Library Pin
THAQCD19-Oct-09 8:26
THAQCD19-Oct-09 8:26 
GeneralRe: How we show a message box & get user input in Win32 Dynamic-Link Library Pin
Tim Craig19-Oct-09 8:31
Tim Craig19-Oct-09 8:31 
GeneralRe: How we show a message box & get user input in Win32 Dynamic-Link Library Pin
Richard MacCutchan19-Oct-09 8:33
mveRichard MacCutchan19-Oct-09 8:33 
QuestionEvents for Combobox in Visual C++ [modified] Pin
Invinci19-Oct-09 4:09
Invinci19-Oct-09 4:09 
AnswerRe: Events for Combobox in Visual C++ Pin
Maximilien19-Oct-09 4:20
Maximilien19-Oct-09 4:20 
GeneralRe: Events for Combobox in Visual C++ Pin
Invinci19-Oct-09 4:33
Invinci19-Oct-09 4:33 
GeneralRe: Events for Combobox in Visual C++ Pin
Maximilien19-Oct-09 4:35
Maximilien19-Oct-09 4:35 

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.