Results 1 to 5 of 5

Thread: properties categories

  1. #1

    Thread Starter
    PowerPoster joaquim's Avatar
    Join Date
    Apr 2007
    Posts
    3,964

    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
    VB6 2D Sprite control

    To live is difficult, but we do it.

  2. #2
    VB-aholic & Lovin' It LaVolpe's Avatar
    Join Date
    Oct 2007
    Location
    Beside Waldo
    Posts
    19,541

    Re: properties categories

    Can you give a better, more complete, example? I am having trouble understanding your question exactly.
    Insomnia is just a byproduct of, "It can't be done"

    Classics Enthusiast? Here's my 1969 Mustang Mach I Fastback. Her sister '67 Coupe has been adopted

    Newbie? Novice? Bored? Spend a few minutes browsing the FAQ section of the forum.
    Read the HitchHiker's Guide to Getting Help on the Forums.
    Here is the list of TAGs you can use to format your posts
    Here are VB6 Help Files online


    {Alpha Image Control} {Memory Leak FAQ} {Unicode Open/Save Dialog} {Resource Image Viewer/Extractor}
    {VB and DPI Tutorial} {Manifest Creator} {UserControl Button Template} {stdPicture Render Usage}

  3. #3

    Thread Starter
    PowerPoster joaquim's Avatar
    Join Date
    Apr 2007
    Posts
    3,964

    Re: properties categories

    Quote 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
    VB6 2D Sprite control

    To live is difficult, but we do it.

  4. #4
    VB-aholic & Lovin' It LaVolpe's Avatar
    Join Date
    Oct 2007
    Location
    Beside Waldo
    Posts
    19,541

    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
    Insomnia is just a byproduct of, "It can't be done"

    Classics Enthusiast? Here's my 1969 Mustang Mach I Fastback. Her sister '67 Coupe has been adopted

    Newbie? Novice? Bored? Spend a few minutes browsing the FAQ section of the forum.
    Read the HitchHiker's Guide to Getting Help on the Forums.
    Here is the list of TAGs you can use to format your posts
    Here are VB6 Help Files online


    {Alpha Image Control} {Memory Leak FAQ} {Unicode Open/Save Dialog} {Resource Image Viewer/Extractor}
    {VB and DPI Tutorial} {Manifest Creator} {UserControl Button Template} {stdPicture Render Usage}

  5. #5

    Thread Starter
    PowerPoster joaquim's Avatar
    Join Date
    Apr 2007
    Posts
    3,964

    Re: properties categories

    Quote 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
    VB6 2D Sprite control

    To live is difficult, but we do it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width