Results 1 to 9 of 9

Thread: why mobile based application code dont hv fontdialog one?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2005
    Posts
    840

    Question 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?

  2. #2
    Frenzied Member dinosaur_uk's Avatar
    Join Date
    Sep 2004
    Location
    Jurassic Park
    Posts
    1,098

    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

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2005
    Posts
    840

    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?

  4. #4
    Frenzied Member dinosaur_uk's Avatar
    Join Date
    Sep 2004
    Location
    Jurassic Park
    Posts
    1,098

    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

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  6. #6

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2005
    Posts
    840

    Re: why mobile based application code dont hv fontdialog one?

    PDA with PC real-time chat!!!

  7. #7
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  8. #8

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2005
    Posts
    840

    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......?

  9. #9

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2005
    Posts
    840

    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
  •  



Click Here to Expand Forum to Full Width