In Visual C++ is there a way to update a singal control without updating them all? If so how?
(for example, I want to have a clock in my program that doesn't interfer with my trying to type other things).
atrusmre 0 Junior Poster in Training
Recommended Answers
Jump to PostI believe you are asking for a way of updating a Caption of a Static Text Label Control ( IDC_STATIC ) which displays the Clock output without using the UpdateData method. You can do this by the use of Control Variables. It is possible to declare a control variable for …
All 2 Replies
WolfPack 491 Posting Virtuoso Team Colleague
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.