Results 1 to 8 of 8

Thread: GreenCode

  1. #1

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

    GreenCode

    Check out GreenCode. It is a QBasic file. Basiclly use the code in it to add Windows, COmmand BUttons,Progress Bars etc to your QBasic App. Just put the code you want in the main loop and modify the code that creates Windows etc and you have a DOS app that feels like windows.
    Attached Files Attached Files
    Hello

  2. #2
    Frenzied Member numtel's Avatar
    Join Date
    Apr 2000
    Location
    CA
    Posts
    1,163
    i'm d/ling it now, looks fancy pants, you should add some screen shots on your website

  3. #3

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

    OK

    I'll do that. The windows are sorta Win 3.1 Style combined with Mac(I don't know why...)
    Hello

  4. #4
    Frenzied Member numtel's Avatar
    Join Date
    Apr 2000
    Location
    CA
    Posts
    1,163
    I couldn't get it to work...the QB 4.5 I downloaded from the website off of your website doesnt work on Win2k.

  5. #5

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

    What you d/ld was source code.

    You downloaded source code. If it doesn't work download QB4.5 or if that dosn't work QB1 from qbcafe.net
    Hello

  6. #6

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

    You Need QB

    You need QB(Qbasic) to run what you downloaded from my website
    Hello

  7. #7
    Frenzied Member numtel's Avatar
    Join Date
    Apr 2000
    Location
    CA
    Posts
    1,163
    Okay, I got greencod.bas loading into qb and when I choose run it just shouws a red and white screen. What do I have to do to make it work?

  8. #8

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

    QBasic.

    To use the greencode librarys., you must learn QBasic. If you don't know QBasic, it will be hard to use. Me, and Yail1441 are making a Programming Envirenmont that will be like programming in Visual Basic. Then when you press compile it will turn into a QBasic program that you just run in QBasic.

    Just to help you, the white thing was a Window. In Windows 3.X, when a window is unselected, the title bar changes color. In GreenCode, unselected windows turn white. Use the Num Pad to move the mouse pointer. It starts at the top left corner just out of sight, go right and down. To selected a window, move the pointer over it. If all you see is a teal title bar, move the pointer over to the triangle pointing down. Like when using a Mac, Windows minimize into their title bars. Down triangles expand, up trialges despand(Yes, I made up that word myself). To actually write a program using greencode you should learn QBasic. GreenCode is like an ActiveX Control for Vb.
    For example, to create a form, you would go like this.
    Forms(0).Left = 0
    Forms(0).Top =0
    Forms(0).Width = 100
    etc.
    Then you would go,
    FormNum = 0
    That would make it so one form would appear with the stats you filled.
    Then if you wanted to select it through the program instead of by ouse..
    Forms(0).Sel = 1
    Then to drop it / undrop it by code
    FOrms(0).Drop = 1

    To learn QBasic, goto www.qb45.com or www.qbasic.com
    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