Click here to Skip to main content
15,900,378 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: import a registry file in the registry editor Pin
Electron Shepherd13-Jul-10 3:05
Electron Shepherd13-Jul-10 3:05 
GeneralRe: import a registry file in the registry editor Pin
mazizi13-Jul-10 19:14
mazizi13-Jul-10 19:14 
QuestionSpin Control Pin
AbhiHcl13-Jul-10 0:52
AbhiHcl13-Jul-10 0:52 
AnswerRe: Spin Control Pin
Richard MacCutchan13-Jul-10 1:33
mveRichard MacCutchan13-Jul-10 1:33 
GeneralRe: Spin Control Pin
AbhiHcl13-Jul-10 21:40
AbhiHcl13-Jul-10 21:40 
GeneralRe: Spin Control Pin
Richard MacCutchan13-Jul-10 21:51
mveRichard MacCutchan13-Jul-10 21:51 
AnswerRe: Spin Control Pin
chaau14-Jul-10 17:23
chaau14-Jul-10 17:23 
QuestionUsing MS Excel in VC++ Pin
QSMZ12-Jul-10 20:39
QSMZ12-Jul-10 20:39 
AnswerRe: Using MS Excel in VC++ Pin
Cedric Moonen12-Jul-10 21:30
Cedric Moonen12-Jul-10 21:30 
AnswerRe: Using MS Excel in VC++ Pin
Roger Stoltz13-Jul-10 0:08
Roger Stoltz13-Jul-10 0:08 
AnswerRe: Using MS Excel in VC++ Pin
Sameerkumar Namdeo13-Jul-10 0:31
Sameerkumar Namdeo13-Jul-10 0:31 
AnswerRe: Using MS Excel in VC++ Pin
SnowHow13-Jul-10 10:39
SnowHow13-Jul-10 10:39 
Questiongetting day of week Pin
zon_cpp12-Jul-10 19:35
zon_cpp12-Jul-10 19:35 
AnswerRe: getting day of week Pin
CPallini12-Jul-10 21:27
mveCPallini12-Jul-10 21:27 
AnswerRe: getting day of week Pin
Aescleal12-Jul-10 21:37
Aescleal12-Jul-10 21:37 
QuestionBorland C++ to Visual C++ conversion Pin
coder21k12-Jul-10 19:22
coder21k12-Jul-10 19:22 
AnswerRe: Borland C++ to Visual C++ conversion Pin
hypheni12-Jul-10 21:18
hypheni12-Jul-10 21:18 
AnswerRe: Borland C++ to Visual C++ conversion [modified] Pin
Rolf Kristensen13-Jul-10 6:07
Rolf Kristensen13-Jul-10 6:07 
QuestionCustom DateTime Control Pin
AbhiHcl12-Jul-10 19:08
AbhiHcl12-Jul-10 19:08 
QuestionCan i convert from CStrin to double Pin
raju_shiva12-Jul-10 19:05
raju_shiva12-Jul-10 19:05 
AnswerRe: Can i convert from CStrin to double Pin
«_Superman_»12-Jul-10 19:49
professional«_Superman_»12-Jul-10 19:49 
AnswerRe: Can i convert from CStrin to double Pin
Aescleal12-Jul-10 21:57
Aescleal12-Jul-10 21:57 
QuestionTerminateProcess doesn't work as expected on Windows XP Pin
pubis12-Jul-10 13:18
pubis12-Jul-10 13:18 
AnswerRe: TerminateProcess doesn't work as expected on Windows XP Pin
El Corazon12-Jul-10 14:40
El Corazon12-Jul-10 14:40 
AnswerRe: TerminateProcess doesn't work as expected on Windows XP Pin
«_Superman_»12-Jul-10 16:27
professional«_Superman_»12-Jul-10 16:27 
Put in some error checking on the return values and debug the program to find out exactly where the problem occurs.
Also, what is GetProcessHandle?
It is not an API.
It must be a user defined function.
Check if it is returning a valid handle.
«_Superman

I love work. It gives me something to do between weekends.


Microsoft MVP (Visual C++)

Polymorphism in C







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.