all groups > dotnet compact framework > april 2004 > threads for monday april 19
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 29 30
CF V2 and image rotation
Posted by Romu at 4/19/2004 11:46:03 PM
On the PDC slides about .Net CF V2, I saw "Image rotation" and "Image saving" will be implemented
I downloaded the Whibdey tech preview, the "save" method is well present but not the rotation
So please choose the right proposition about rotation in CF V2
- won't be implemente
- is not implement... more >>
I want to simple example about Data Grid..
Posted by nomenklatura at 4/19/2004 9:13:36 PM
Hi,
I developed windows ce 2003 program with vb.net
But i couldn't use Data Grid in my project
I connect Sql Server Ce database..
I use listview, but it is take too many time when opening due to
loop(datareader)
I want to use data grid..
How can i?, i couldn't find any example about this to... more >>
Mobile2Market Contest for Top Apps
Posted by Ginny Caughey [MVP] at 4/19/2004 8:12:32 PM
Microsoft Announces $25,000 Competition for Best Windows Mobile Applications
Submit applications for Windows Mobile-based Pocket PCs and Smartphones to
the Microsoft Mobile2Market Application Contest for a chance to win one of
four grand prizes for US $25,000, application distribution plus feat... more >>
Xml GetElementsByTagName Error
Posted by edwardraoul at 4/19/2004 6:36:03 PM
I have the following code in my progam to edit an xml file with the correct data and the code when executed on the device keeps throwing an XMLException error
Error at this line:XmlNodeList nodeList = doc.GetElementsByTagName("Security")
foreach (XmlNode node in nodeList
node.FirstChild.InnerTe... more >>
Launching Apps via ActiveSync
Posted by Eugen Feraru at 4/19/2004 5:36:17 PM
Hello,
I have a Windows CE device, with no display, and I need to deploy and then
launch an application. I have ActiveSync available. Is there a way to launch
an app via ActiveSync, or is there an API I can use?
Thanks in advance,
Eugen
... more >>
Loading icons via Manifestressourcestream in PocketPC 2003 SE
Posted by Stefan Mähr at 4/19/2004 4:13:24 PM
Hello NG,
i've just installed the new Pocket PC Emulators for Pocket PC 2003 Second
Edition. I've started my project in debugmode and noticed that suddenly the
follwing code for loading transparent icons in the toolbar is not working
any longer
Me.imgToolbar.Images.Add(New
Icon([Assembly].G... more >>
database size
Posted by Rick at 4/19/2004 1:29:34 PM
I cannot understand the database sizes as created with SQL CE 2.0. I have a
table with the main field defined as type "NTEXT". I import numerous rows
of data which derives from 34mb of text, yet the resulting database is 75mb
in size? I can see the database being a little bit larger, but more ... more >>
check com object CLSID
Posted by cfyam at 4/19/2004 12:11:35 PM
How can I view the CLSID of COM object in my Pocket PC? What tools I need?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Application Communication
Posted by bdoyle at 4/19/2004 8:06:06 AM
I have 2 programs running on ppc. One is the main program, another fires when activesync connection is made. I want the activesync program to notify the other application that there was a connection. Is there a way to have two applications communicate? Right now I create a temp file and poll, bu... more >>
Smart Device option missing in New Project-dialog
Posted by Martin at 4/19/2004 7:01:06 AM
Hi
I just installed an evaluation version of Visual Studio .Net, because I want to develop a simple PocketPC application. Now, everywhere on the MSDN-site, I see a Smart Device Template in the New Project-dialog. Mine is missing! Can anyone help me
Thanks
... more >>
Toolbar to be in Top - Pocket PC
Posted by joby_cg NO[at]SPAM yahoo.com at 4/19/2004 5:40:27 AM
Hi All,
In pocket PC application toolbar is in bottom. But is it possible i
can put the toobar on the top.
Thanking You
Joby... more >>
I need a Listview like the one in the inbox, or a Listview + treeview like the one present in emule
Posted by Juan Pedro Gonzalez at 4/19/2004 2:51:01 AM
Helo,
I'm developing an application wich needs to return a lot of data to the
user.
Part of this data whould be of general interest therefore it should be shown
clearly on screen. I also have more detailled data, wich should be shown in
a smaller font, or it should "expand" and contract in ... more >>
|