Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

vb Pre Defined Variables

  • 21-03-2003 5:00pm
    #1
    Registered Users, Registered Users 2 Posts: 446 ✭✭


    Does anyone know where I can get a full list of pre defined variables(Functions) in VB?

    I'm looking for those related to one called "Line".


    Thanks
    Kate


Comments

  • Registered Users, Registered Users 2 Posts: 541 ✭✭✭Vorrtexx


    how about the object browser in VB?

    press F2, while a project is loaded
    or
    View -> Object Browser


  • Registered Users, Registered Users 2 Posts: 15,443 ✭✭✭✭bonkey


    D'ya know....its amazing how many VB programmers I've met who never knew about F2. Then again, they didnt know what Shift-F2 and Control-Shift F2 did either.

    And in case anyone thinks I'm being flippant, these are three of the most useful keystrokes in VB programming. If you dont know what they do, you really should check them out.

    jc


  • Registered Users, Registered Users 2 Posts: 629 ✭✭✭str8_away


    in MSDN help has most of basic function, object, constant, event

    here s the path to it

    Visual Tools and Language
    -Visula Studio 6.0 Documentation
    -Visual Basic Documentation
    -Reference
    -Language Reference
    choose what you are looking for


Advertisement