Results 1 to 7 of 7

Thread: [RESOLVED] "Advanced" parameter/s...

  1. #1

    Thread Starter
    PowerPoster gavio's Avatar
    Join Date
    Feb 2006
    Location
    GMT+1
    Posts
    4,462

    Resolved [RESOLVED] "Advanced" parameter/s...

    How to do it? I thought it is being done with Type, but was wrong...
    Attached Images Attached Images  

  2. #2
    Hyperactive Member
    Join Date
    Aug 2006
    Location
    TeXaS
    Posts
    497

    Re: "Advanced" parameter/s...

    talking about an Enumeration?

    vb Code:
    1. Private Enum Options
    2.     bit1 = 1
    3.     bit2 = 2
    4.     bit3 = 4
    5.     bit4 = 8
    6.     'etc
    7. End Enum

  3. #3

  4. #4
    Hyperactive Member
    Join Date
    Aug 2006
    Location
    TeXaS
    Posts
    497

    Re: [RESOLVED] "Advanced" parameter/s...

    they are values for what your VbCritical Represent and such

    it was just an example

  5. #5
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: "Advanced" parameter/s...

    Quote Originally Posted by gavio
    Btw... what are those numbers doing there??
    If you mean the ones to the left of the code, that's a new feature that has been added to the forums (so we can say "line 15 should be like this ...").

  6. #6

    Thread Starter
    PowerPoster gavio's Avatar
    Join Date
    Feb 2006
    Location
    GMT+1
    Posts
    4,462

    Re: [RESOLVED] "Advanced" parameter/s...

    Quote Originally Posted by si_the_geek
    If you mean the ones to the left of the code, that's a new feature that has been added to the forums (so we can say "line 15 should be like this ...").
    Yeah... Althow it's nice, it copies theme (even thow they are not selected) when you copy. Perhaps you can do it withouth dots (.), so VB can accept theme

  7. #7
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: [RESOLVED] "Advanced" parameter/s...

    It's annoying me (& others) too, hopefully it will be "fixed" soon.

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