Thread: not show my program on taskbar

  1. #1
    Registered User
    Join Date
    Sep 2005
    Posts
    8

    not show my program on taskbar

    how? in C?

    somebody knows?

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    Somebody does!


    Quzah.
    Hope is the first step on the road to disappointment.

  3. #3
    Registered User
    Join Date
    Sep 2005
    Posts
    8
    please, i really need it...

  4. #4
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Why?

  5. #5
    pwns nooblars
    Join Date
    Oct 2005
    Location
    Portland, Or
    Posts
    1,094
    quzah: You are my hero on these forums... though I thought you went all hippy on us when I saw the blue and green...

  6. #6
    {Jaxom,Imriel,Liam}'s Dad Kennedy's Avatar
    Join Date
    Aug 2006
    Location
    Alabama
    Posts
    1,065
    For starters: Do some searching on the web. . . wonderful thing, the web. A good tool to use is www.GOOGLE.com.

    Now, as to where you should have started: Bloodshed DEV-C++.

  7. #7
    Registered User
    Join Date
    Sep 2005
    Posts
    8
    please...i did it but y couldnt found anything....=(

  8. #8
    Anti-Poster
    Join Date
    Feb 2002
    Posts
    1,401
    Code:
    exit(0);
    Guaranteed to not show your program in the taskbar. Of course, for that to work, it has to be the very first line of code.
    If I did your homework for you, then you might pass your class without learning how to write a program like this. Then you might graduate and get your degree without learning how to write a program like this. You might become a professional programmer without knowing how to write a program like this. Someday you might work on a project with me without knowing how to write a program like this. Then I would have to do you serious bodily harm. - Jack Klein

  9. #9
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Quote Originally Posted by ReXXuSS
    please...i did it but y couldnt found anything....=(
    Let me be more explicit as to why Bubba asked "Why". You see, often when people ask how to hide programs from the user in some way without good explanations as to why, it sounds kind of malicious. So, it'd be good of you to state your purpose for this.
    Sent from my iPad®

  10. #10
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    Quote Originally Posted by pianorain
    Code:
    exit(0);
    Guaranteed to not show your program in the taskbar. Of course, for that to work, it has to be the very first line of code.
    Nah, it might flash up for a short moment.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  11. #11
    Anti-Poster
    Join Date
    Feb 2002
    Posts
    1,401
    Quote Originally Posted by CornedBee
    Nah, it might flash up for a short moment.
    Blink?
    If I did your homework for you, then you might pass your class without learning how to write a program like this. Then you might graduate and get your degree without learning how to write a program like this. You might become a professional programmer without knowing how to write a program like this. Someday you might work on a project with me without knowing how to write a program like this. Then I would have to do you serious bodily harm. - Jack Klein

  12. #12
    Java and C newbie Xero's Avatar
    Join Date
    Aug 2006
    Location
    Philippines
    Posts
    21
    Quote Originally Posted by Kennedy
    For starters: Do some searching on the web. . . wonderful thing, the web. A good tool to use is www.GOOGLE.com.

    Now, as to where you should have started: Bloodshed DEV-C++.
    Never would I advice starters to go and search program codes that aren't written by themselves. The best way to learn any programming language is to disect every info on it, and start making your own through following learned guidelines and info.

  13. #13
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    You're right. Example code is completely worthless. You know, like all of the example code in the MSDN and such.


    Quzah.
    Hope is the first step on the road to disappointment.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need help with a program, theres something in it for you
    By engstudent363 in forum C Programming
    Replies: 1
    Last Post: 02-29-2008, 01:41 PM
  2. BOOKKEEPING PROGRAM, need help!
    By yabud in forum C Programming
    Replies: 3
    Last Post: 11-16-2006, 11:17 PM
  3. Can someome help me with a program please?
    By WinterInChicago in forum C++ Programming
    Replies: 3
    Last Post: 09-21-2006, 10:58 PM
  4. Need help with my program...
    By Noah in forum C Programming
    Replies: 2
    Last Post: 03-11-2006, 07:49 PM
  5. Dikumud
    By maxorator in forum C++ Programming
    Replies: 1
    Last Post: 10-01-2005, 06:39 AM