|
-
Jan 31st, 2009, 09:04 AM
#1
Thread Starter
PowerPoster
properties categories
i know how put(in VB6 IDE property window) a category(by change 1 option in a property/method/event window options, but i need ask if i can do these in code too?
like:
Code:
sprite2D1.Graphics.BlackAndWhite 'in code
thanks
-
Jan 31st, 2009, 10:52 AM
#2
Re: properties categories
Can you give a better, more complete, example? I am having trouble understanding your question exactly.
-
Jan 31st, 2009, 10:56 AM
#3
Thread Starter
PowerPoster
Re: properties categories
 Originally Posted by LaVolpe
Can you give a better, more complete, example? I am having trouble understanding your question exactly.
hi lavolte
see these way i have some graphics properties then i wante put them in a graphics category/group. in a property window i did it, but how i can change for code too?
thanks
-
Jan 31st, 2009, 11:38 AM
#4
Re: properties categories
By category? Are you talking about the IDE menu: Tools|Procedure Attributes? If so, I don't think you can change this in code. There would not be any reason. A property can only have one category. That information is saved in the .ctl, .cls file. You should see it if you open the file in NotePad or WordPad
-
Jan 31st, 2009, 11:40 AM
#5
Thread Starter
PowerPoster
Re: properties categories
 Originally Posted by LaVolpe
By category? Are you talking about the IDE menu: Tools|Procedure Attributes? If so, I don't think you can change this in code. There would not be any reason. A property can only have one category. That information is saved in the .ctl, .cls file. You should see it if you open the file in NotePad or WordPad
ok.. thank you my friend
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|