Hi, How to split column header in different lines in list control? Thanks
itkid
Posts
-
Split header in clistcontrol -
Multi-line string into dialog boxHi, I am trying to write a multi-line string into an edit control on a dialog box. I am using following code however not getting any success.
CWnd *pWnd =GetDlgItem(IDC_STATIC_MSGCNT);
CRect lpRect = CRect(100,100,20,20);
pWnd->GetWindowRect(&lpRect);CEdit \*pEdit = new CEdit(); pEdit->Create(ES\_MULTILINE|ES\_LEFT|ES\_READONLY,lpRect,this,m\_iEditCTLID++); pEdit->ShowWindow(SW\_SHOW); CString str; str.Format("%d",pWLSErrRpt->GetWLSMessageNo()); pEdit->SetWindowTextA(str);
Appreciate your help. Thanks
-
How to Display Data in DialogHi, I want to show the rows on dialog box, based on data coming from database.However I can't use list control. Could you please let me know how to display in this scenario. Thanks Pankaj
-
Capturing check/uncheck in checkbox in listcontrolconditional checkbox is present in few row. I just want to capture any change in any checkbox.
-
Capturing check/uncheck in checkbox in listcontrolHi, I am using CListControl in Dialog and one of the column is checkbox.How would I capture change (check/uncheck) in checkbox in any of the row.Thanks for help. Regards
-
Conditional Check Box in Dialog ListWhenever I am getting the ID list not the checkbox.
-
Conditional Check Box in Dialog ListHi, I am using the List control and populating data coming as resultset into Dialog list.One of the field should be checkbox which work based on condition. If condition is true then only show the checkbox otherwise hide the checkbox.So some row have check box and rest don't. Could you please suggest way to achieve it. I tried to paint unwanted check box but it start showing when someone click on hidden checkbox. Appreciate you time. Thanks Pankaj
-
error PRJ0019: A tool returned an error code from "Registering ActiveX Control..." Issueyes remove Outputs entry and it work Thanks Pankaj
-
error PRJ0019: A tool returned an error code from "Registering ActiveX Control..." Issueyes thanks
-
error PRJ0019: A tool returned an error code from "Registering ActiveX Control..." IssueIt is registering in Project->Properties-Custom Build Setup as Command Line :-regsvr32 /s /c $(TargetPath) echo regsvr32 exec. time > $(OutDir)\regsvr32.trg Outputs :-$(OutDir)\regsvr32.trg Do i need to modify or remove it? I aapreciate your time Thanks Pankaj
-
error PRJ0019: A tool returned an error code from "Registering ActiveX Control..." IssueHi, I am getting following error when running my application on visual studio 8."Error 1 error PRJ0019: A tool returned an error code from "Registering ActiveX Control...". Look like properties setting issue however not able to trace it exactly. Could you please help me. Thanks Pankaj
-
Monitoring ToolTask Manager display on server where exe run however I need something show on my desktop.
-
Monitoring ToolJust to monitor whether xyz.exe is running or stopped. Either by showing status as green when exe is running and Red when exe stop on client desktop.
-
Monitoring ToolHi, We have VC++ application running on server which goes down sometime. Is there any inbuild tool which run on my desktop and do the monitoring of xyz.exe (running on server) from task manager.Please let me know if you know any such tool. Appreciate your time. Thanks Pankaj
-
fatal error C1001: INTERNAL COMPILER ERRORThanks Jim for your reply however I am still facing same compilation problem after removing all /Og, /Oi, and /Oa option. In fact I am using the default VS 6.0 optimization option.
-
fatal error C1001: INTERNAL COMPILER ERRORHi, I am using Visual Studio 6 for compilation of source code however i am getting "fatal error C1001: INTERNAL COMPILER ERROR". Can you pls help me to remove this compilation problem. Thanks Pankaj :)
-
Record Set in ESQLHi, I am passing the customer id to DataBase and I want it should return the recordset. Can you pls let me know how to do it in ESQL. I am new to ESQL. It would be grate if you also let me know how to access each individual field. Thanks:)
-
List box IssueThank you for help. I am looking for exactly same answer. Do i really need to travese all the list? Since we know when list show SSN,set the value in edit box.Is it possible to reach directly to index of SSN in the list and same for edit box? Thanks :)
-
List box IssueHi Friends, I have one window on which I want to display SSN. SSN is one of the option in list and it value display infront of it in edit box. Can you pls help me to display these scenario. I am new to windows programming. Thanks :)
-
Basic Code Review CheckList in C++Thank Alok, You have given few very good point to think. Regards :)