Develop an VB6 programs to run on Terminal Services for Pocket PC

J

Jimmy

Dear All,

I have a interesting question, may sound dump. Could I develop a vb6
programs that run under win2000 server terminal services and the
program is access by a pocket pc?

How could I control the resolution or the screen size of the vb6
programs so it fit into the pocket pc screen ?

Please let me know my option, why, how and possible some sample code.

Cheer Happy New Year.

Jimmy
 
P

Paul G. Tobey [eMVP]

Sure. Anything that will appear on the screen for any TSC client should
work on PPC as the client, too.

As far as window sizing, you'd have to make sure that your program builds
windows smaller than 320x240, the PPC screen size. I believe that this is
set via the form properties in the VB6 environment.

Paul T.
 
P

Paul G. Tobey [eMVP]

I'm not sure if the question I'm answering is the one you're asking. I'm
not aware of any software for creating a software firewall on a Pocket PC
device. You can connect to some VPNs using Pocket PC devices.

Paul T.

Jimmy said:
Thank You Paul,

I have one more question:

Do Microsoft have Pocket PC VPN/Firewall ?



"Paul G. Tobey [eMVP]" <ptobey_no_spam@instrument_no_spam.com> wrote in
message news: said:
Sure. Anything that will appear on the screen for any TSC client should
work on PPC as the client, too.

As far as window sizing, you'd have to make sure that your program builds
windows smaller than 320x240, the PPC screen size. I believe that this is
set via the form properties in the VB6 environment.

Paul T.
 

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

Top