Thread: Removing ribbon above display area

  1. #1
    Registered User Paderi's Avatar
    Join Date
    Apr 2020
    Posts
    68

    Removing ribbon above display area

    In a c program I would like to remove the ribbon above the display area. How can I code that?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Show us a picture of what you mean by "ribbon" and "display area".
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User Paderi's Avatar
    Join Date
    Apr 2020
    Posts
    68
    This site does not allow an image to be shown. What I mean is that when you execute a c program the output is shown in a frame. Along the top of that frame there is a ribbon with the title of the program. That ribbon is what I am on about. I want it removed. I need to know the code to do that.
    Last edited by Paderi; 07-19-2021 at 11:52 PM.

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    I can add PNG files just fine.

    Just click the "Go Advanced" button to manage things like attachments.
    Valid file extensions: bmp c cc cpp cxx doc gif h hpp hxx jpe jpeg jpg pdf png psd txt xls zip
    Removing ribbon above display area-cb_project_defines-jpg

    Or just post a link to one of the many "free" image upload sites like Imgur: The magic of the Internet
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  5. #5
    Registered User Paderi's Avatar
    Join Date
    Apr 2020
    Posts
    68
    [QUOTE=Salem;1302383]I can add PNG files just fine.

    Just click the "Go Advanced" <snipped>

    Thank you kindly for that information. However, I would be very grateful for an answer to my question, which I thought to have clarified.

  6. #6
    Registered User Paderi's Avatar
    Join Date
    Apr 2020
    Posts
    68
    https://cboard.cprogramming.com/imag...AAAElFTkSuQmCC
    This is what the output looks like on the display of my PC. This is what you wanted to see. The ribbon is the icon and what is right of it.

  7. #7
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    The garbled mess of an inline image is not viewable.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  8. #8
    Registered User Paderi's Avatar
    Join Date
    Apr 2020
    Posts
    68
    Quote Originally Posted by Salem View Post
    The garbled mess of an inline image is not viewable.
    You have displayed an image. In it you can see "Project Build Options". Those words are on what I have been calling the ribbon. So please respond to my question, which is how, with code, do I suppress that ribbon. Perhaps someone could help me!
    Last edited by Paderi; 07-20-2021 at 02:41 AM.

  9. #9
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    I suppose the next question is which OS/Compiler/IDE/GUI Toolkit you're using.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  10. #10
    Registered User
    Join Date
    Feb 2019
    Posts
    1,078
    Here's how:
    Removing ribbon above display area-untitled-png

  11. #11
    Registered User Paderi's Avatar
    Join Date
    Apr 2020
    Posts
    68
    Quote Originally Posted by Salem View Post
    I suppose the next question is which OS/Compiler/IDE/GUI Toolkit you're using.
    The compiler I use is DEV C++

  12. #12
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Quote Originally Posted by Paderi View Post
    The compiler I use is DEV C++
    It's like getting blood out of a stone.
    How To Ask Questions The Smart Way

    There are at least two different IDEs sporting the "dev-c++" label, which one do you have.

    Not to mention whether you're using a toolkit like wxWidgets or crafting everything directly using Win32.

    10 posts in, and nobody has any idea what you're trying to do with the tools you have.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  13. #13
    Registered User Paderi's Avatar
    Join Date
    Apr 2020
    Posts
    68
    Quote Originally Posted by Salem View Post
    It's like getting blood out of a stone.
    How To Ask Questions The Smart Way

    There are at least two different IDEs sporting the "dev-c++" label, which one do you have.

    Not to mention whether you're using a toolkit like wxWidgets or crafting everything directly using Win32.

    10 posts in, and nobody has any idea what you're trying to do with the tools you have.
    I also know things about thigs you donno a thing about. But even so, I think you are a nice guy.

    Is this the answer to your questions? X86_64-mingw32.

  14. #14
    Registered User
    Join Date
    Dec 2017
    Posts
    1,628
    Quote Originally Posted by Paderi View Post
    I also know things about thigs you donno a thing about
    I doubt that very much. You are clearly a braindead moron.
    A little inaccuracy saves tons of explanation. - H.H. Munro

  15. #15
    Registered User Paderi's Avatar
    Join Date
    Apr 2020
    Posts
    68
    Quote Originally Posted by john.c View Post
    I doubt that very much. You are clearly a braindead moron.
    Ha ha, I like that!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 0
    Last Post: 10-25-2019, 05:13 AM
  2. Replies: 0
    Last Post: 10-25-2019, 05:13 AM
  3. Tab control: how to calculate a tab display area???
    By SundayDeveloper in forum Windows Programming
    Replies: 4
    Last Post: 09-06-2007, 03:19 PM
  4. Application display area splitter
    By cfriend in forum Windows Programming
    Replies: 2
    Last Post: 09-16-2005, 08:41 AM
  5. Removing the non-client area
    By bennyandthejets in forum Windows Programming
    Replies: 3
    Last Post: 07-22-2003, 06:23 AM

Tags for this Thread