all groups > dotnet compact framework > april 2007 > threads for april 29 - 30, 2007
Filter by week: 1 2 3 4 5
own Control
Posted by Martin at 4/30/2007 3:06:18 PM
Hi,
i wrote a UserControl for normal Windows App.
i can´t use this Control in compact framework.
is it possible to write a userControl that can be used in both frameworks ?
And how ?
Or i have to write 2 userControls :(
thx
Martin
... more >>
Load From XML
Posted by MikeB at 4/30/2007 8:56:43 AM
Hello all, what is the best / most efficaiant way to load data from XML into
a sqlce database? Here is what I am using to create the XML:
//Create Main Dataset
DataSet dsMain = new DataSet();
//Create Dataset to hold all DB Tables
DataSet dsTables = new DataSet();
myApp.Classes.Globals... more >>
issue with Bluetooth serial communication
Posted by Jay at 4/30/2007 7:32:51 AM
Hello All,
I notice I have a problem with an application I am writing where a
form starts up and opens a Bluetooth serial communication (COM8 on my
Verizon 6700 device).
I open the port on form.Activate(), and close the port on
form.DeActivate(). The communication works great if I manually ... more >>
class object serialization
Posted by tasleem at 4/30/2007 7:14:03 AM
hi all i want to transfer class object between 2 PDA using library
(inthehand.dll) 32.net,
in windows application BinaryFormatter class is there for serialization of
object. i tried but that class is not supported in .net CF.
My question is, any replacement of that class or any method th... more >>
Create OTA?
Posted by Malleswar at 4/30/2007 4:05:30 AM
Hi,
Can any one explain or provide the link to create the OTA(Over The
Air) for Pocket PC application? OTA allows the user to download the
s/w directly from Pocket PC or Windows Mobile.
Thanks in Advance,
... more >>
opening main menu with soft keys
Posted by Malleswar at 4/30/2007 3:58:58 AM
Hi Friends,
I am using menu in my form. By taping on menu I can be able to open
it. It comes by default. But here by using soft keys or hard keys, I
want to open the menu. Can any one plz tell me how proceed for this?
Thanks in Advance,
... more >>
Opening main menu with soft keys
Posted by Malleswar at 4/30/2007 3:44:27 AM
Hi Friends,
I am using menu in my form. By taping on menu I can be able to
open it. It comes by default. But here by using softkeys on key board
I want to open the menu. Can u one tell me how proceed for this?
Thanks in Advance,
... more >>
serial port problem in mio P350
Posted by bule at 4/30/2007 12:16:00 AM
Hi all i have this strange problem with a MIO P350, i am trying to open and
read from its serial port or better i have a craddle which fill in the pcoket
pc with a mini usb and exits with a serial ..
but it seems that nothing happens , i'll send bytes but nothing is received..
the craddle w... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Emulator images for Pocket PC 2003
Posted by Dave Harry at 4/30/2007 12:00:00 AM
Using VS 2005 standard with VB.
Looking to start making software for Pocket PC, I believe my emulator should
work out of the box, but didn't.
I downloaded emulator images, but it turns out they were for Pocket PC 2003
_SE_.
Are the original ones available somewhere?
I found the Pocket PC... more >>
CF 2.0 SP 2 Redistributable ???
Posted by Ofer B. at 4/29/2007 1:14:02 PM
Hello
I installed .NET Compact Framework 2.0 Service Pack 2 Redistributable and
noticed
That:
1. My "C:\Program Files\Microsoft Visual Studio
8\SmartDevices\SDK\CompactFramework\2.0\v2.0" is now empty.
2. The installation puts its files in "C:\Program
Files\Microsoft.NET\SDK\CompactFram... more >>
Out of Memory Exception
Posted by Murthy at 4/29/2007 3:18:01 AM
Hi,
I want to display the Photos from a Folder in a Picture Box for my windows
mobile 5.0 application.
User can view the photos by pressing the Next Button.
But it is throwing out of memory Exception when he navigates through more
than 5 photos.
Here is my code.
private void ShowPhoto... more >>
|