Search the web
Sign In
New User? Sign Up
wtl · WTL support list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5308 - 5337 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5308
Hi All, I am trying to load a bitmap with SetBitmap method provided with CStatic class. But it is not displaying the bitmap. Can any body please help me in...
Trivikram
trivikrams
Offline Send Email
Apr 1, 2003
10:38 am
5309
Hi, Vikram, your bmp object is created on the stack and probably gets destroyed on function exit. as we can see in CBitmapT<>'s destructor ~CBitmapT() { ...
Hristo Deshev
madmuncho
Offline Send Email
Apr 1, 2003
11:22 am
5310
Hi All, Does anyone know how I can marry subj or may someone know where I can found example about this thanks ....
oleg_reabciuc
Offline Send Email
Apr 1, 2003
11:34 am
5311
But you say that scroll bars do show, that must mean the styles are set properly. Check with Spy++ to be sure. Do you, or do you not, set the range with...
Igor Tandetnik
itandetnik
Offline Send Email
Apr 1, 2003
12:10 pm
5312
Ah, my bad. Create overloads in CPaneContainerImpl hide all overloads in the parent class. Try something like this: typedef CWindowImpl<RightPane1>...
Igor Tandetnik
itandetnik
Offline Send Email
Apr 1, 2003
12:22 pm
5313
Does the control have SS_BITMAP style? You can specify this style in the dialog editor, or when creating the control at runtime. With best wishes, Igor...
Igor Tandetnik
itandetnik
Offline Send Email
Apr 1, 2003
12:26 pm
5314
Hi Igor, How do i set it at runtime??? Please let me know. Thanks, Vikram. ... From: Igor Tandetnik [mailto:itandetnik@...] Sent: Tuesday, April 01, 2003...
Trivikram
trivikrams
Offline Send Email
Apr 1, 2003
12:33 pm
5315
If you create the control at runtime using Create(), one of the parameters is the style. If you just drop it on the dialog at design time, set its properties...
Igor Tandetnik
itandetnik
Offline Send Email
Apr 1, 2003
12:42 pm
5316
... Don't try to set the style using WM_HSCROLL or WM_VSCROLL. The way it works is this: You should call the SetScrollSize method on the window. The first two ...
John Barber
jandrhub
Offline Send Email
Apr 1, 2003
1:01 pm
5317
Thanks for your efforts. I found out that the problem seemed to be in the fact that I subclassed from a CStatic. The WM_HSCROLL and WM_VSCROLL bits were set,...
Roel Vanhout
RoelVanhout
Offline Send Email
Apr 1, 2003
2:42 pm
5318
Thanks for this explanation John, as you can read in the reply to Igor's reply I solved my problem, but your answer helped me understand things better (which...
Roel Vanhout
RoelVanhout
Offline Send Email
Apr 1, 2003
2:43 pm
5319
I have unsuccessfully tryed to create smooth text scrolling in a marquee like control. I tryed a number of different approaches. Every single involved double ...
Tobias Luetke
xalon2002
Offline Send Email
Apr 1, 2003
6:16 pm
5320
Look at DrawDib library - that's what AVI player control uses I strongly suspect MSHTML uses DirectDraw for rendering, you may want to look into that. Try...
Igor Tandetnik
itandetnik
Offline Send Email
Apr 1, 2003
6:49 pm
5321
Hi Oleg, Have you looked at the PhoneList sample app? It has some good stuff on using WTL printing classes including print preview. Its at : ...
Roger Headrick
rdheadrick2
Offline Send Email
Apr 1, 2003
7:29 pm
5322
Hi there , I'm looking for free c++ compiler which work nice (like vc++) with cpp code which use WTL ,ATL and standard header files (non-mfc). And may be...
oleg_reabciuc
Offline Send Email
Apr 2, 2003
2:54 pm
5323
I doubt you'll find any. WTL pretty much stays within standard C++, but ATL uses MS extensions heavily, such as __uuidof and __declspec(novtable). I don't know...
Igor Tandetnik
itandetnik
Offline Send Email
Apr 2, 2003
2:58 pm
5324
No but you may have some chance with the digital Mars compiler or the openWatcom one. If it works share with us. Best wishes Noël ... -- GISTEK software Gis...
Frankinet Noël
gistek2000
Offline Send Email
Apr 2, 2003
2:59 pm
5325
Thanks John, The latter approach of subclassing the edit control and implementing a handler for WM_GETDLGCODE in which I turn off the DLGC_WANTTAB flag works ...
Manish Gupta
mr_double_word
Offline Send Email
Apr 2, 2003
3:00 pm
5326
... works ... default ... off ... not ... if I ... You call CWindowImpl::DefWindowProc. When subclassing, CWindowImpl arranges for this method to call the...
Igor Tandetnik
itandetnik
Offline Send Email
Apr 2, 2003
3:04 pm
5327
We have tried using OpenWatcom woith zero success. It cannot handle ATL3, let alone ATL7. ... the...
robert_caldecott
robert_calde...
Offline Send Email
Apr 2, 2003
3:20 pm
5328
Hello everyone (and Nenad), I think I've identified a bug in CDialogResize (WTL 7 and previous AtlFrame.h) that is simple to fix. The resizing class redraws...
Menningen, Kevin
kmenningen
Offline Send Email
Apr 2, 2003
9:07 pm
5329
Hello oleg_reabciuc, Wednesday, April 2, 2003, 5:53:58 PM, you wrote: o> Hi there , o> I'm looking for free c++ compiler which work nice (like vc++) with o>...
Cristian Adam
cristianadam
Online Now Send Email
Apr 2, 2003
9:40 pm
5330
... [...] ... I came across the same problem in July last year. It turned out that there is a Windows bug, whereby WM_SETREDRAW causes a hidden window to be...
Jim Barry
jim_barry.geo
Offline Send Email
Apr 3, 2003
12:02 am
5331
When compiling a dialog box I get the following warning: MainFrame.cpp c:\Program Files\Microsoft Visual Studio .NET\Vc7\atlmfc\include\atlwin.h(3695) :...
Cata R.
nick_r75
Offline Send Email
Apr 3, 2003
8:16 am
5332
Hi Cata, This shouldn't normally happen. When I've gotten these casting warnings in VC7, I've found that sometimes the "Detect 64-bit Portability Issues" ...
BRANDON C CORFMAN
bcorfman
Offline Send Email
Apr 3, 2003
12:50 pm
5333
It is a good idea to actually start heeding those 64-bit portability warnings. The time is probably not so far away when we will all be moving over to 64-bit...
Igor Tandetnik
itandetnik
Offline Send Email
Apr 3, 2003
2:22 pm
5334
Hi Brandon, ... Yes, the /Wp64 flag is set. And so is the /W4 flag (Warning Level 4). I've had these on since we started working on the project. But atlwin.h ...
Cata R.
nick_r75
Offline Send Email
Apr 3, 2003
2:33 pm
5335
Maybe Microsoft's code will eventually catch up with the new compiler. :) Brandon ... warnings ... Issues" ... look ... switched on. ... 4). ... atlwin.h ... ...
Brandon Corfman
bcorfman
Offline Send Email
Apr 3, 2003
3:04 pm
5336
Hello, I am new to Atl/Wtl. I already created an IE toolbar using samples from the codeproject site. I customised the toolbar. I added a search which went...
sufkip
Offline Send Email
Apr 3, 2003
6:23 pm
5337
Hi All, CFrameWindowImplBase (WTL7) provides the following method to set the focus to a frame window's view/client window: LRESULT OnSetFocus(UINT, WPARAM,...
rdheadrick2
Offline Send Email
Apr 3, 2003
11:12 pm
Messages 5308 - 5337 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help