> I am creating an application for windows mobile using Visual C# windows. I
> am using visual studio 2008 and I have windows Microsoft Vista on my
[quoted text clipped - 13 lines]
> --
> Nejadian
How I can use the compactframework NG? Also I just realized that when I
create a new project under C# if I select "window" it has all the tools I
need; if I use "Smart Device" it does not include all the tools I need
however because I am developing the application for Windows Mobile I believe
I should use "Smart Device". How I can work with smart device and include
those tools I needed in there? Is that possible?

Signature
Nejadian
> On May 16, 9:32 am, Tammy Nejadian
> <TammyNejad...@discussions.microsoft.com> wrote:
[quoted text clipped - 22 lines]
>
> You should post in the compactframework NG,
Jordan S. - 16 May 2008 18:15 GMT
No, it is not possible.
Windows Forms projects assume a full desktop computer environment.
Mobile devices assume a very limited mobile device (limited in capabilities
compared to a full desktop computer).
The tools available to you in a Mobile or Smart Device application directly
reflect the underlying platform and it's capabilities. You will not,
therefore, have all of the tools you need/want because they are simply not
available for smart devices or mobile environments. It does not matter if
you create a project reference to Windows Forms. Just because you do that
does not mean that the Windows Forms components and controls will be
available for a Smart Device project.
-HTH
> How I can use the compactframework NG? Also I just realized that when I
> create a new project under C# if I select "window" it has all the tools I
[quoted text clipped - 37 lines]
>>
>> You should post in the compactframework NG,
Chris Dunaway - 19 May 2008 15:52 GMT
On May 16, 11:34 am, Tammy Nejadian
<TammyNejad...@discussions.microsoft.com> wrote:
> How I can use the compactframework NG? Also I just realized that when I
> create a new project under C# if I select "window" it has all the tools I
[quoted text clipped - 31 lines]
>
> > You should post in the compactframework NG,
As Jordan alluded to, some controls are not available in the compact
framework. For example, the docs for the RichTextBox show this:
<quote>
Platforms
Windows Vista, Windows XP SP2, Windows XP Media Center Edition,
Windows XP Professional x64 Edition, Windows XP Starter Edition,
Windows Server 2003, Windows Server 2000 SP4, Windows Millennium
Edition, Windows 98
</quote>
Notice that the compact framework is not listed. You can check the
docs for each control/tool and see which platforms are supported.
See also this link: http://msdn.microsoft.com/en-us/library/w8xd02k7.aspx
Chris