Click here to Skip to main content
16,007,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionread buffer problem Pin
meiyueh23-Sep-05 20:38
meiyueh23-Sep-05 20:38 
AnswerRe: read buffer problem Pin
billiam90423-Sep-05 21:48
billiam90423-Sep-05 21:48 
QuestionInfo on KEY_EXECUTE and DeleteKeyEx Pin
reg-user23-Sep-05 20:11
sussreg-user23-Sep-05 20:11 
AnswerRe: Info on KEY_EXECUTE and DeleteKeyEx Pin
khan++23-Sep-05 20:55
khan++23-Sep-05 20:55 
GeneralRe: Info on KEY_EXECUTE and DeleteKeyEx Pin
reg-user23-Sep-05 21:06
sussreg-user23-Sep-05 21:06 
GeneralRe: Info on KEY_EXECUTE and DeleteKeyEx Pin
khan++23-Sep-05 21:13
khan++23-Sep-05 21:13 
QuestionDebugging in an activeX control Pin
aasstt23-Sep-05 19:41
aasstt23-Sep-05 19:41 
AnswerRe: Debugging in an activeX control Pin
khan++23-Sep-05 20:40
khan++23-Sep-05 20:40 
Depends on the program using the control.
1- You can develop a test application, which uses the Control and set it as the "Executable for debug session"
2- You can use the ActiveX Control Test Container as the "Executable for debug session" in Visual Studio Project Settings.
3- If you are developing the control for use in Internet Explorer, then set iexplore.exe as the executable for debug session.

Place breakpoints in your code, then F5 (Go) it.


this is this.
Questionglobal buffer or passing by reference? Pin
billiam90423-Sep-05 16:20
billiam90423-Sep-05 16:20 
AnswerRe: global buffer or passing by reference? Pin
khan++23-Sep-05 20:44
khan++23-Sep-05 20:44 
GeneralRe: global buffer or passing by reference? Pin
billiam90423-Sep-05 22:00
billiam90423-Sep-05 22:00 
GeneralRe: global buffer or passing by reference? Pin
khan++23-Sep-05 22:54
khan++23-Sep-05 22:54 
GeneralRe: global buffer or passing by reference? Pin
billiam90424-Sep-05 13:05
billiam90424-Sep-05 13:05 
GeneralRe: global buffer or passing by reference? Pin
Achim Klein25-Sep-05 5:31
Achim Klein25-Sep-05 5:31 
AnswerRe: global buffer or passing by reference? Pin
Achim Klein24-Sep-05 1:32
Achim Klein24-Sep-05 1:32 
GeneralRe: global buffer or passing by reference? Pin
billiam90424-Sep-05 12:28
billiam90424-Sep-05 12:28 
AnswerRe: global buffer or passing by reference? Pin
Achim Klein25-Sep-05 5:48
Achim Klein25-Sep-05 5:48 
GeneralRe: global buffer or passing by reference? Pin
billiam90425-Sep-05 5:57
billiam90425-Sep-05 5:57 
GeneralRe: global buffer or passing by reference? Pin
Achim Klein25-Sep-05 6:02
Achim Klein25-Sep-05 6:02 
GeneralRe: global buffer or passing by reference? Pin
Achim Klein25-Sep-05 6:50
Achim Klein25-Sep-05 6:50 
GeneralRe: global buffer or passing by reference? Pin
Achim Klein25-Sep-05 6:52
Achim Klein25-Sep-05 6:52 
GeneralRe: global buffer or passing by reference? Pin
billiam90425-Sep-05 7:08
billiam90425-Sep-05 7:08 
GeneralRe: global buffer or passing by reference? Pin
Achim Klein25-Sep-05 7:17
Achim Klein25-Sep-05 7:17 
GeneralRe: global buffer or passing by reference? Pin
billiam90425-Sep-05 7:27
billiam90425-Sep-05 7:27 
GeneralRe: global buffer or passing by reference? Pin
Achim Klein25-Sep-05 7:36
Achim Klein25-Sep-05 7:36 

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.