Does anyone have any idea how to add property sheets into a form? I'd like to have a sheet to describe and update a custom interface of mine and was wnodering how the neat little sheet in the VB controls properties maybe replicated???
I thought there would be an OCX available for this.. but couldna find it at all... so any ideas would be most helpful
Cheers
Gaurav
[email protected] " Programming today is a race between software-engineers striving to build bigger and
better idiot-proof programs and the universe trying to produce bigger and better idiots.
So far the universe is winning". :-)
Whilst edting your control select Project...Add Property Page then either use the wizard or go with a blank. It's much liek creating a form but then again not really. Just have a play and use MSDN alot.
Whoa .. i see my requirements aren't clear.. so lemme explain...
I have a text file that carries descriptions of classes, that includes its method signatures as well as attributes.
Now my application reads in this file and builds a collection describing those classes.
I can access each attribute or method detail of each class from this "read in" collection and modify it at run time. The modified attribute or method signature is now written back to the same text file, for later use.
The UI that facilitates this modification can be a the archaic label text box combination or the extendible property sheet format... but how do i use the property sheet???!!!!
I also included a GIF image showing exactly what i want.. so please have a looksee... And thanks for your time and patience....
Cheers
Gaurav
[email protected] " Programming today is a race between software-engineers striving to build bigger and
better idiot-proof programs and the universe trying to produce bigger and better idiots.
So far the universe is winning". :-)
[email protected] " Programming today is a race between software-engineers striving to build bigger and
better idiot-proof programs and the universe trying to produce bigger and better idiots.
So far the universe is winning". :-)