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

How can I update my Emulator for VS.NET 2003 to a recent version?
Posted by csdarrigo NO[at]SPAM hotmail.com at 2/6/2004 9:55:41 PM
The version of the emulator that installs with my 2003 setup is 4.1.0 and does not have support for storage cards (there is no option for it under the menu in the emulator). I have downloaded the Microsoft Pocket PC 2003 SDK which gave me the 2003 pocket pc images but it did not upgrade my ver...more >>


About DataGrid and SUM
Posted by Alberto at 2/6/2004 5:41:36 PM
Hi, I have this code to fill a DataGrid: Dim dt As New DataTable SQL = "SELECT f1, SUM(f2) AS ft FROM table GROUP BY f1" Dim adp As New System.Data.SqlServerCe.SqlCeDataAdapter(SQL, sqlConn) dt.Clear() adp.Fill(dt) Grid.Visible = False Grid.DataSource = dt Grid.Visible = True ...more >>

Does VS2003 .NET need to be updated for cf.NET sp1?
Posted by Jim H at 2/6/2004 5:17:44 PM
If I download cf.net sp1 and install it on my devices do I need to update visual studio at all? Does it need any of the updates to build? Is there a way to update VS so that it deploys the cf.net sp1 when I deploy and debug a new app? Thanks, jim ...more >>

How do I use Debug.WriteLine?
Posted by Jim H at 2/6/2004 5:07:28 PM
The documentation says that Debug.WriteLine and TraceListener.WriteLine are supported by the compact framework, but When I try calling these methods I get no output in my debug window? How do I print debug info to my debug window? jim ...more >>

Assembly.CreateInstance with arguments?
Posted by Zanna at 2/6/2004 4:56:08 PM
Hi, I need to create an instance of a class in a non-referenced assembly, so I thinked to use the Assembly.CreateInstance(). The problem is that my class has a constructor with an argument. I cannot istantiate my class, since CreateInstance try to instantiate using the standard constructor ...more >>

TomTom navigator equiv for Windows CE.net ?
Posted by Thomas at 2/6/2004 4:15:50 PM
Hi group, I'm looking for an equivalent to TomTom navigator on WindowsCE.net. TomTom is only available for PocketPC and it seems that they're not interested in a CE.net version. Does anyone know such a solution ? The best would be a software made for 1/2VGA size (640x240). Thanks for your ...more >>

Start program in background
Posted by Mike at 2/6/2004 3:39:52 PM
I'm using the coredll.dll function CreateProcess() to start a new process from my VB .NET app. This other app takes a few seconds to load, so I'd like to start it in the background when my program launches and then just bring it to the foreground when needed. Is there a way to start a process...more >>

Custom control - System.Resources.MissingManifestResourceException
Posted by Mobile Boy 36 at 2/6/2004 3:05:57 PM
Thanks Michael... I succeed placing a custom picture button control on the toolbox. The example on the website http://www.codeppc.com/dotnet/createcontrol/createcontrol.htm is complete. The Imagebuttoncontrol has an icon property. Is use the control from within a Vb.net testform. When I d'o...more >>



Baracoda Bluetooth barcode pencil
Posted by Alberto Silva - MVP at 2/6/2004 2:43:29 PM
Hi, Has anyone managed to use this barcode reader from VB.net or C#? Thanks, Alberto Silva ...more >>

Conditional Running
Posted by Felipe T. at 2/6/2004 2:25:42 PM
Hi, I have a class that must use some functions for Compact Framework, and other for DeskTop Pc: #IF (IS RUNNING ON PPC) Sub Insert() 'Insert in ppc End Sub Sub remove() 'Remove From PPc end Sub #ELSEIF (IS RUNNING ON DESKTOP) Sub Insert() 'Insert in DeskTop End Sub Sub remove() 'Re...more >>

DateTimePicker : request for CulturInfo
Posted by Mark Johnson at 2/6/2004 1:49:21 PM
Since there seems to be a general interest for non-US support for the DateTimePicker.cs/.vb I have created a site for this on http://www.mj10777.de/NETFramework/Compact/DateTimePicker/index.htm An Archive is offerd with the original Miscrosoft DateTimePicker.msi (03.10.2003) and the unpack...more >>

DateTimeFormatInfo.CurrentInfo.FirstDayOfWeek - Problems
Posted by Mark Johnson at 2/6/2004 1:10:51 PM
Up to now I have assumed that DateTimeFormatInfo.CurrentInfo.FirstDayOfWeek on Compact allways returns Sunday. The reason for this was because when I changed the Original DateTimePicker.cs to support Monday as first day of week for German this function allways returned Sunday. Today I made ...more >>

Native exception occurs when application left open for some time
Posted by Asheesh at 2/6/2004 12:32:59 PM
Hi All, I've been troubled by a strange problem off late. I've created an application in which I play MP3 files using a 3rd party decoder. I P/Invoke the audio library functions in my .NET CF application to play the audio files. The problem occurs when I leave my application open for some time...more >>

Set File to ReadOnly
Posted by Joe Hanna at 2/6/2004 11:25:13 AM
This might seem like a silly question, but ... I want to put my the CF redist CAB and my CF application CAB on the = Storage card of an Intermec 700 so it can be re-installed if necessary. = When you run the CAB from File Explorer, it is deleted upon completion. How do you set a CAB file to...more >>

SDAuthUtilDevice ??
Posted by A.User at 2/6/2004 9:14:16 AM
I have a CE.NET device built with Platform Builder 4.2 it has CF and sdauthutildevice.exe embedded in the image. I have been able to succesfuly remotly debug a C# program before. I would start the sdauthutildevice app on the device then do the Tools->smart device authenication utility in VS ty...more >>

Connecting to a named instance of SQL Server 2000
Posted by Philip Williams at 2/6/2004 9:06:07 AM
I've using Pocket PC 2002 and 2003 with SQL Server CE 2.0 installed I'm trying using Visual Studio .NET 2003 and C# to connect to SQL Server 2000 SP3 Using the following lines of code I can connection to a default instance of SQL Server using the emulator and the PDA System.Data.SqlClient.SqlC...more >>

Development machine for CF w/kb and 640w screen
Posted by murphy NO[at]SPAM murphysw.com at 2/6/2004 9:05:03 AM
I'm looking to buy a used handheld that will support WinCE 4.2 and the CF. I need a screen width of 640 and height of 240 or more. I need it for UI development since our target device is not yet available. It looks like Jornada's will not do the trick. Others? It appears the handheld market...more >>

SMTP Server from PPC
Posted by Kifaro at 2/6/2004 8:26:06 AM
Hi I have an app using CF on PPC 2002. I am looking for way to provide support to my users for when they have problems. I am looking to have them push a button on their app and it will zip then email their SQL database to me. The problem is I need to install a default smtp server on their pda so ...more >>

Flashing label
Posted by Koen at 2/6/2004 7:46:05 AM
Hi, Is it possilble to have a link label such as that one from OpenNETCF that is flashing all the time? Thanks...more >>

Screen Saver
Posted by Abd Shomad at 2/6/2004 6:01:05 AM
Hi groups, Are there any ways to create a screen saver that loaded when CF .NET enabled device idle for a specified time? I tried to search this group using "screen saver" and "windows service" with no luck Thank you for your advic Abd Shomad ...more >>

Please Help: Add items to listview from XML File
Posted by -yEaN- at 2/6/2004 1:06:07 AM
I have difficulties in retreiving the data from XMl file that i have created. By using the coding as below, i m able to retrieve only 2 fields and display it in the listview Below are my coding and XML file that i have created CODING Private Sub RegisterListView( Dim item As ListViewI...more >>

C#, Focus change and re-paint query
Posted by Neville Lang at 2/6/2004 12:01:03 AM
Hi all, I have a TabControl with a number of TabPages. When one particular TabPage is selected, a button on the ToolBar next to the menu becomes visible in my app. When a user taps it, it raises a small window I created with a number of buttons on it. That small window is instantiated in the n...more >>


DevelopmentNow Blog