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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 11617 - 11646 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11617
Dear All, After looking in the wtl headers, only found CCheckListViewCtrl. So is there a CCheckListBox control exists in WTL world ? Thanks! peter...
peter_linlin
Offline Send Email
May 1, 2005
7:28 am
11618
... CCheckListViewCtrl is a much superior class - just as a list control is superior to a listbox. It is very easy to use CCheckListViewCtrl - do you want me...
robert_caldecott
robert_calde...
Offline Send Email
May 1, 2005
8:53 am
11619
Sample code is welcome! At this moment I have three questions: 1. how to *un*select an item, after using SelectItem(nItem) ? 2. how to the ListViewControl in a...
peter_linlin
Offline Send Email
May 1, 2005
9:22 am
11620
... SBARS_SIZEGRIP ... work. ... rid ... Why don't you create the status bar without the SBARS_SIZEGRIP style? ModifyStyle(WS_THICKFRAME, 0); m_hWndStatusBar =...
Roger Headrick
lilsroro
Offline Send Email
May 2, 2005
10:48 am
11621
Hello everybody! I'm kinda new with WTL and all this stuff, so beware of my newbie questions!!! ;) I got the following problem: I have created an application...
Istvan Nagy
nistvan_ro
Online Now Send Email
May 2, 2005
2:50 pm
11622
"Istvan Nagy" <nistvan_ro@...> wrote in message news:d55986+gksg@eGroups.com ... If you are handling events from WebBrowser control using...
Igor Tandetnik
itandetnik
Offline Send Email
May 2, 2005
3:21 pm
11623
Dear All, I want to enable some button while a user changed a CCheckListViewCtrl item's check state, but I cannot find a check state change notification...
peter_linlin
Offline Send Email
May 2, 2005
3:39 pm
11624
You could trap LVN_ITEMCHANGED and check the state at this point. For example: NOTIFY_HANDLER(IDC_LIST, LVN_ITEMCHANGED, OnListItemChanged) LRESULT...
robert_caldecott
robert_calde...
Offline Send Email
May 2, 2005
4:30 pm
11625
Hi robert, it works, but LVN_ITEMCHANGED was sent hunderds times when I load the control with previous saved items, so the handler get called hundred times...
peter_linlin
Offline Send Email
May 2, 2005
11:58 pm
11626
You can't stop these messages being sent so you could either set a flag before filling your list, and check for this in your LVN_ITEMCHANGED handler, e.g.: ...
robert_caldecott
robert_calde...
Offline Send Email
May 3, 2005
7:37 am
11627
All right!!! Meantime I got myself another solution, but thank you Igor for your kind help. If anyone is interested, here is the solution: just put...
Istvan Nagy
nistvan_ro
Online Now Send Email
May 3, 2005
7:49 am
11628
Hi there! I'm having another problem: I use URLDownloadToFile to retrieve some files from the Internet. Since this is a blocking function, my application will...
Istvan Nagy
nistvan_ro
Online Now Send Email
May 3, 2005
7:52 am
11629
Using threads is actually quite straight-forward as long as you are careful to encapsulate all the thread code correctly. Here is what I recommend you do: *...
robert_caldecott
robert_calde...
Offline Send Email
May 3, 2005
8:24 am
11630
Two little things: 1. The thread procedure cannot be an instance member of a function, since it shouldn't expect the 'this' parameter. Use a static member, or...
pablo_alch
Offline Send Email
May 3, 2005
9:02 am
11631
1. I forgot to mention that thread routine was static - well spotted. 2. I am doing exactly this - the function that creates the thread creates the data...
robert_caldecott
robert_calde...
Offline Send Email
May 3, 2005
9:59 am
11632
Hello again! After few hours of pain I decided to ask your help on URLDownloadToFile function... Does anybody has any bit of sample code to show me how to use...
Istvan Nagy
nistvan_ro
Online Now Send Email
May 3, 2005
11:43 am
11633
Hi, As you mentioned, URLDownloadToFile() function works synchronously (if you do not provide an implementation of IBindStatusCallback interface which returns...
Can T. Oguz
ctoguz
Offline Send Email
May 3, 2005
12:12 pm
11634
In my ATL project, I am developed particular file search application. Once I press Search button, it is search file on given path. It takes big time. Now I...
AkshayFedEx@...
akshayhh
Offline Send Email
May 3, 2005
12:33 pm
11635
Here's some code: Peter Somwhere in OnOK() or something like that: HRESULT hr = URLDownloadToFile ( NULL, strSrc, strDestZ, 0, this ); class CMainDlg: public...
Peter Carlson
carlson_home
Offline Send Email
May 3, 2005
1:52 pm
11636
Hi Robert, Be careful --- your code fragments are not volatile correct! And yes - it does matter! An event and message queue is not sufficient! Until recently...
Christopher D. Russell
cdr774
Offline Send Email
May 3, 2005
3:01 pm
11637
Hello list, This is my first mail to this list. I've been using WTL for some time now, and one thing that I've noticed is that, as a result of the extensive...
Guillermo P. Marotte
gpmarotte
Offline Send Email
May 3, 2005
4:31 pm
11638
Perhaps you would be good enough to elaborate why the code I posted is insufficient? I can't see the wood for the trees re: the link you posted. I assume...
robert_caldecott
robert_calde...
Offline Send Email
May 3, 2005
4:32 pm
11639
And what if I want to simultaneousely download multiple files? Because this is my current concern......
Istvan Nagy
nistvan_ro
Online Now Send Email
May 4, 2005
9:56 am
11640
One of the primary reasons for using URLDownloadToFile is (besides ease of use) the fact that URLMON functions supposedly handle gzip'ed responses from the...
Bjarke Viksøe
bviksoe
Offline Send Email
May 4, 2005
10:32 am
11641
I'm building a pocketpc app using wtl 7.5 on evc4. Coming from a palm background, im finding the whole frame/view thing a little confusing. I "think" what i...
Palm
margerum
Offline Send Email
May 4, 2005
7:20 pm
11642
... palm ... confusing. I ... frame ... status ... manually set ... that ... get ... method? ... contained ... i have ... would be ... When the WTL Wizard...
Roger Headrick
lilsroro
Offline Send Email
May 5, 2005
1:33 am
11643
Roger, this is a great example. thanks The only question i have is in the ShowView1,2... methods you call GetDlgCtrlID Does a CWindowImpl have an id...
Palm
margerum
Offline Send Email
May 5, 2005
2:02 am
11644
... only work with CDialogImpl? The id is whatever number you want to assign to a window when its created (see the Create call in ShowMyView1) and will work...
Roger Headrick
lilsroro
Offline Send Email
May 5, 2005
2:21 am
11645
got ya. thanks again for the help....
Palm
margerum
Offline Send Email
May 5, 2005
2:25 am
11646
... The way I wrote the ShowMyView1 method in the example bothers me, so here is something that makes a little more sense (at least to me :)). void...
Roger Headrick
lilsroro
Offline Send Email
May 5, 2005
3:01 am
Messages 11617 - 11646 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