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

C / C++ / MFC

 
AnswerRe: Hiding rows using CListCtrl Pin
Naveen21-Sep-06 21:56
Naveen21-Sep-06 21:56 
AnswerRe: Hiding rows using CListCtrl Pin
Hamid_RT26-Sep-06 23:40
Hamid_RT26-Sep-06 23:40 
Question[Message Deleted] Pin
Susanmat21-Sep-06 20:38
Susanmat21-Sep-06 20:38 
AnswerRe: CListCtrl Pin
Naveen21-Sep-06 21:38
Naveen21-Sep-06 21:38 
AnswerRe: CListCtrl Pin
Hamid_RT21-Sep-06 22:12
Hamid_RT21-Sep-06 22:12 
GeneralRe: CListCtrl Pin
Hamid_RT26-Sep-06 23:40
Hamid_RT26-Sep-06 23:40 
Questionwindow properties Pin
Vissu8921-Sep-06 20:32
Vissu8921-Sep-06 20:32 
AnswerRe: window properties [modified] Pin
_AnsHUMAN_ 21-Sep-06 20:36
_AnsHUMAN_ 21-Sep-06 20:36 
Vissu89 wrote:
Given a window handle, is there any way we can know what it consists of
like child windows, Window title, menu items etc.

See EnumChildWindows(...)
Also:
typedef struct {
DWORD cbSize;
RECT rcWindow;
RECT rcClient;
DWORD dwStyle;
DWORD dwExStyle;
DWORD dwWindowStatus;
UINT cxWindowBorders;
UINT cyWindowBorders;
ATOM atomWindowType;
WORD wCreatorVersion;
} WINDOWINFO, *PWINDOWINFO, *LPWINDOWINFO;
GetWindowInfo(...)
This gives some information about a window's handle that you have.....
Do not know whether this would suit your needs or not exactly?


-- modified at 2:42 Friday 22nd September, 2006

Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_

GeneralRe: window properties Pin
Vissu8921-Sep-06 21:03
Vissu8921-Sep-06 21:03 
AnswerRe: window properties Pin
Eytukan21-Sep-06 21:57
Eytukan21-Sep-06 21:57 
Questioncstring to char * conversion Pin
namy121-Sep-06 20:11
namy121-Sep-06 20:11 
AnswerRe: cstring to char * conversion Pin
Mahesh Kulkarni21-Sep-06 20:14
Mahesh Kulkarni21-Sep-06 20:14 
AnswerRe: cstring to char * conversion Pin
kakan21-Sep-06 20:21
professionalkakan21-Sep-06 20:21 
GeneralRe: cstring to char * conversion Pin
namy121-Sep-06 22:49
namy121-Sep-06 22:49 
GeneralRe: cstring to char * conversion Pin
kakan22-Sep-06 0:10
professionalkakan22-Sep-06 0:10 
AnswerRe: cstring to char * conversion Pin
Hamid_RT21-Sep-06 20:22
Hamid_RT21-Sep-06 20:22 
AnswerRe: cstring to char * conversion Pin
Nibu babu thomas21-Sep-06 21:27
Nibu babu thomas21-Sep-06 21:27 
AnswerRe: cstring to char * conversion Pin
Eytukan21-Sep-06 21:54
Eytukan21-Sep-06 21:54 
GeneralRe: cstring to char * conversion Pin
Zac Howland22-Sep-06 3:09
Zac Howland22-Sep-06 3:09 
AnswerRe: cstring to char * conversion Pin
gunner_uk200021-Sep-06 23:25
gunner_uk200021-Sep-06 23:25 
QuestionBrowse for folder Pin
Tuyet Tin 521-Sep-06 20:04
Tuyet Tin 521-Sep-06 20:04 
AnswerRe: Browse for folder Pin
Hamid_RT21-Sep-06 20:09
Hamid_RT21-Sep-06 20:09 
GeneralRe: Browse for folder Pin
Tuyet Tin 521-Sep-06 21:15
Tuyet Tin 521-Sep-06 21:15 
GeneralRe: Browse for folder Pin
Hamid_RT21-Sep-06 21:31
Hamid_RT21-Sep-06 21:31 
AnswerRe: Browse for folder Pin
Le Thanh Cong21-Sep-06 20:53
Le Thanh Cong21-Sep-06 20:53 

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.