Results 1 to 15 of 15

Thread: What is the difference between Form1.Hide and Unload Me?

  1. #1

    Thread Starter
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Arrow What is the difference between Form1.Hide and Unload Me?


  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: What is the difference between Form1.Hide and Unload Me?

    Wow.... now I can sleep again... that was keeping me up nights....
    Or is it that now I can die a happy gnome?

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3

    Thread Starter
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: What is the difference between Form1.Hide and Unload Me?

    I think we should all take a moment to give thanks to Jupitermedia and VBWire for being gracious enough to give us this life-changing inspirational news.

    We should also sacrifice a goat.

  4. #4
    PowerPoster
    Join Date
    May 2006
    Posts
    2,988

    Re: What is the difference between Form1.Hide and Unload Me?

    i can think of more useful things they could have taken up internet hdd space with ...

    and why stop with a goat, perhaps a couple potcakes too ...

  5. #5
    PowerPoster kfcSmitty's Avatar
    Join Date
    May 2005
    Posts
    2,248

    Re: What is the difference between Form1.Hide and Unload Me?

    Quote Originally Posted by penagate

    I've read it over 4 times so far! The depth they go into is just so complex I have to read the same sentence over and over to ensure I grasp it!

  6. #6
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: What is the difference between Form1.Hide and Unload Me?

    I can explain it in one sentance.
    Unload, errrrm well it unloads the form. DESTROYS it, kills it, GONE, never to return, Form.Hide hides it, like errrm, its invisible, one can make it reappear with unhide.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  7. #7
    Hyperactive Member ..:RUDI:..'s Avatar
    Join Date
    Aug 2005
    Location
    Yorkshire, England! c0d: Da Vinci
    Posts
    344

    Re: What is the difference between Form1.Hide and Unload Me?

    Unload, errrrm well it unloads the form. DESTROYS it, kills it, GONE, never to return, Form.Hide hides it, like errrm, its invisible, one can make it reappear with unhide.
    Tally Ho!



    My Personal Home | MageBB Home | Elders Online
    Yes, Noteme is my father.

  8. #8

    Thread Starter
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: What is the difference between Form1.Hide and Unload Me?

    Quote Originally Posted by visualAd
    I can explain it in one sentance.
    That is two sentences. You must bend over before the Gods of VB and prepare for your punishment.

  9. #9
    Hyperactive Member ..:RUDI:..'s Avatar
    Join Date
    Aug 2005
    Location
    Yorkshire, England! c0d: Da Vinci
    Posts
    344

    Re: What is the difference between Form1.Hide and Unload Me?

    Quote Originally Posted by penagate
    That is two sentences. You must bend over before the Gods of VB and prepare for your punishment.



    My Personal Home | MageBB Home | Elders Online
    Yes, Noteme is my father.

  10. #10
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: What is the difference between Form1.Hide and Unload Me?

    Good to see the VB6 tutorial series being continued like this.

  11. #11
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: What is the difference between Form1.Hide and Unload Me?

    VB Code:
    1. What is the difference between Form1.Hide and Unload Me?

    Ahh, you are impetuous young scout. To become true noble warrior you must open your mind. Understand this, the difference is that of pretending to be asleep on the one hand while having your enemies fire arrows into your still twitching cadaver on the other. In essence, if you ponder such fundamentals too long then you'll end up a VB6 programmer. Then you'll never make it to Valhalla. Not even if you die with a copy of MSDN in your hand. You have much to learn. Launder my loincloth while you're here.
    I don't live here any more.

  12. #12
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654

    Re: What is the difference between Form1.Hide and Unload Me?

    I upgraded my avatar to match the wow factor of this article.

  13. #13
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: What is the difference between Form1.Hide and Unload Me?

    The difference between .Hide and Unload is like the difference between David Copperfield and Jimmy Hoffa. One will disappear, only to show up again later (generaly in a Las Vegas casino show of some sort.) The other is long gone, never to be heard from again.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  14. #14
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Re: What is the difference between Form1.Hide and Unload Me?

    Well, Unload DOESN'T... DESTROYS it, kills it, GONE, never to return..... The variables are still available in the form either with or without Loading it again.

  15. #15
    PowerPoster
    Join Date
    May 2006
    Posts
    2,988

    Re: What is the difference between Form1.Hide and Unload Me?

    i prefer destroys to unload ..
    in taiwan they call it DestroyX ....

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