Results 1 to 4 of 4

Thread: A few very easy questions.

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2001
    Posts
    746

    A few very easy questions.

    1. Can a timers interval be less than 1 milisecond?

    2. Whats does object oriented mean?

    3. What does case and case select mean?

  2. #2
    Lively Member rc1980's Avatar
    Join Date
    Sep 2001
    Posts
    106
    1) No. one milisecond is the minimun for the timer control.

    2) Object Oriented means using objects instead of using procedures. Like Text boxes, labels, user defined types, classes. Using events and methods instead of straight procedures...stuff like that. Let someone else explain more.

    3) Case is like an if sort of...

    VB Code:
    1. Dim A as Integer
    2.  
    3. A = 2
    4.  
    5. Select Case A
    6.     Case 1
    7.         Do something when A is 1
    8.     Case 2
    9.         Do something when A is 2
    10.     Case Else
    11.         Do something when A isn't 1 or 2
    12. End Select

    hope this helps

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2001
    Posts
    746
    thx i dont suppose you could help me out with my 4th question.

    4. im lookin for a free downloadable web server that i can easily run any kind of cgi on.

  4. #4
    Matthew Gates
    Guest
    Originally posted by flamewavetech
    thx i dont suppose you could help me out with my 4th question.

    4. im lookin for a free downloadable web server that i can easily run any kind of cgi on.

    Go to www.analogx.com and download their SimpleServer program, I tried it, don't know if it works though. It's simple, but who knows, wasn't working for people today, but for me, I was able to go on it and everything. So whether it works or not, I'm unsure.

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