User (Legacy) Posted June 21, 2002 Report Share Posted June 21, 2002 How to programmatically make chart on dialog box invisible and visible with a button click? How to hide a chart on a dialog box? regards Ramesh Quote Link to comment Share on other sites More sharing options...
Software FX Posted June 24, 2002 Report Share Posted June 24, 2002 What development tool are you using VB or VC ? The chart control is contained by a window which can be made visible using the Windows API, VB exposes a property: Visible, VC doesn't, but the chart is a control in the dialog, so when you get it from the Dialog you can make invisible using ShowWindow from the Windows API. -- FP Software FX, Inc. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.