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 > march 2005 > threads for monday march 14

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

SqlMobile installation on PocketPC
Posted by Ste at 3/14/2005 8:55:15 PM
Hi all, I've tryed to install SqlMobile contained in Visual Studio 2005 February CTP on a PocketPC 2003 device, exactly these two files: sqlce30.ppc.wce4.armv4.CAB sqlce30.dev.ENU.ppc.wce4.armv4.CAB After the installation, I can find a "SQL Mobile\ENU" folder under \Program Files\ , but ...more >>

include calendar ocx (like win32 apps)
Posted by Stefano at 3/14/2005 6:13:22 PM
Hi, i'm hanging around to find out if there's a way to include the pocketpc calendar object in my application, like i use to do in windows apps. I know is different from COM environment, but i'm looking for a way to extend the pocketpc calendar to manage more info for my appointments.... does...more >>

OpennetCF.ORG - Signature.
Posted by A_PK at 3/14/2005 5:57:34 PM
I am using signature object form OpenNetCF.org.... May I know how should I get the Signature Value ? Signature1.text ? Is it wring like that can get the value ? ...more >>

problem loading bitmap from embeded resource :(
Posted by news.austin.rr.com at 3/14/2005 5:24:02 PM
Hi, I'm trying to load a bitmap resource using the following code but i keep getting a null ref exception. titleBar1.ModeImage = new Bitmap(Assembly.GetExecutingAssembly().GetManifestResourceStream("ProjectNam eSpace.Arrow.bmp")); the namespace matches the default NS in the project pr...more >>

Software required to develop for SQL Server CE
Posted by Malcolm McGrath at 3/14/2005 3:01:44 PM
Hi, This is probably a very silly question for some, but I am finding resources somewhat confusing at present regarding what is and what is not available. From what I gather MS-JET Databases are NOT something that one should develop a new program to use as they will lose support in future ...more >>

Keys.Return - Strange Problem...
Posted by Aaron at 3/14/2005 1:44:06 PM
Why is this happening...In both text boxes I have the same code for the KeyDown event but when I'm in the txtEndMiles box (in other words it has the focus) and press the center button, or enter button, it throws the cursor in the txtStartMiles and executes the Keys.Return section...why? Priva...more >>

Multiple DataSets in one XML file
Posted by sergio.rolanski NO[at]SPAM gmail.com at 3/14/2005 1:23:55 PM
It's very easy to DataSet.WriteXml() multiple dataset to a single xml file, but when I want to DataSet.ReadXml() I don't know how to specify whick dataset to read. Anybody knows if it's possible to have multiple dataset in a single xml file? Thanks, Sergio V. R....more >>

How to kill an application from code Compact Framework
Posted by Pat Reddy at 3/14/2005 1:00:51 PM
I have 2 applications that I've written for Windows Mobile 2003. When application A is ran I want it to kill application B if it's running and then start it up again after application B is shutdown. I've heard that System.Diagnostics.Process is what I want to use, but this doesn't exist in th...more >>



native exception inside mscoree1_0.dll. Root cause?!
Posted by Patrick Berny at 3/14/2005 12:43:33 PM
Hi all: I've been going insane over this issue. I'm intermittently getting a native exception inside mscoree1_0.dll (usually at address x01676854, exception code 0xc0000005, see below for modules loaded in process) and have no clue what could be causing this. I'm using SP3 of .NetCF on Wi...more >>

System.MissingMethodException' occurred in System.Windows.Forms.dll
Posted by A_PK at 3/14/2005 12:33:56 PM
Hi, I dun know how come my program will cause this problem ? Is it the conflict between the System.Windows object and the Opennetcf.windows.form object ? Pls guide me...... ...more >>

"Explorer Style" borderless combobox
Posted by Barry Manilow at 3/14/2005 12:18:04 PM
Hi all, I'm fairly new to CF development. I'm building a Budget application, and would like to have a borderless combobox that behaves like the dropdown's at the top of the "File Explorer" app on a Pocket PC. (For example, open the File Explorer on a Pocket PC and look at the dropdown on the ...more >>

[HELP] Reflection
Posted by Rogerio Jun at 3/14/2005 11:33:02 AM
code: Assembly myAssembly = Assembly.LoadFrom("Cargo.dll"); object myObject = myAssembly.CreateInstance("Cargos.Cargo"); myObject.GetType().InvokeMember("Load", BindingFlags.InvokeMethod, null, myObject, null); <- this line, generate a exception The exception "NotSupportedException" is g...more >>

HTTPWebResponse ArgumentException
Posted by Simon Wilkinson via DotNetMonster.com at 3/14/2005 11:08:34 AM
I've tried for many many hours to figure this out, but have finally admitted defeat... please help! I am trying to use HTTPWebRequest/HTTPWebResponse to download a file from a webserver using the following code, with VB.NET 1.1 (CF): Try Dim wr As HttpWebRequest = CType(WebRequest.Create(...more >>

ActiveSync host IP address
Posted by Floyd Burger at 3/14/2005 11:02:36 AM
Is it possible to determine the IP address of the host? When I connect my device via ActiveSync, I get a network connection. I just want to get the address of the ActiveSync host. Thanks. -- floyd ...more >>

How can I debug application in VS.NET
Posted by Voi Coi at 3/14/2005 10:50:13 AM
Hi, I'm lauching application from VS.NET IDE by F5 (which build with Debug mode), but after "Launching application..." step about seconds VS.NET report error: "Unable to load application from C:\My Projects\bin\Debug\Test.exe" why? if I launch application by Ctrl+F5, everything ok. thanks...more >>

DataGrid
Posted by Darcy at 3/14/2005 10:45:04 AM
Is it possible to raise an event by clicking on a row within a dataGrid using the compactframework?...more >>

Is there a unique id number on each SD card?
Posted by luser NO[at]SPAM skip.informatik.gu.se at 3/14/2005 4:07:23 AM
Hi! Trying to figure out of there is a unique id number for each sd card. If there is, i'd like to use it when the user start the app, to check whether he/she is allowed to use the app. Anyone that has tried anything like this before? //Regards, Torbjorn...more >>

Pocket PC 2002 Ping
Posted by rbolos at 3/14/2005 3:36:02 AM
Hello, I use vb.net and I´m searching code for make a Ping from pocket pc 2002. I find some code about it but it´s for pocket pc 2003. Moreover i can see some code for use icmp but i can´t do it to run correctly. Someone can help me? Thanks. ...more >>

File associated Icon
Posted by MuZZy at 3/14/2005 12:42:54 AM
Hi, I guess this question was already raised here, but i can't find any answer.. How do i get an icon associated with a file type in .NETCF? Thank you, Andrey...more >>


DevelopmentNow Blog