Click here to Skip to main content
15,793,368 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionactive application in taskpane Pin
hrishiS9-Mar-09 22:59
hrishiS9-Mar-09 22:59 
AnswerRe: active application in taskpane Pin
KarstenK9-Mar-09 23:32
mveKarstenK9-Mar-09 23:32 
AnswerRe: active application in taskpane Pin
ShiXiangYang10-Mar-09 0:21
ShiXiangYang10-Mar-09 0:21 
AnswerRe: active application in taskpane Pin
Iain Clarke, Warrior Programmer10-Mar-09 1:55
Iain Clarke, Warrior Programmer10-Mar-09 1:55 
QuestionHow to get Active Application or File name? Pin
SNI9-Mar-09 22:35
SNI9-Mar-09 22:35 
AnswerRe: How to get Active Application or File name? Pin
Hamid_RT9-Mar-09 22:43
Hamid_RT9-Mar-09 22:43 
GeneralRe: How to get Active Application or File name? Pin
SNI10-Mar-09 0:13
SNI10-Mar-09 0:13 
GeneralRe: How to get Active Application or File name? Pin
ShiXiangYang10-Mar-09 0:25
ShiXiangYang10-Mar-09 0:25 
HWND hWnd=GetActiveWindow();
char *s;
GetWindowText(hWnd,s);
Then compare s and file name to get focus window.
strcmp(s,filename);
GeneralRe: How to get Active Application or File name? Pin
alphaxz11-Mar-09 0:24
alphaxz11-Mar-09 0:24 
GeneralRe: How to get Active Application or File name? Pin
Hamid_RT11-Mar-09 3:54
Hamid_RT11-Mar-09 3:54 
GeneralRe: How to get Active Application or File name? Pin
alphaxz12-Mar-09 16:23
alphaxz12-Mar-09 16:23 
QuestionHome-made string constructor Pin
aab199029-Mar-09 22:34
aab199029-Mar-09 22:34 
AnswerRe: Home-made string constructor Pin
Cedric Moonen9-Mar-09 23:44
Cedric Moonen9-Mar-09 23:44 
AnswerRe: Home-made string constructor Pin
KarstenK10-Mar-09 1:14
mveKarstenK10-Mar-09 1:14 
AnswerRe: Home-made string constructor Pin
David Crow10-Mar-09 5:07
David Crow10-Mar-09 5:07 
Questionsoftware not working in vista which work properly in xp. Pin
somnathjagtap9-Mar-09 22:32
somnathjagtap9-Mar-09 22:32 
AnswerRe: software not working in vista which work properly in xp. Pin
Hamid_RT9-Mar-09 22:46
Hamid_RT9-Mar-09 22:46 
GeneralRe: software not working in vista which work properly in xp. Pin
somnathjagtap9-Mar-09 23:25
somnathjagtap9-Mar-09 23:25 
AnswerRe: software not working in vista which work properly in xp. Pin
KarstenK9-Mar-09 23:36
mveKarstenK9-Mar-09 23:36 
GeneralRe: software not working in vista which work properly in xp. Pin
somnathjagtap9-Mar-09 23:56
somnathjagtap9-Mar-09 23:56 
GeneralRe: software not working in vista which work properly in xp. Pin
KarstenK10-Mar-09 1:09
mveKarstenK10-Mar-09 1:09 
Questionimport data from excel file Pin
trioum9-Mar-09 22:30
trioum9-Mar-09 22:30 
AnswerRe: import data from excel file Pin
Cedric Moonen9-Mar-09 22:39
Cedric Moonen9-Mar-09 22:39 
GeneralRe: import data from excel file Pin
trioum9-Mar-09 22:50
trioum9-Mar-09 22:50 
GeneralRe: import data from excel file Pin
Paresh Chitte10-Mar-09 1:29
Paresh Chitte10-Mar-09 1:29 

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.