|
-
Aug 30th, 2005, 10:25 AM
#1
Thread Starter
Fanatic Member
why mobile based application code dont hv fontdialog one?
why the mobile based application dont have fontdialog, font color....and etc? then how i going to do without those dialog?
-
Aug 30th, 2005, 10:51 AM
#2
Frenzied Member
Re: why mobile based application code dont hv fontdialog one?
CF is severly limited, I think you may have more luck in the Mobile Development section or other sites like devx.
If you find my thread helpful, please remember to rate me 
-
Aug 30th, 2005, 11:12 AM
#3
Thread Starter
Fanatic Member
Re: why mobile based application code dont hv fontdialog one?
it is possible to implement a real time chat in PDA? the resource allow to do this?
-
Aug 30th, 2005, 06:30 PM
#4
Frenzied Member
Re: why mobile based application code dont hv fontdialog one?
Real time as in two PDAs connected via bluetooth/wireless lan?>
If you find my thread helpful, please remember to rate me 
-
Aug 30th, 2005, 06:54 PM
#5
Re: why mobile based application code dont hv fontdialog one?
In order to live up to its name, the Compact Framework has had to go without anything unnecessary from the full .NET Framework. If you want to let the user select a font or a colour, you can simply use a ComboBox or ListBox. Not as glamorous but will still get the job done and helps keep the CF to a managable size. Also, you could build a dialogue yourself that completely reproduced those that are missing if you wanted. That's going to increase your application size though.
-
Aug 30th, 2005, 08:40 PM
#6
Thread Starter
Fanatic Member
Re: why mobile based application code dont hv fontdialog one?
PDA with PC real-time chat!!!
-
Aug 30th, 2005, 09:05 PM
#7
Re: why mobile based application code dont hv fontdialog one?
Sockets are supported by the CF. I suggest you take a look at the help topic for the System.Net.Sockets namespace. You can follow the links to each individual class and it will tell you whether it is supported by the CF. For those that are, you can take a look at the member listing and it will tell you which members are supported.
-
Aug 30th, 2005, 09:24 PM
#8
Thread Starter
Fanatic Member
Re: why mobile based application code dont hv fontdialog one?
ok....thank........will it not allow to do this where the resource may not enough like memory......?
-
Aug 30th, 2005, 09:32 PM
#9
Thread Starter
Fanatic Member
Re: why mobile based application code dont hv fontdialog one?
ok....thank........will it not allow to do this where the resource may not enough like memory......?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|