Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C Programming > Full Screen

Reply
Thread Tools

Full Screen

 
 
EreN
Guest
Posts: n/a
 
      12-04-2006
Hi!
Im new in this group so i dont know if that topic has been opened
before..
I want to ask that how can i make my console program open in full
screen mode?
Thanx...

 
Reply With Quote
 
 
 
 
Chris Dollin
Guest
Posts: n/a
 
      12-04-2006
EreN wrote:

> Hi!
> Im new in this group so i dont know if that topic has been opened
> before..
> I want to ask that how can i make my console program open in full
> screen mode?


That depends heavily on what environment (operating system, etc)
you're running in. There is /no/ solution that works using only
Standard C. So your best bet is to ask somewhere environment-
specific, where you can not only expect an answer but to have
that answer supported (or not) by other local experts.

On a hunch that you're using some MS operating system, I believe
there's a comp.windows.programming you can ask in. Here there's
a strong bias for discussing the implementation-independant
aspects of C.

--
Chris "subtle, like a barrel" Dollin
"Never ask that question!" Ambassador Kosh, /Babylon 5/

 
Reply With Quote
 
 
 
 
jacob navia
Guest
Posts: n/a
 
      12-04-2006
Chris Dollin a écrit :
> EreN wrote:
>
>
>>Hi!
>>Im new in this group so i dont know if that topic has been opened
>>before..
>>I want to ask that how can i make my console program open in full
>>screen mode?

>
>
> That depends heavily on what environment (operating system, etc)
> you're running in. There is /no/ solution that works using only
> Standard C. So your best bet is to ask somewhere environment-
> specific, where you can not only expect an answer but to have
> that answer supported (or not) by other local experts.
>
> On a hunch that you're using some MS operating system, I believe
> there's a comp.windows.programming you can ask in. Here there's
> a strong bias for discussing the implementation-independant
> aspects of C.
>


< OT >

I think windows doesn't let you "full screen" any more.
I am using windows server 2003, and there is no way to
put a console in full screen. Alt+Return doesn't work,
and the "window" parameter of the properties dialog
doesn't show any more the "full screen" option...

With modern screens like 1920x1280, that would look horrible anyway

< /OT >
 
Reply With Quote
 
Richard Heathfield
Guest
Posts: n/a
 
      12-04-2006
Chris Dollin said:

> EreN wrote:
>
>> Hi!
>> Im new in this group so i dont know if that topic has been opened
>> before..
>> I want to ask that how can i make my console program open in full
>> screen mode?


<snip>

> On a hunch that you're using some MS operating system, I believe
> there's a comp.windows.programming you can ask in.


If your hunch is correct, then comp.os.ms-windows.programmer.win32 is
probably EreN's best bet.

--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at the above domain, - www.
 
Reply With Quote
 
CBFalconer
Guest
Posts: n/a
 
      12-04-2006
Richard Heathfield wrote:
> Chris Dollin said:
>> EreN wrote:
>>
>>> Im new in this group so i dont know if that topic has been opened
>>> before.. I want to ask that how can i make my console program
>>> open in full screen mode?

>
> <snip>
>
>> On a hunch that you're using some MS operating system, I believe
>> there's a comp.windows.programming you can ask in.

>
> If your hunch is correct, then comp.os.ms-windows.programmer.win32
> is probably EreN's best bet.


Nobody has bothered to tell him that this group deals ONLY with the
standard portable C language, and that he should have lurked for a
while before posting to discover what is and is not topical here.
This advice applies to all newsgroups.

--
Some informative links:
<news:news.announce.newusers
<http://www.geocities.com/nnqweb/>
<http://www.catb.org/~esr/faqs/smart-questions.html>
<http://www.caliburn.nl/topposting.html>
<http://www.netmeister.org/news/learn2quote.html>
<http://cfaj.freeshell.org/google/>


 
Reply With Quote
 
Richard Heathfield
Guest
Posts: n/a
 
      12-04-2006
CBFalconer said:

> Richard Heathfield wrote:

<snip>
>>
>> If your hunch is correct, then comp.os.ms-windows.programmer.win32
>> is probably EreN's best bet.

>
> Nobody has bothered to tell him that this group deals ONLY with the
> standard portable C language,


Read Chris Dollin's reply more closely.

--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at the above domain, - www.
 
Reply With Quote
 
Chris Dollin
Guest
Posts: n/a
 
      12-04-2006
Richard Heathfield wrote:

> CBFalconer said:
>
>> Richard Heathfield wrote:

> <snip>
>>>
>>> If your hunch is correct, then comp.os.ms-windows.programmer.win32
>>> is probably EreN's best bet.

>>
>> Nobody has bothered to tell him that this group deals ONLY with the
>> standard portable C language,

>
> Read Chris Dollin's reply more closely.


Although I didn't state it as strongly as CB did or give
the lurking advice, so I forgive him.

--
Chris "subtle, like a barrel" Dollin
Scoring, bah. If I want scoring I'll go play /Age of Steam/.

 
Reply With Quote
 
Keith Thompson
Guest
Posts: n/a
 
      12-04-2006
jacob navia <> writes:
[...]
> < OT >
>
> I think windows doesn't let you "full screen" any more.


Mine does. The details are, of course, completely off-topic here, but
there are a plethora of Windows newsgroups where you can discuss this
as much as you like.

> < /OT >


--
Keith Thompson (The_Other_Keith) kst- <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
 
Reply With Quote
 
EreN
Guest
Posts: n/a
 
      12-04-2006
hi again to everyone #including <CBFalconer.h>

first of all, i want to thank you for your kind and helpful attitude
towards my question.
i said "Im new in this group so i dont know if that topic has been
opened
before" but of course ive searched it million times and i couldnt find
a proper answer.
you say that we are only discussing portable c. i ve posted it here
because i just wanted an solution in
the frames of portable c.

some of them have given me links opening to"How To Ask Questions The
Smart Way" etc.
i have searched links like "How To Be Human or Humanoid" but i couldnt
find it.
after that the Uncle Google remind me that it's something innate skill.
Thanx.

 
Reply With Quote
 
santosh
Guest
Posts: n/a
 
      12-05-2006
EreN wrote:
> hi again to everyone #including <CBFalconer.h>


Please include some context when replying.

> first of all, i want to thank you for your kind and helpful attitude
> towards my question.
> i said "Im new in this group so i dont know if that topic has been
> opened
> before" but of course ive searched it million times and i couldnt find
> a proper answer.
> you say that we are only discussing portable c. i ve posted it here
> because i just wanted an solution in
> the frames of portable c.


Standard C has no concept of screen, let alone full-screens. Generally,
changing to full-screen mode is highly system specific, hence posting
this question to comp.os.ms-windows.programmer etc. would elicit a much
better response.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
laptop only 1/4 screen but on full screen bugsy General Computer Support 0 04-01-2008 08:51 AM
[ANN] Debian ruby-full package - a full installation of Ruby vince.hetk@gmail.com Ruby 1 05-28-2007 05:08 PM
Re: XP Pro (Full) , X64 (Full) and Windows Server 2003 R2 TRIAL - which is latest ntldr ? - Bobb - Windows 64bit 9 12-14-2005 04:59 PM
How can I replace a DVD's wide screen movie with a full screen movie from another DVD? blackhole@aol.com DVD Video 15 10-19-2005 02:53 PM
Options for generic full-text search without using database-specific full-text engine? Samuel R. Neff ASP .Net 2 06-10-2005 06:53 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57