Title says it all.I can't find a way to do it... .Refresh() doens't do anything, other than crash the program.
The situation I'm in, is that I have a frame which is launched from the "main" frame. This frame makes changes to the "main" frame's menu bar and panel. What can I call to refresh the main frame, from the second frame?
Refresh()on plenty of things and it works fine. – g.d.d.c Jul 19 '11 at 16:39Panel.GrandParent. It may be enough to call Refresh once you have the right element. It really depends a great deal on how your app is structured and what you're changing. – g.d.d.c Jul 19 '11 at 16:52