I'm searching for object (in components) like the one in Visual Basic 6 - Properties Window.
So, is there such object - listview with grid and all you have to do is add your properties.
So is there such object (and in what component group)?
If not, what would be the easiest way to do it (ListView, Flextgrid object...)
THX very much,
Rok
Thinker
04-06-2002, 08:31 AM
Look for Microsoft Windows Common Controls 6.0
I looked all objects (controls) in MS Common Controls 6-x (SP4,SP5). There is none like VB Property Window.
Which one did you have in mind? (name)
PS.:somebody told me he once saw propety object or sth...
Volte
04-06-2002, 09:28 AM
There is no property object included with Visual Basic. You will
either need to buy one, find a free one, or make one yourself.
Thinker
04-06-2002, 09:56 AM
I was thinking you would code around the Listview control. Or
were you wanting something that would automatically populate
with properties from somewhere?
no, no automation
I allready know all properties I want to add; manually through code...
THX, for help
Banjo
04-08-2002, 11:36 AM
I'd recommend a flexgrid, and use an overlaid textbox, combo and command button for data input. If you need more details then let me know.
divil
04-09-2002, 03:53 AM
There are several components around that do what you need, a quick search on Google for a propertygrid ActiveX component will yeild lots of results I'm sure.
I wrote one myself, for my IDE, it isn't difficult. You might consider that.