Print Page | Close Window

Working with the Gui_VisStudio 7 Sample

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=39
Printed Date: 29 April 2024 at 5:46am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Working with the Gui_VisStudio 7 Sample
Posted By: jwhagen
Subject: Working with the Gui_VisStudio 7 Sample
Date Posted: 29 May 2003 at 10:05pm

I am working with the sample project trying to understand how to update each pane. I am presently working in the TaskBarList, trying to write data to the list. I am successful but only up to a point. I am able to write 24 items (0x0019) to the list, regardless of what I do. Here is a snippet:

m_listCtrl.SetItemCount(1024);

int n = m_listCtrl.GetItemCount(); <== n=0x0019 at this point

ASSERT(m_listCtrl.GetItemCount() == 1024);

It always asserts and I can only display 24 lines of code. I take it the SetItemCount() is not working but I don't know why. Suggestions?

Thanks!

John Hagen




Replies:
Posted By: jwhagen
Date Posted: 02 June 2003 at 8:11am

Ok, I admit it... Sometimes I fail to look far enough for the answer. I did find out where the limitation of the TaskBarList was coming from and have resolved the problem myself.




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net