Results 1 to 2 of 2

Thread: declaring forms

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 2002
    Location
    Milton Keynes UK
    Posts
    27

    declaring forms

    In VB.net u seem to have to declare all the forms before you can use them. SHould I be declaring all my forms at a public level or redeclaring them privately whenever I use them?

    e.g. frm1 as new frmswitchboard()

    John

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Unless you need them to be expose to more that one other form then I would declare them as private or just dim them by default.

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