1. Full Screen programming statement

Hello ,

i have a first little program ready.

I have shrouded a .il File and started the program on another PC with a copy of the

eubw.exe backended.

The program starts in a minimized CMD Window.

Can anybody help me for the programming statement that this program started in Full Screen Mode.

There must be a keyword for this.

Thank you.

new topic     » topic index » view message » categorize

2. Re: Full Screen programming statement

han45 said...

The program starts in a minimized CMD Window.

Can anybody help me for the programming statement that this program started in Full Screen Mode.

Microsoft Windows no longer supports a full-screen CMD mode. The closest you can get is to manually set the width and height properties of CMD to some large values, but you will still only get a bordered window shown.

new topic     » goto parent     » topic index » view message » categorize

3. Re: Full Screen programming statement

Yes i understand that windows not supported a full CMD.

But what is the programming statement for a full screen in the normal Mode. (without CMD)

How to open the programfile .il in full screen mode on another PC ?

Hans

new topic     » goto parent     » topic index » view message » categorize

4. Re: Full Screen programming statement

OK, let's try a different tack.

han45 said...

i have a first little program ready.

Let me be the first to say "Congratulations, well done!".

Now, can you describe this in a little more detail for us.

Are you running on Windows, Linux, Mac, Raspberry PI, or something else?

Is the program you have created a bit like some other demo that you saw, and if so can you name it?

Are you using puts(1,"hello"), win32lib, wxEuphoria, EuGTK, or something else?

When you run it are you getting a window but you want it bigger, or are you not seeing anything except a new icon on the taskbar?

Regards, Pete

new topic     » goto parent     » topic index » view message » categorize

5. Re: Full Screen programming statement

petelomax said...
han45 said...

i have a first little program ready.

Now, can you describe this in a little more detail for us.

Or just post the code. I think that might helps us understand what you're trying to accomplish.

-Greg

new topic     » goto parent     » topic index » view message » categorize

6. Re: Full Screen programming statement

Here is Hans ,

it very simple code.

Only for checking the app function in fullscreen.

Its only a hello world statement.

Here is the code :

include get.e integer x

printf (1 , "Hello , World\n") x = wait_key ()

Thats all.

I have shrouded a IL File from it. Just to check , IF.... i have a great program ready ( only text calculations ) to start as APP in Full Screen on another PC.

Hans

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu