Groups | Blog | Home


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 > august 2004 > threads for friday august 6

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

Calling .NET Compact Framework DLL from a Native C/C++ Application
Posted by PKNET at 8/6/2004 8:51:02 PM
Is it possible to call methods in a .NET compact framework DLL from a native C/C++ non-compact framework coded application (using Visual Embedded C++ 4.0)? Basically, we want to create a .NET compact framework DLL that contains ADO.NET methods and call these methods from an ordinary natively ...more >>


Global Exception handling
Posted by Tod Johnson at 8/6/2004 7:30:33 PM
Hi all, Is it possible to catch all unhandled exceptions in the CF application? Thank you, Tod...more >>

XML Export-Import
Posted by Ghost at 8/6/2004 7:16:23 PM
Hello. What is the optimal way to manualy import/export data from/to XML file to/form my DataSet? What I wnat: 1. To add some data (records) from XML file to may dataset. 2.. To add some data (records) from dataset to may XML file. For example: Table structure: ID int Primary Key Fi...more >>

OpenFileDialog and SaveFileDialog
Posted by Ghost at 8/6/2004 7:13:54 PM
Can anybody show me an examples how do I use OpenFileDialog and SaveFileDialog in Compact Framework? I do so but, it doesn't work: SaveFileDialog saveFileDialog = new SaveFileDialog(); saveFileDialog.Filter = "Text files (*.txt)"; if (saveFileDialog.ShowDialog() == DialogResult.OK) txt...more >>

always alive
Posted by alf at 8/6/2004 6:15:02 PM
There are any tools or utilities to do gprs line always up. I can dial up but for any reason this line go down, I would like have a software (simlar a daemon) to check alive line each interval time and automatically dial up if line hangup may thanks ...more >>

Using FieldOffsetAttribute in CF
Posted by James Grennan via .NET 247 at 8/6/2004 3:27:04 PM
I wonder if anyone could help me with this code. I found some code from Microsoft to ping a host written in VB.NET and it works perfect in the standard framework. (See http://support.microsoft.com/default.aspx?scid=kb;en-us;828993 ) I want to use it in the compact framework, but I get a comp...more >>

Data collection storage options
Posted by Wapiti at 8/6/2004 2:53:54 PM
Tough decision for me. I'm faced with the need for RAD - short timeline. I'm replacing an existing handheld app I wrote several years ago for an intermec device using vc1.5 with a newer one written for ppc devices (vb.net cf). My question pertains to what file types to use when storing and ma...more >>

application icon
Posted by Jimmy at 8/6/2004 2:21:22 PM
Hey Ive made an application, and now i want an icon to appear in the file explorer right beside the filename (as most applications have). I want it to be an icon i make myself. I have made it as a .jpg file, but i dont know how to do this, so that it will be my programs icon. Hope you understa...more >>



Stress Test Server
Posted by Johann at 8/6/2004 1:11:21 PM
Hi All, Is there an application that stress test a Server, the client is a PocketPC application. I could make the client request through the emulator, but not sure how do perform multiple clients request. Thanks, Johann ...more >>

Doing things in a thread
Posted by Lars Black at 8/6/2004 12:42:49 PM
Hi, I'm about to start a new CF.NET application where I like to use threads. Since I've not used thread in CF.NET before, I'd like some input to see if it is possible to do what I plan to do. The application will be using SQLCE and will receive data updates via a web service. Id like the up...more >>

Super ultra mega urgent - Device ID
Posted by Scott Simons at 8/6/2004 12:31:03 PM
I was under the impression that the device id mentioned at the link at the bottom of the post was unique for the hp ipaq 2210/2215 in the process of preparing my product for shipping I came across two units with the same device id. Did I really mess up or did I receive defective units? Any h...more >>

Owner Drawn ComboBox
Posted by Ken Beauchesne at 8/6/2004 11:54:59 AM
I am trying to create a dropdown color combo box in c#, I can create it no problem under the non compact framework but I don't know what to use in place of OnDrawItem and for OnDropDown which don't exist in the CF anyone have a solution thanks Ken Beauchesne ...more >>

Save emulator image
Posted by Alessandro Cavalieri at 8/6/2004 11:42:04 AM
Hi all, I'm running the emulator using a command line but when I close the emulator even if I choose "Save image" the emulator restart from scratch when I run again it. How can I save what I done on the emulator like the VS2003 does? Thanks, Alessandro Cavalieri ...more >>

WM2003 SE - General query
Posted by Neville Lang at 8/6/2004 11:40:08 AM
Hi all, To update my knowledge, can anyone tell me if WM2003 Second Edition is based on Windows CE 5.0? I see both of these are now on MSDN and wondered whether they were connected. Presently, I do not have access to a WM2003 SE device. Regards, Neville Lang ...more >>

how to call a dll
Posted by Jimmy at 8/6/2004 11:01:08 AM
Hey In VS i did apply my Dll under references, but no matter what i do, it seems like i cant get this thing to work, if i put some UI in my Dll file. I get a MissingMethodException. I have in the following kode marked the line that throws the exception. I call the function in my Dll the fol...more >>

Uninstalling app from the device AND desktop
Posted by Raj Kumar at 8/6/2004 7:59:01 AM
Hi! I was able to build a setup project; install the needed the files, shortcuts on the device; get the Help functionality working. All good. Now when I remove the app using Activesync's Tools menu, the app is removed from the device and not from the device. Now when I uninstall it from the D...more >>

Connection to desktopPC using ActiveSync via WLAN
Posted by Christiane Duethorn at 8/6/2004 12:19:41 AM
Hi there, a while ago I posted a message asking how to start ActivieSync programmatically from my .net CF Application. I'm now using the Opennet.Winapi.core.createProcess(repllog.exe", "/sync"), which seems to work fine apart from the first connection taking a very long time. Once the connect...more >>


DevelopmentNow Blog