Text based GUI

  • Thread starter Thread starter Supremelink
  • Start date Start date
S

Supremelink

Hi all!

I´m supposed to develop a text based application with .net 2005 and
C#.
Users shall connect to my app via Citrix, using windows CE 5.0.

Any thoughts about how to do this? Should I develop it as a Console
appliation?

I must be able to control the font size on the text I´m writing that
should be visible to the user.

Cheers!

/Marre
 
Control of font size should already tell you that a console app isn't a
possible solution. Does Citrix set the desktop size correctly? (Remote
Desktop does)

If so you just need to size your application according to the desktop screen
area.



Hi all!

I´m supposed to develop a text based application with .net 2005 and
C#.
Users shall connect to my app via Citrix, using windows CE 5.0.

Any thoughts about how to do this? Should I develop it as a Console
appliation?

I must be able to control the font size on the text I´m writing that
should be visible to the user.

Cheers!

/Marre
 
Hi Ben,

Thanks for youre answer!

I will probably go for the console application. I will use different
colors to increase visibility rather than larger fonts (which you
mentioned dont work).

I think Citrix will set the desktop size, but I´m not sure. I will
test that out during the week.

Again, thanks for answering.

Best regards
Martin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top