Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > dotnet compact framework > january 2005 > threads for friday january 21

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 31

send sound (compressed) over a webservice.
Posted by Evan Camilleri at 1/21/2005 11:54:36 PM
does anyone know of sample source code to send sound (compressed) over a = webservice. Evan Camilleri...more >>

Transfer to PPC's SD card via. .net?
Posted by David at 1/21/2005 11:41:30 PM
Is there a library or code that will allow a program running on a PC to transfer a file to a PPC's SD or CF card inside a .net app? I need to sync with the card and send/receive a file from a set directory. Did a search, but may not have the right keywords to find what I need. Thanks ...more >>

Menu Bug in Compact Framework...
Posted by Russ Ryba at 1/21/2005 11:30:52 PM
I believe I've found a bug in the compact framework. I don't see any reference to it, but here's what I've found. I'm testing on a Dell Axim X5, PocketPC 2002, A03 ROM. If you create a new instance of a form inside a different forms Load Event, the first form gets the seconds forms menu. ...more >>

KeyUp event on a text box
Posted by Glyn Meek at 1/21/2005 5:44:43 PM
Does the Compact Framework generate a KeyUp event from a text box when you use the InoutPanel to enter text? I can't seem to recognize this event! Glyn Meek ...more >>

Problem with compact framework sp2+ and showdialog
Posted by Tommy at 1/21/2005 4:28:30 PM
I have a few forms that are shown with showdialog. When they are closed the underlying form that should appear is now hidden and you see the pocket pc desktop. Am i doing something wrong here. I cannot be the only one with this problem. It works just fine with the original framework. Sp2 a...more >>

Dead horse, beat a
Posted by Harry Simpson at 1/21/2005 4:18:45 PM
I've got two forms. One hides when the second is created and shown. I want to be able to close processes/threads in the first form from code in the second form in the overidden OnClosing event in case the user presses the OK on the form to completely shut the form and app down. Whenever I ...more >>

Watch instances of objects
Posted by Benjamin Lukner at 1/21/2005 4:17:14 PM
Hi! I've got the problem that the Pocket PC memory is full after 350 logouts and logins with my software. There seems to be a tiny memory leak caused by objects/instances that don't dispose on logout. I need something to watch all the loaded instances, because I don't know any other way ...more >>

Does CF2.0 have Serialization and Deserialization
Posted by Liren Zhao at 1/21/2005 4:15:45 PM
Does CF2.0 have Serialization and Deserialization ...more >>



.NET Great Plains interface?
Posted by jayderk at 1/21/2005 4:09:58 PM
Hello all, I was just wondering if an interface to Great Plains was in the works for the .NET CF? or maybe it already is.. very interested to know! regards, Jay ...more >>

XP SP2 won't let emulator driver load
Posted by Terry Brown at 1/21/2005 3:36:46 PM
I upgraded my machine to XP SP2 and now I get an error on startup indicating that virtual pc/Windows CE emulator driver is disabled for stability. Article ID : 883989 on the microsoft web site says that to resolve this issue, one should remove /PAE from the entry in the boot.ini file on the ...more >>

Deployment of Webservices PDA App
Posted by glenn at 1/21/2005 2:46:45 PM
I have written a webservice and a client app that runs on the PDA. I have everything working great but now need to deploy the solution to another web server for further testing. Can anyone tell me what files need to be moved along with my exe and what needs to change inside them to allow the cl...more >>

ObjectDisposed exception
Posted by Genesis at 1/21/2005 2:15:04 PM
Hi, I develop a simple smart device application and sometimes when i exit the application, im getting an objectdisposed exception cause by system.windows.forms.dll. Is there a way in compact framework that when they click exit button, i will just execute a simple command that will end the ...more >>

Out Of Memory Exception
Posted by Tommy at 1/21/2005 1:56:07 PM
I have a huge app (in relative terms) for pocket pc with 38 forms and a ton of classes. I am getting out of memory exceptions from time to time in random locations. My exe is only 412K in size but my datasets are very large. I have read through the stuff on google and am forcing the garbage...more >>

Compatibility question
Posted by vbMark at 1/21/2005 1:49:07 PM
Hi, I have a few questions here, I am developing an application for the Smartphone and I'm using the Smartphone emulator in the 2003 .donet compact framework. My questions are: 1) Will this same code also run on an iPaq and Pocket PC? That is, is it cross platform compatible? 2) Al...more >>

How to create a primary key
Posted by Régis LYARD at 1/21/2005 11:47:08 AM
I have an existing SqlCe 2.0 database. I'd like to add a Primary Key in a table. I manage to create new table with primary key but I don't know how to modify an existting table. Is anybody have the good SQL syntax ? Thanks ...more >>

Keep Backlight on
Posted by Dave at 1/21/2005 11:23:12 AM
Greetings, Does anybody have some code that will prevent the backlight from automatically turning off? Thanks, -Dave ...more >>

Re:Using mixerGetNumDevs() function, Can not get device!
Posted by compboy at 1/21/2005 11:19:42 AM
When I used waveOutOpen() to open a waveform output device , an exception happend that is NotSupportException that means the function is not implemented in my class. But I had already defined it in my COREDLL class, like this: [DllImport ("Coredll.dll", EntryPoint="waveOutOpen"] public s...more >>

How to check a form is still open?
Posted by Saul at 1/21/2005 11:01:05 AM
Hi all, I have a fairly simple problem. I have a multi form VB app and on = startup I create the forms and store them in a public class. A bit of = code might help know what I mean...sorry if my naming convention is = non-standard! Public Class myforms Private Shared gfrmDistribution A...more >>

Suspending HH
Posted by Michal Rizek at 1/21/2005 10:55:03 AM
Hallo, I my solution i use communication component witch keeps comport opened all the time. When COM1 is opened, system's suspender is not able to enter suspend mode. So i would like to close comport when system attemps to enter suspend mode let it suspend and when returning from suspend mode...more >>

Compact FrameWork 2
Posted by Emilien Morel at 1/21/2005 9:13:04 AM
Hi, I have read in the Web that the compact framework 2 exist in beta version. And We can use remoting objects with this new FrameWork. Nobody know where I can download it in the Web? Or have you some information about this? Thanks for your help ...more >>

Installers
Posted by Noble Bell at 1/21/2005 6:53:03 AM
Hello, Can anyone suggest to me how to create install files for .NetCF where the user only has to install a file from the desktop pc and it will deploy it to the hand held? I am not sure how to do this. -- Noble D. Bell www.noblesoftware.com ...more >>

Pocket Outlook and Agenda Fusion on an XDAII
Posted by Glyn Meek at 1/21/2005 12:39:08 AM
We make fairly extensive use of the POOM routines provided by Peter Foot's company InTheHand and have been DELIGHTED with them for a number of years. We have just recently seen a problem with our product on the Pocket PC of one of our users who is also running Agenda Fusion. When accessing the...more >>


DevelopmentNow Blog