all groups > dotnet compact framework > february 2005 > threads for saturday february 5
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
SortedList in the CF ?
Posted by Carsten Marx at 2/5/2005 11:07:15 AM
Hi,
is there a chance to get a SortedList ( like in
System.Collections.SortedList ) working in the CF?
Any ideas?
Regards
Carsten... more >>
Using Plugins / Reading the current profile.
Posted by Rob Holmes at 2/5/2005 10:18:40 AM
Hi All,
Here's one that has me stumped. Perhaps someone can point me in the right
direction
I want to "use" (ie Read) the state of a plugin. Specifically I want to read
the profile plugin in order to establish which profile the phone is
currently using.
Does anyone have any ideas? -
... more >>
encryption and decryption
Posted by alan at 2/5/2005 6:59:02 AM
I got the error of "Bad Data" when decrypting in PPC side, please help
thanks a lot!!!
the bytes are encrypted in desktop --->
byte[] writeBuffer = new byte[1024];
System.Text.ASCIIEncoding encode = new ASCIIEncoding ();
writeBuffer = encode.GetBytes(mServerMsg);
//encrypt the bytes to be se... more >>
Date/time 'tostring' problem
Posted by Glyn Meek at 2/5/2005 12:23:36 AM
One line of our code is as follows...
xml_node.Attributes(2).Value =
Now.ToString("yyyy-MM-ddTHH:mm:ss.fffffffzzz")
When we have the Pocket PC Regional Settings set to U.S. or England or
pretty much anywhere except Italy, this would result in something like...
"2004-10-24T12:25:00.96875... more >>
help:Is it possible to write xp-style control by C# language under CF?
Posted by Yang_He at 2/5/2005 12:08:00 AM
I have read some source code which can simulate XP-style in NET Framwork,but
is it can be done in CF?
... more >>
help:Is it possible to write xp-style control by C# language under CF?
Posted by Yang_He at 2/5/2005 12:08:00 AM
I have read some source code which can simulate XP-style in NET Framwork,but
is it can be done in CF?
... more >>
colorful GUI??
Posted by Naveen Mukkelli at 2/5/2005 12:05:01 AM
Hi,
I would like to build a colorful 'XP' style GUI for my Pocket PC
application.
Are there any free controls available at all. If they are available, kindly
let me know.
Cheers,
Naveen. ... more >>
|