Results 1 to 4 of 4

Thread: How come?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2004
    Posts
    908

    How come?

    how come i can show from form1 to form2 but not from form2 to form3?


    error:Object reference not set to an instance of an object.



    though i did exactly the same...

  2. #2
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    Post code

  3. #3
    Hyperactive Member ZeroCool's Avatar
    Join Date
    Feb 2002
    Location
    In front of my computer
    Posts
    423
    use code like this when displaying a form:

    VB Code:
    1. dim formintance as new Form3
    2.  
    3. Form3.Show
    Visual Baisc 6 (SP5)
    Windows Xp

  4. #4
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    Re: How come?

    Originally posted by Goh
    how come i can show from form1 to form2 but not from form2 to form3?


    error:Object reference not set to an instance of an object.



    though i did exactly the same...
    erm I already told you your problem in this thread http://vbforums.com/showthread.php?threadid=275395

    and apparently kasracer and others have done the same. you know you can use the POST REPLY button when viewing your thread instead of clicking the NEW THREAD button. You posted the same subject twice (or more?)
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

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