Hi Carlos, Layout code in CFrameWindowImpl was designed for a simple case of a horizontal toolbar/rebar and a status bar. If you want to have a vertical ...
414
carlos.ferraro-cavall...
Nov 1, 2000 4:56 pm
... vertical ... calculate ... First of all, thanks for your quick answer! I found out that if we only change a little bit in ...
415
Lipp Christian
Christian.Lipp@...
Nov 2, 2000 10:13 am
Hi Nenad! Sorry for this late reply, but I have been out of office for one week. ... MENUEX is generated by WTL-wizard, I tried to change it back to MENU, but...
416
Nenad Stefanovic
nenads@...
Nov 2, 2000 10:56 am
Hi Christian, ... Well, that is not likely, WTL App Wizard does not use MENUEX at all, only MENU resources. I have to conclude that your MENUEX resource is not...
417
Lipp Christian
Christian.Lipp@...
Nov 2, 2000 12:44 pm
Hi Nenad, You are right (as always), MENU is created, I changed MENUEX back to MENU and corrected div. entries and everything is fine again. I never changed...
418
Lipp Christian
Christian.Lipp@...
Nov 3, 2000 7:51 am
... I tried this in the mainframe, but it didn't work, because the splitter window is the parent window of the splitter panes, so if you hide the splitter...
419
Nenad Stefanovic
nenads@...
Nov 3, 2000 9:24 am
Hi Christian, It is quite possible that VC changes MENU to MENUEX if you use properties that are supported only in MENUEX. Since commenting out command bar...
420
Nenad Stefanovic
nenads@...
Nov 3, 2000 9:27 am
Hi Christian, My suggestion was for multiple splitters, so I was talking about hiding a splitter that is inside of a pane of another splitter window. ...
421
anders.wetterqvist@...
Nov 3, 2000 1:59 pm
I have created an ATL/WTL project and chosen the MDI & dialog based form view options. On the form I have placed Ok/Cancel buttons. When either of those...
422
Phil McRevis
legalize@...
Nov 3, 2000 4:57 pm
In article <9B9A5456AFE99E4181416B252F63BDA214529D@...>, ... What version would that be? 3.0 is what's in the platform SDK...
423
Nenad Stefanovic
nenads@...
Nov 4, 2000 10:15 am
Hi Anders, Just post WM_CLOSE message to the MDI child window. Note that if your processing is in the form (dialog) handler, MDI child is the parent of the ...
424
Nenad Stefanovic
nenads@...
Nov 4, 2000 10:16 am
Hi Phil, It will be the new version (post 3.0). It will be out soon. Thanks, Nenad ... From: Phil McRevis [mailto:legalize@...] Sent: Friday, November...
425
Shaun Wilde
shaun_wilde@...
Nov 4, 2000 3:11 pm
Hi all I am trying to create a custom ComboBox based on WTLs CComboBox (actually a port from MFC). I would like to control the background colour of the edit ...
426
anders.wetterqvist@...
Nov 4, 2000 6:23 pm
I thought I had tried every version of posting a WM_CLOSE message I could think of - apparently not the one below ... It did it for me. Thank you! ... your ......
427
Paul Bludov
paul@...
Nov 5, 2000 1:21 am
... From: "Shaun Wilde" <shaun_wilde@...> To: <wtl@egroups.com> Sent: Saturday, November 04, 2000 6:15 PM Subject: [wtl] WM_CTLCOLOR??? msgs ... a ... ...
428
Shaun Wilde
shaun_wilde@...
Nov 5, 2000 2:51 pm
... I had already done this ... _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at...
429
Lipp Christian
Christian.Lipp@...
Nov 6, 2000 8:06 am
David Shiel posted the solution to this (at WTL during September - posting #302) on "ro CEdit" and subsequent replies. WM_CTLCOLORSTATIC (and also the others)...
430
Shaun Wilde
shaun_wilde@...
Nov 6, 2000 12:33 pm
thanks all to get it to work properly I needed handlers for MESSAGE_HANDLER(WM_CTLCOLORSTATIC, OnCtlColorStatic) MESSAGE_HANDLER(OCM_CTLCOLORSTATIC,...
431
anders.wetterqvist@...
Nov 6, 2000 2:02 pm
I'm looking for an example of using a Listview control in report mode (LVS_REPORT). I have managed to add Column headers properly but I'm struggling with...
432
David Shiel
dshiel@...
Nov 6, 2000 2:23 pm
Hi there Anders, I am assuming that you have derived your ListView control Try the code below, void CMyListViewControl::AddListViewItem() { CString...
433
Alex I. Pylaev
aip@...
Nov 6, 2000 4:05 pm
Hello All, How can I use ActiveX controls in wtl application? I tryed to add DateTimePicker (from standart panel of VC), but the dialog window didn't be...
434
Yuri Kirilenko
kiri@...
Nov 6, 2000 4:46 pm
Hi Alex, ... Are you use the ICC_DATE_CLASSES flag in the INITCOMMONCONTROLSEX structure ? Regards, Yuri ... From: Alex I. Pylaev <aip@...> To:...
Hi. I'm trying to develop an MDI application which the Child Frame View is a superclass of an ActiveX Control (a PDF viewer). I read that by default, the...
436
anders.wetterqvist@...
Nov 7, 2000 7:08 am
Hi Dave, Thanks for your input! I discovered that the style for the Listview was set to 'Owner draw fixed' in the Resource editor. When I cleared that my code...
437
Lipp Christian
Christian.Lipp@...
Nov 7, 2000 7:13 am
... Hello Shaun, great that you solved your problem. I just wanted to mark that I don't understand, why you need MESSAGE_HANDLER(WM_CTLCOLORSTATIC,...
438
Shaun Wilde
shaun_wilde@...
Nov 7, 2000 10:54 am
... this is because when I use CBS_DROPDOWN the combo box has an edit box which has my combobox as its parent I actually missed out another handler that is...
439
M.Mottl
mmottl@...
Nov 7, 2000 1:03 pm
has anyone ever used WTL::CString::TrimLeft with _UNICODE defined on NT4sp5? I always run into a crash. It seems to me that TrimLeft (maybe others also) work...
440
Christian.Lipp@...
Nov 7, 2000 1:14 pm
... my fault. ... http://codeguru.earthweb.com/combobox//combo_dropdown_dropdownlist.sht ml I never programmed in MFC but when I looked at this example, I was...
441
kchristen@...
Nov 7, 2000 1:49 pm
I have run into a similar bug in CString::Remove(), at line 2227 of atlmisc.h. It fails to update the string length correctly in UNICODE mode, causing a crash...
442
Simon-Pierre Cadieux
simon-pierre.cadieux@...
Nov 7, 2000 2:24 pm
See "WTL::CString bugs under Unicode" at http://www.codeproject.com/wtl/wtl_bugs.asp . I think it can be of some help. Simon-Pierre ... UNICODE mode, ... ...