NM_CUstomDraw i have gone through this, but hope we have text property on that. have not seen the image property on that.
Born to win...!
NM_CUstomDraw i have gone through this, but hope we have text property on that. have not seen the image property on that.
Born to win...!
hi, Thanks for ur kind reply, Do we have any sample program for that..? it will be more helpful to complete.
Born to win...!
hi, My objective is end of each child item i need to add a image. Example : Root | Child 1 text [image] Child 2 text [image] Child 3 text [image] Child 4 text [image] above [image] -> image of size 12*12
Born to win...!
hi, i have a tree ctrl with Number of items say 10 items under one root Node, at the end of each child item i need to add an image . How is this Possible ? Thanks,
Born to win...!
hi, actually My problem is i am writing into a word doc file, but its taking 5 minutes hardly , (at that time cpu performance was 100%) total no.of pages in the Report document is 30, what is the solution for reducing this time span...?
Born to win...!
hai, i am not pointing to only lookup, may be some other probs...! where can i get the diagnostic tool, do u knw any link for that ?
Born to win...!
sashoalm wrote:
What does "word document" mean?
yes, i am having a data and i am trying to write into a word document. like "sample.doc"
Born to win...!
hi, i am having a CMap , and i am trying to write a word document in my vc++ appln, i am going for Cmap.Lookup() Method, and getting the values and writing to a document file. but its taking 100% cpu performance why ? what is the solution for this ? and any other kind of reports are there, to get a report from my application. Thanks, jhony
Born to win...!
Hai, Any body knows any freeware OR Tool is available to detect memory leak in Vc++ code. Please refer the links... Rply me, Jhony...
Born to win...!
Hai, In my XML File ,i am having a tag which value is Date & Time. Like this, 2008/05/19 00:00:00 in my output XML File i want value Like this, 05/19/2008 00:00:00 using XSL transform, what is the solution for this ... please reply me..
Born to win...!
Hai, In my XML File ,i am having a tag which value is Date & Time. Like this, 2008/05/19 00:00:00 in my output XML File i want value Like this, 05/19/2008 00:00:00 what are the codes need to write in XSL File. by Mani..
Born to win...!
Hai, i am having a doubt.. When to use pointers and references..? Please tell me the scenarios... Thanks, Mani..
Born to win...!
Hai, i am having a doubt. How to capture and terminate a worker thread..? Thanks, Manivannan
Born to win...!
Thanks for ur kind reply to all members whoever particpated in the discussion., by, Manivannan@Congruent
Born to win...!
hai all, about 'bool' i got idea... from all ur replies... but what about BOOL..? i am not clear...
Born to win...!
modified on Tuesday, May 20, 2008 11:57 PM
hai, what is the difference between bool and BOOL? reply me..
Born to win...!
can u send ur code...so that i can get clearly.
Born to win...!
Can u send me ur code..i will check it ..and i will tell U
Born to win...!
vipin_nvk wrote:
Do you think changing access to KEY_ALL_ACCESS will really work?
No, the changing key access ...it wont solve ur problem.. It's something related to other problem... :(
Born to win...!
vipin_nvk wrote:
if (::RegOpenKeyEx(HKEY_CLASSES_ROOT, strKey, 0, KEY_READ, &hKey) == ERROR_SUCCESS)
Change the parameter value instead of "KEY_READ" give "KEY_ALL_ACCESS"... I'm not sure,whther this will work ..but try...
Born to win...!