microsoft.public.dotnet.framework.compactframework
  Home FAQ Contact Sign in
microsoft.public.dotnet.framework.compactframework only
 
Advanced search
June 2008
motuwethfrsasuw
      1 22
2345678 23
9101112131415 24
16171819202122 25
23242526272829 26
30       27
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
... framework.compactframework Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Can I run a CF.NET 2 application built for WM5 on WM6?         


Author: Hans Nieuwenhuis
Date: Jun 30, 2008 22:31

Hi,

I've made an application in CF.NET 2 using a Windows Mobile 5 project in
Visual Studio 2005.

Can I run such an application on a Windows Mobile 6 device without doing
anything special? Or do I need to make a new Windows Mobile 6 project in
Visual Studio 2005 and compile the (same) sources in that project?

Do I need to make a CAB file for WM5 and another CAB file for WM6 (with
different compiled executables)?

Hans
5 Comments
  Need a good book on CE .Net Compact Framework         


Author: ch3ckmat3
Date: Jun 30, 2008 20:37

Hi,

i want to deploy C# .Net application on Win CE.Net 6.0. The books i have
seen yet are on app development wih VC++ for CE. I need reference of a good
book / resources for application developement using .Net Compact Framework
only for Win CE 6.0.

any help will be appreciated.

TIA
8 Comments
  Datagrid problems         


Author: Pedro Januário
Date: Jun 30, 2008 09:43

Hi,

I need to put the datagrid scrollbar always visible, and i don't know if its
possible.
I have tryed another aproach but didn't work too, i was trying to shrink
column size every time scroll need to be displayed, the problem is that the
update or refresh method doesn't change the column size.
3 Comments
  Memory Leaks using Cryptostream         


Author: lfazio
Date: Jun 30, 2008 08:24

Hi to all,
I know this is an old arguments but I didn't find any solutions on it.
While I use in a loop this simple routine on a Windows CE program:

****
public static string Encrypt(string stringToEncrypt)
{
string strOutput = "";

using (DESCryptoServiceProvider des = new
DESCryptoServiceProvider())
{

des.Mode = CipherMode.ECB; //CBC, CFB

byte[] inputByteArray =
Encoding.Unicode.GetBytes(stringToEncrypt);

byte[] key ={ 1, 2, 3, 4, 5, 6, 7, 8 };
byte[] IV = { 8, 7, 6, 5, 4, 3, 2, 1};

using (MemoryStream ms = new MemoryStream(4096))
{
Show full article (2.31Kb)
no comments
  Build application which connect to a sql server 2000/5/8 via GPRS         


Author: Fabio Mastria
Date: Jun 30, 2008 06:47

maybe it's not possible..

but can i build an application which interfaces with a DB server and all did
via GPRS?

(using .net 2.0 or 3.5)

have you some suggest?

thank you all
Fabio
5 Comments
  New Fourm on dotnet         


Author: geek
Date: Jun 30, 2008 02:57

HI

thank you all

here is a new fourm on dotnet

can post your queries here and get the answers as soon as possible

www.dotnettunnel.com
no comments
  PocketPC 2003 on WinCE .net 5.0         


Author: Amirallia
Date: Jun 30, 2008 02:52

Hi !

It's possible to run an PocketPC2003 application developped with VS.net
2003 on a WinCE. net 5.0 device ?

If not, what can I do ? Must I convert my project to VS.net 2005

Thanks for you answer!
6 Comments
  How to prevent SELECTION by user, in TEXTBOX ?         


Author: tony
Date: Jun 29, 2008 15:36

Hi,

I want to prevent the user, from selecting text (blue selection) in TextBox
, How can i do this ?

(the textbox must be enabled=true)
Thanking in advance.
5 Comments
  How to get current ringtone name ?         


Author: juvi
Date: Jun 29, 2008 11:20

Hello,

How can I get the current ringtone name on windows mobile 6 std & pro??

thx
juvi
3 Comments
  Crystal Reports & Compact Framework Integration on the Desktop         


Author: The Mad Ape
Date: Jun 29, 2008 04:04

Hi experts.

I am using VB.Net 2005 as my development environment.

I have created an application for the Pocket PC. The data is
transferred to the desktop via OpenNETCF and then I use SQL Compact
Server 2005 to process the data on the desktop with a final export to
Access format.

I have Crystal Reports XI and my VB.Net 2005 is also bundled with CR
functionality. I created reports directly in CR XI and now need to be
able to use them in .Net.

Here is where I get lost. When I created my RPT file it had me connect
to the database (Access 2002) and then add a table and fields.

It works great except now that I am porting to my .Net app, the
database my embedded CR needs to connect to will always be changing
(dynamic). The table and field names will always remain the same. It
is just the file name that changes, based on user inputs.

So are there any tutorials, literature, help that anyone can point me
to so I can get on with my steep learning curve? I started programming
in VB.net and developing CR's just a short time ago and would
appreciate a 'dumbed' down explanation so I can get a handle on this.
Show full article (1.18Kb)
no comments
1 2 3 4 5 6 7 8 9