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 > july 2004 > threads for friday july 16

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

Connecting to a CE database
Posted by Carlos Fernandez at 7/16/2004 11:19:02 PM
Is it possible to connect remotely to a database running in a pocket PC? (SQLServer CE) Suppose I want to load a database using a non-pocket PC application, or want to use a decent SQL tool. Any chance?...more >>


Debugging: Stop on memory access
Posted by Carlos Fernandez at 7/16/2004 10:46:02 PM
Is it possible, in Visual Studio 2003 and CE, to set a breakpoint based on memory access, instead of line of code? Such as 'stop wherever this object is accessed'. It used to be possible in unmanaged code, but I can't find how to do it in .NET. ...more >>

how to create a WinCE 4.2 application using Visual Basic
Posted by Helix at 7/16/2004 5:42:13 PM
I'd like to know how to create a WinCE 4.2 application using Visual Basic ..NET. Which Visual Basic (or Visual Studio) version do I need ? TIA ...more >>

GetDC from Bitmap via API (for double buffered controls under CF)
Posted by Benjamin Lukner at 7/16/2004 5:34:32 PM
Hi! When using the Full Framework, it's quite easy to get the handle of a bitmap object: Private _bmp As System.Drawing.Bitmap Private _graphics As System.Drawing.Graphics _bmp = New System.Drawing.Bitmap(100, 100) _graphics = Graphics.FromImage(_bmp) Dim hDC As IntPtr hDC = _grap...more >>

Registering ActiveX
Posted by Praveen at 7/16/2004 4:06:01 PM
Found this on Microsoft pages. Windows CE does not have the Component Categories Manager to register and unregister controls and to provide information about the categories that are implemented or required by a control. Therefore all ActiveX controls must be registered by manually editing the ...more >>

How to add a newline in a MessagBox
Posted by tiger79 at 7/16/2004 3:40:33 PM
Hi, is it possible to add newlines in a Messagebox ??? I'm used to consolles (and c++) where u could use /n. Is there something like that to use in messagBox ? Thanx ...more >>

wifi application
Posted by Alvin Tan at 7/16/2004 3:18:32 PM
hey all, I haven't really read much about WI-FI technology, but what's the big difference between developing a pocket pc application using WI-FI technology and a pocket pc application using web services? cheers alvin ...more >>

How to set the opacity level of a win form using .NET Compact framework?
Posted by Palash at 7/16/2004 2:11:10 PM
How to set the opacity level of a win form using .NET Compact framework? Thanks in advance, Palash ...more >>



Trying to get a shortcut Icon in the StartUp group of windowsCE4.1
Posted by jayderk at 7/16/2004 1:50:07 PM
Hello all, I am trying to get the *.inf file correct so it sends a shortcut to the "\Windows\StartUp" directory with no luck on the CE 4.1 Operating System. here is my inf code.. I have tried many different things like MetroTrack,0,Metro.exe,%CE2%\StartUp help if you can.. or if you know o...more >>

how to get cab file to install to PPC and storage card
Posted by Joanne at 7/16/2004 1:48:41 PM
hi, i need to make a cab file that install files to a pocket pc and to the storage card on the pocket pc. the inf file has wild cards for windowsfiles like below WindowsFiles = 0, %CE2% is there such a thing for a storage card? i will always know the storage card name so can i just use...more >>

CreateFontIndirect in VB.Net CF
Posted by Benjamin Lukner at 7/16/2004 1:10:01 PM
Hi! I'm trying to use ExtTextOut with WinCE 4.1. CreateFont is not supported, so I obvously have to use CreateFontIndirect. But I still have problems with structures under VB.Net. The following code doesn't work (NotSupportedException). Does anyone know how to do it right? <System.Runt...more >>

language text array
Posted by Elmar Jacobs at 7/16/2004 12:37:33 PM
hi folk, i try to realise a dict arry for different languages in my program. for example private static dictEntry [] _dict = { {osdtext_intro, @"hallo world", @"hallo welt"}; }; with dictEntry = public struct dictEntry { public int ID; public string [] text = new string[...more >>

What am I doing wrong here ???
Posted by tiger79 at 7/16/2004 12:21:29 PM
Hello, I've made an API which I reference to in one of my programs. In this API I got a class with some const string variables (not that variable though ;) ) Now I'd like to copy its values in the calling class : I'll show some code : This is the calling function : obviously using using Dict...more >>

Help rebuilding/redeploying OpenNetCF SDF
Posted by Michel Renaud at 7/16/2004 10:17:02 AM
Hi, I've posted this on the OpenNetCF forum, but since this place is usually more active and there are a lot of SDF users here, I figured this could be of benefit to others here as well... A couple of questions (I did some searches but didn't run into anything that seemed to address this:) ...more >>

Question about emulator/build/plugin
Posted by jcornado at 7/16/2004 9:05:32 AM
Guys: I am working on a plugin that does the following: On successful builds (ONLY), it loads and runs an assembly. Everything works fine until the target framework is the compact framework. Is there a way to programmatically launch the emulator and have it run the specific assembly?...more >>

ARM925 supported?
Posted by Richard Thombs at 7/16/2004 7:12:53 AM
Can anybody confirm whether the Compact Framework runs on the ARM925 processor or the HP 6300 Pocket PC? Thanks, Richard. ...more >>

Unable to debug with Symbol (Mobile 2003) but ok with iPAQ
Posted by DaveG at 7/16/2004 5:30:03 AM
I have been developing with an HP iPAQ for several months. My programs have been moved to Symbol 8000 and 9000 series units by customers but I never had a unit to test. I just got a Symbol 8146 and 9000g. When I attempt to debug it says it's copying the exe over and then freezes for about 30 seco...more >>

Type.GetType() behavior on Compact Framework
Posted by Antao Almada at 7/16/2004 4:28:27 AM
I was having some problems with the Type.GetType() method and did some tests. I called the method several times in this order: // using type name only Type t1 = Type.GetType("YDreams.iGarment.Messaging.MapListRequest"); // fails // using type name and assembly name Type t2 = Type.GetType...more >>

Is ActiveSync connection opened? C#
Posted by access NO[at]SPAM gazeta.pl at 7/16/2004 3:22:53 AM
I write applications for devices with Pocket PC 2003/ Windows CE 4.2 How to check programmatically (C#) from application on a device if ActiveSync connection is opened? Is there a simple way to list all processes started on a device and get their names? How to close such an opened process...more >>

Matrix class in .NET Compact Framwork
Posted by Patrick at 7/16/2004 2:38:01 AM
From the Whidbey (VS2005 Beta 1) release I read that the Matrix class is supported in CF 1.1 and 2.0: See: ms-help://MS.VSCC.v80/MS.MSDNQTR.v80.en/MS.MSDN.v80/MS.VisualStudio.v80.en/cpref/html/P_System_Drawing_Drawing2D_Matrix_OffsetX.htm And it should also be supported in the Graphics class, ...more >>


DevelopmentNow Blog