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:
thanksCode:sprite2D1.Graphics.BlackAndWhite 'in code
Printable View
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:
thanksCode:sprite2D1.Graphics.BlackAndWhite 'in code
Can you give a better, more complete, example? I am having trouble understanding your question exactly.
hi lavolteQuote:
Originally Posted by LaVolpe
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
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 friendQuote:
Originally Posted by LaVolpe