User (Legacy) Posted August 6, 2003 Report Posted August 6, 2003 Does anybody know how to remove a tab from the Chart FX Properties window in VC++? I just want to remove the 3D tab from it and I can't find any articles on it in the knowledge base.
Software FX Posted August 7, 2003 Report Posted August 7, 2003 Try the PropPageMask property. -- Regards, JC Software FX Support "NssOne" <none@none.com> wrote in message news:Vc9gaNSXDHA.380@WEBSERVER1... > Does anybody know how to remove a tab from the Chart FX Properties window in > VC++? I just want to remove the 3D tab from it and I can't find any articles > on it in the knowledge base. > >
User (Legacy) Posted August 8, 2003 Author Report Posted August 8, 2003 OK, thanks for letting me know about the PropPageMask thing, it worked out for me. The only other thing I need to figure out is how to remove or grey-out certain buttons in that window. This is all in VC++. "SoftwareFX Support" <support@softwarefx.com> wrote in message news:Hzz3eVTXDHA.3476@WEBSERVER1... > Try the PropPageMask property. > > -- > Regards, > > JC > Software FX Support > "NssOne" <none@none.com> wrote in message news:Vc9gaNSXDHA.380@WEBSERVER1... > > Does anybody know how to remove a tab from the Chart FX Properties window > in > > VC++? I just want to remove the 3D tab from it and I can't find any > articles > > on it in the knowledge base. > > > > > >
Software FX Posted August 8, 2003 Report Posted August 8, 2003 Check the Style and StyleEx properties. Note that not every control in every property page can be disabled/enabled programmatically. -- Regards, JC Software FX Support "NssOne" <none@none.com> wrote in message news:6V0AG%23eXDHA.3468@WEBSERVER1... > OK, thanks for letting me know about the PropPageMask thing, it worked out > for me. The only other thing I need to figure out is how to remove or > grey-out certain buttons in that window. This is all in VC++. > > > > "SoftwareFX Support" <support@softwarefx.com> wrote in message > news:Hzz3eVTXDHA.3476@WEBSERVER1... > > Try the PropPageMask property. > > > > -- > > Regards, > > > > JC > > Software FX Support > > "NssOne" <none@none.com> wrote in message > news:Vc9gaNSXDHA.380@WEBSERVER1... > > > Does anybody know how to remove a tab from the Chart FX Properties > window > > in > > > VC++? I just want to remove the 3D tab from it and I can't find any > > articles > > > on it in the knowledge base. > > > > > > > > > > > >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.