Results 1 to 5 of 5

Thread: Oh, and some news

Threaded View

  1. #5

    Thread Starter
    Hyperactive Member VBD's Avatar
    Join Date
    Apr 2001
    Location
    The Place Above The Place Below Heavin
    Posts
    278

    BTW

    Stop posting here: go here:
    http://vbforums.com/showthread.php?s=&threadid=208975

    Just to let you know, I need to go to bed(Church at 9 get up at 8:30). You can play around, but now documentation. It runs in VBScript so you do anything you want. Its Visual Basic without Global Variables or a form designer which means as far as forms go, you will need to minipulate the 6 bars. To make a new image go like this:
    Load BAR1.IMG(1)
    BAR1.IMG(1).Picture= LoadPicture("C:\MySpecialfluffycow.bmp")
    BAR1.IMG(1).Width = 64
    BAR1.IMG(1).HEIGHT = 64
    BAR1.IMG(1).TOP = 10
    BAR1.IMG(1).LEFT = 15
    BAR1.IMG(1).VISIBLE = TRUE

    You get the basic idea. I will upload some docs on how to actually interface with it all tommorow so that you can take advantage of the ShellScript Library(Implemented), correctly interface with all componenets, react to events etc.

    If you want you can make it suite your needs tonight but I am very tired...
    Attached Files Attached Files
    Hello

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