Thread: Make a button invisible

  1. #1
    Registered User
    Join Date
    Mar 2007
    Posts
    4

    Make a button invisible

    Hey Guys.

    I'm trying to make a button invisible during run-time.

    Anyone has a solution?
    Last edited by David Somekh; 06-11-2007 at 06:35 AM.

  2. #2
    The larch
    Join Date
    May 2006
    Posts
    3,573
    This really depends on the GUI library you are using. Read the manual (about something like show() or hide() or similar).
    I might be wrong.

    Thank you, anon. You sure know how to recognize different types of trees from quite a long way away.
    Quoted more than 1000 times (I hope).

  3. #3
    Registered User
    Join Date
    Dec 2004
    Posts
    465
    Yes, unless you give us some more information the best answer can give is for you to read the manual.
    My computer is awesome.

  4. #4
    Deathray Engineer MacGyver's Avatar
    Join Date
    Mar 2007
    Posts
    3,210
    LOL.... Wow, vague.....

    Well, I'm trying to build a death ray, but it doesn't work. Any ideas?

  5. #5
    semi-colon generator ChaosEngine's Avatar
    Join Date
    Sep 2005
    Location
    Chch, NZ
    Posts
    597
    Quote Originally Posted by MacGyver View Post
    LOL.... Wow, vague.....

    Well, I'm trying to build a death ray, but it doesn't work. Any ideas?
    yep, you've connected the negative energy feedback to the flux capacitor with an inverse polarisation. tune the resonance cascader to pi^plancks constant and you'll be terrorising townships in no time.
    "I saw a sign that said 'Drink Canada Dry', so I started"
    -- Brendan Behan

    Free Compiler: Visual C++ 2005 Express
    If you program in C++, you need Boost. You should also know how to use the Standard Library (STL). Want to make games? After reading this, I don't like WxWidgets anymore. Want to add some scripting to your App?

  6. #6
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    And remember, don't go swimming.
    The death ray doesn't work in murky water.
    http://www.google.ca/search?hl=en&q=...+work%22&meta=
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

  7. #7
    Deathray Engineer MacGyver's Avatar
    Join Date
    Mar 2007
    Posts
    3,210
    Quote Originally Posted by ChaosEngine View Post
    yep, you've connected the negative energy feedback to the flux capacitor with an inverse polarisation. tune the resonance cascader to pi^plancks constant and you'll be terrorising townships in no time.
    Flux capacitor..... flux capacitor......

    http://www.youtube.com/watch?v=ICAfNYith5M



    Quote Originally Posted by dwks View Post
    The water I'm testing it in is clear.

  8. #8
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    Mmm, but you never know when an innocent-looking piece of flotsam will drift in front of your apparatus just as you activate it. Better safe than sorry.
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Establishing 'make clean' with GNU make
    By Jesdisciple in forum C Programming
    Replies: 9
    Last Post: 04-11-2009, 09:10 AM
  2. How to make a Packet sniffer/filter?
    By shown in forum C++ Programming
    Replies: 2
    Last Post: 02-22-2009, 09:51 PM
  3. writing text over a deleted button
    By algi in forum Windows Programming
    Replies: 4
    Last Post: 05-02-2005, 11:32 AM
  4. What to make?
    By Caldus in forum C++ Programming
    Replies: 4
    Last Post: 04-06-2005, 01:12 PM
  5. button in function
    By algi in forum Windows Programming
    Replies: 1
    Last Post: 03-21-2005, 11:12 PM