Need to refresh property page controls
-
My property sheet has four pages: new, read, sent, user. When a user is selected, I want to refresh the three pages new, read, and sent. At what event should I handle the refresh? Eilzabeth
-
My property sheet has four pages: new, read, sent, user. When a user is selected, I want to refresh the three pages new, read, and sent. At what event should I handle the refresh? Eilzabeth
I'm curious why you'd want to refresh an inactive page. Why not wait until the page is activated before refreshing it?
Five birds are sitting on a fence. Three of them decide to fly off. How many are left?
-
I'm curious why you'd want to refresh an inactive page. Why not wait until the page is activated before refreshing it?
Five birds are sitting on a fence. Three of them decide to fly off. How many are left?
You are right as I am learning more on using property sheet. The OnSetActive() function will work. Elizabeth