Results 1 to 8 of 8

Thread: More questions from your noob [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    More questions from your noob [RESOLVED]

    1. I have a dialog box that opens up. It't another form and I open it with
    frmAll.show()
    It's declared as a new form already but It works fine and I can open it, but the exit button in the dialog does a me.close()

    When I try to open it again, I get an error saying something about "Object already terminated". How can I keep re-opening it? Should I hide instead of closing it or something?

    2.I have functions I want to run if certain boxes are checked. I use some code to check all the boxes or the selected boxes but when the user hits apply, how can I make it so only certain functions are run? Like is there a
    if listitem(1).selected then
    'do stuff

    ??

    3. Last question. Is there anyway to make a VB .NET program not require the .NET framework? Like can't it compile it down to native code instead of .NET code?

    Thats all
    Last edited by Kasracer; Jul 9th, 2003 at 03:08 PM.

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