all groups > dotnet compact framework > april 2004 > threads for monday april 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 29 30
System.Drawing.Graphics.DrawString problem in Compact Framework
Posted by Harry at 4/5/2004 11:16:04 PM
Dear all,
i am using Compact Framework to develop a pocket pc application, i want to
draw the string vertically. in nornal framework, there is a class called
StringFormat which can be used to control the direction of the string, but
it is not in compact framework.
please go to here to view ... more >>
Active Sync Query.
Posted by Amit Patankar at 4/5/2004 9:51:04 PM
Hi
I am creating one XML file dynamically in my application on PocketPC (in C#). What I want is when my PocketPC is Active Synced (with my PC) this XML file be automatically transfered to (some default) folder on PC.
What changes I need to make for this
Thanks very much
Amit Patankar
... more >>
Backup .cdb database to SD Memory Card
Posted by Mike at 4/5/2004 8:31:03 PM
I would like to make up a backup of a .cdb database on a SD card everytime a user exits an application. This seems like it shoud be a simple process. I am using the code..
System.IO.File.Copy("\Program Files\Caspian\Caspian.cdb", "\Storage Card", True
and get Err 57 IO Exception. Anybody know... more >>
Rendezvous/ZeroConf under Compact Framework
Posted by razvan.dragomirescu NO[at]SPAM simeda.com at 4/5/2004 5:45:57 PM
Hello everyone,
I was wondering if anyone has been working on (or knows of) an
implementation of the ZeroConf set of protocols (also known as
Rendezvous in Apple's implementation). There is a Java version of a
multicast DNS server that I intend to start porting to C# if anyone
hasn't started ... more >>
how can i find items from listView
Posted by Shahzaib Younis at 4/5/2004 3:33:16 PM
ListView = new ListView();
ListViewItem lvi = new ListViewItem();
lvi.add("1");
lvi.add("hello");
listView.items.add(lvi);
I can add items this way, but when I use indexOf or contains method to find
element in the list, I get nothing.
listView.indexOf(lvi);
Any idea what I'm missing ... more >>
System.MissingMethodException
Posted by Bill at 4/5/2004 2:38:00 PM
I am getting an error, "An unhandled exception of type
'System.MissingMethodException'" when I use my assembly under the compact
framework. The debugger gives no further information. I am not using
interop at all and I get no error when compiling for the .Net Compact
Framework.
Any suggesti... more >>
Launch another Application from a Windows CE App - VB.NET
Posted by TP at 4/5/2004 2:21:07 PM
Restarting the OS
Posted by TP at 4/5/2004 2:21:04 PM
Make Windows CE reboot via VB.NET... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
download file to PDA
Posted by G.S. at 4/5/2004 12:32:27 PM
How can i download a file from internet to the PDA using something similar
to winform's webclient.downloadfile (origin, destiny)?
Thanks
... more >>
Irda from CF
Posted by Xabi at 4/5/2004 10:42:55 AM
Hello:
Somebody can help me with infrared programming from CF(c#) for establish a
"conversation" with other device?
Thnks
... more >>
How to do copy and paste in a textbox
Posted by Kwok-ho at 4/5/2004 10:22:59 AM
Hi,
I want to do copy and paste data in some textboxs when user tabs and holds
on one of them. I use a ContextMenu to do it, however, I don't know which
textbox has focus when it is being tab and held, so I can't determine which
textbox's content I should copy or paste. Can you give me some su... more >>
Controls not processing Keyboard events
Posted by Balu at 4/5/2004 8:26:06 AM
Hi Al
I am a new to developing CF applications and am trying to port a regular .NET application to CF. From what I have read it looks like individual controls in a form should get Keyboard events, however this does not seem to work with any of my controls
e.g. I have a combobox called cmbTrainID... more >>
dynamic web references
Posted by Mark Finkel at 4/5/2004 8:11:03 AM
In ASP.NET you can have a "dynamic" web reference by specifying the wsdl url in web.config. Is there any way to accomplish this with CE?... more >>
Choose target platform for each library?
Posted by Markus Rytterkull at 4/5/2004 7:21:07 AM
Hi!
My pocketpc solution consists of my gui + three custom
libraries. And each time I want to run my application, I
have to select target platform for each library.
Is there any way around this?
I guess I could have my libraries in another solution,
compile those and only reference the... more >>
Emulator Problems
Posted by Kelly at 4/5/2004 6:16:04 AM
Hai I'm Kelly, I'm new to .net compact framework. I would like to ask in emulator, there are some default program is install such as "Pocket Word", "Pocket Excel", "Pocket IE". Can I invoke this program by clicking on a button ?? How to do it ?
I find out that in .NET Framework, System.Diagnostics.... more >>
Need hel Updating DataGrid to data base on Pocket PC! (got Strange error)
Posted by mbadawi23 NO[at]SPAM msn.com at 4/5/2004 4:37:24 AM
I'm doing a task that is supposed to retrieve data from data base and
then displays it on a datagrid control, the user could modify the data
and then I try to update the data base with the modification.. I get
an SQLce exption " could not pars the query", knowing that this same
statement some ti... more >>
upgrade from WCE to PPC2003
Posted by marcmc at 4/5/2004 2:56:02 AM
Can it be done for an Compaq IPAQ 3630
Any links greatly appreciated please?... more >>
SQLCE Replication Issue
Posted by marcmc at 4/5/2004 2:51:04 AM
All my merge rep stuff is setup.
When i run the merge process i get the user could not login to the distributor.
I have checked all my merge replication parameters and access profiles list, i have even tested the username and login through my SQL2000 client which logs in just fine.
Any ideas plea... more >>
ASP.NET Mobile Application and .Net Compact Framework
Posted by Lianna at 4/5/2004 12:01:02 AM
Can I call or view the Web application or Mobile Web Application that develop using ASP.NET technology from .NET Compact Framework ??? Is that any others ways to do it. Thanks ... more >>
|