Thread: Removing ribbon above display area

  1. #16
    Registered User Paderi's Avatar
    Join Date
    Apr 2020
    Posts
    68
    X86_64-mingw32. this is what you wanted to know?

  2. #17
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    Quote Originally Posted by Paderi View Post
    X86_64-mingw32. this is what you wanted to know?
    Nope, Salem wanted information about your IDE (integrated development environment) not about your compiler or operating system.

    Edit: "DEV C++" is an IDE; but, there are three or more IDEs that had that in the name.

    The "X86_64-mingw32" implies you are using an Mingw64 GCC on an 64 bit version of windows. It says nothing about which IDE you are using!

    Tim S.
    Last edited by stahta01; 07-20-2021 at 02:40 PM.
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

  3. #18
    Registered User Sir Galahad's Avatar
    Join Date
    Nov 2016
    Location
    The Round Table
    Posts
    277
    Quote Originally Posted by Paderi View Post
    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.
    See this. Now just translate that to C...

  4. #19
    Registered User Paderi's Avatar
    Join Date
    Apr 2020
    Posts
    68
    Judging by the kind of response I am electing by my query, I assume that you people don't know.

  5. #20
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    Quote Originally Posted by Paderi View Post
    Judging by the kind of response I am electing by my query, I assume that you people don't know.
    When the poster refuses or is unable to post information needed to answer the question the question can not be answered except by random guesses on possible answers!

    Tim S.
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

  6. #21
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    s/don't know/lost interest in playing 20 questions with someone capable of only 1 sentence answers/
    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.

  7. #22
    Registered User Paderi's Avatar
    Join Date
    Apr 2020
    Posts
    68
    I am still hoping to have a much valued awnser to my query from one of you. I am doing my best to awnser appropriately. Could we please restrict ourselves to the issue at hand rather than to embark on metacommunication?
    Last edited by Paderi; 07-21-2021 at 07:40 AM.

  8. #23
    Registered User Paderi's Avatar
    Join Date
    Apr 2020
    Posts
    68
    Quote Originally Posted by stahta01 View Post
    Nope, Salem wanted information about your IDE (integrated development environment) not about your compiler or operating system.

    Edit: "DEV C++" is an IDE; but, there are three or more IDEs that had that in the name.

    The "X86_64-mingw32" implies you are using an Mingw64 GCC on an 64 bit version of windows. It says nothing about which IDE you are using!

    Tim S.
    Sorry for my belated response. I had not seen this text earlier.

    It is DvC ++ (C) Bloodshed software

    Is this the information I should have supplied?

  9. #24
    Registered User Paderi's Avatar
    Join Date
    Apr 2020
    Posts
    68
    Someone is remoing my posts. That way I cannot properly respond to questions I am beng asked. Could that please stop?

    The awnser to the question which IDE I am using is "Bloodshed Software".
    The compiler is DEV C ++
    Is there any other information you need to awser my question? Whi was:

    Re the pic Salem displayed above:

    You have displayed an image. In it you can see the words "Project Build Options". Those words are on what I refer to as " the ribbon". How, with - with which code - can I suppress that ribbon.

    Perhaps someone could please help me

    Please do not remove this post.!

  10. #25
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    Wow, running an 16 year old IDE. I am surprised it works with 64 bit version of MinGW.

    I still have no idea what ribbon you wish to hide; maybe it is the title bar of an CMD.exe window.

    Or maybe you are writing a GUI program that defaults to having a ribbon bar or a title bar.

    I can not help you with that. But, I did find out there is a fourth Dev C++ based IDE I never knew about.

    Dev-C++ for Windows 10/8/7 download | SourceForge.net

    Tim S.
    Last edited by stahta01; 07-21-2021 at 02:25 PM.
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

  11. #26
    Registered User Paderi's Avatar
    Join Date
    Apr 2020
    Posts
    68
    "Wow, running an 16 year old IDE. I am surprised it works with 64 bit version of MinGW."

    Thank you for your comment. I am not so young myself (84) and I am not a programmer drenched in C programming experience. I am a retired, well educated, management consultant. I am bright enough to create the programs I want for myself though. So I am slightly daunted when I am cofronted by an avalanche of comment, and an occasional rude remark on this site. I think that the more you know, the more you should behave like a gentleman.

    I downloaded the IDE you mention and it compiles and runs my code nicely. I do get warnings for which my knowledge is insufficient. But the program runs okay. I will make another attempt to explain what my query was about. If you were to decide to resond to my post (this very post you are looking at now) you would get a frame titled "Quick reply"; the bar across with those words, I am referring to as the ribbon. Well that ribbon I want to get rid of in my application. And I was asking if someone could tell me how to do that, using the appropriate coding.
    Last edited by Paderi; 07-21-2021 at 03:42 PM.

  12. #27
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    Are you building and running an command line program or an GUI program?

    Edit: I think I am seeing your problem; but, I need to install an 32 bit compiler to verify it. I am on Windows 7 32 bit where I installed "Embarcadero Dev-C++" and I see something that might be your problem when I tried to create a Windows GUI project AKA "Windows Application" in Dev C++.

    Edit2: The TDM Compiler that was part of "Embarcadero Dev-C++" does not include enough of an 32 bit mingw GCC compiler to build complex C/C++ programs like GUI ones. Edit3: It was just an 64 bit compiler that can build very simple 32 bit code that does not need libraries.

    Tim S.
    Last edited by stahta01; 07-21-2021 at 04:04 PM.
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

  13. #28
    Registered User Paderi's Avatar
    Join Date
    Apr 2020
    Posts
    68
    Are you building and running an command line program or an GUI program?

    I am running a GUI program.

    Run this and look at the top of the frame

    Code:
    #include <windows.h>
    
    
    int main(void)
    {
    		system("@cls||clear");
       		SetConsoleTitle("This is the ribbon I want te get rid of");
    }

  14. #29
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    Quote Originally Posted by Paderi View Post
    Are you building and running an command line program or an GUI program?

    I am running a GUI program.

    Run this and look at the top of the frame

    Code:
    #include <windows.h>
    
    
    int main(void)
    {
    		system("@cls||clear");
       		SetConsoleTitle("This is the ribbon I want te get rid of");
    }
    PLEASE EXPLAIN! Why did you post an console program?

    Tim S.
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

  15. #30
    Registered User Paderi's Avatar
    Join Date
    Apr 2020
    Posts
    68
    PLEASE EXPLAIN! Why did you post an console program?

    I wrote a simple console program for my explanation because a (bigger) console program is the source of my query

    It is 01:00 AM in Holland now and I am knocking off to bed.
    Last edited by Paderi; 07-21-2021 at 05:06 PM.

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