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 thursday august 26

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

sql server ce desktop database designer application
Posted by Sérgio_Almeida at 8/26/2004 10:51:30 PM
greetinns does anyone know any visual desktop program that we can use to create databases and generate the SQL to use on a sql server ce to create the pocket database? thanks almeida...more >>


getSystemPowerStatus
Posted by Kempton at 8/26/2004 7:47:02 PM
Can anyone tells me that how can I get SystemPowerStatus from OpenNetCF ? I can find Stucture SystemPowerStatus from Win32.Core but I cannot find the getSystemPowerStatus. And I cant' use the BatteryMonitor an dBatteryLife since the device I have cannot detect battery life. It always says bat...more >>

Compact Framework Service pack 2
Posted by Craig G at 8/26/2004 5:17:33 PM
is there an equivalent install that can be run on the pocket pc itself or does it always have to be docked to to a PC then installed via the PC? ...more >>

htmlviewer
Posted by samsam at 8/26/2004 5:17:03 PM
i am using webrequest: Dim request As WebRequest = WebRequest.Create("http://212.212.212.4/cgi-bin/video.jpg") Dim stream As Stream = request.GetResponse().GetResponseStream() pic = New Bitmap(stream) stream.Close() and a timer to repeat this procedure but the html viewer use...more >>

.FindString method missing
Posted by Bill Mitchell at 8/26/2004 5:12:02 PM
I have a combobox on a form and am trying to programmatically set the initial value based off a data table. I found an example using .FindString but when I try to add code like myCombobox.FindString("Apple") I get the following error in the Task List of VS2003; 'FindString' is not a mem...more >>

Problem with VS2005. ResXFileCodeGenerator
Posted by Wernfried Schwenkner at 8/26/2004 4:27:16 PM
Can this question been asked here or is there any bether group? I have installed the VS2005 on a Windows XP and played al little bit twith the features of the new CF. I could deploy a simple Forms application to the emulating device. Now today I tried to develope a bit more complicated pro...more >>

Application Still In Use after Closing Main Form
Posted by Neelima Godugu at 8/26/2004 4:10:15 PM
Hi I am experiencing a weird issue. I have an application that has multiple forms.The Startup class of the application is a Class(not a form) named Application. I instantiate all forms in the static Main method of this class. Finally I do System.Windows.Forms.Application.Run(frmEntityList); ...more >>

SDF 1.2: changes/updates to SmartList?
Posted by germanwbauer NO[at]SPAM hotmail.com at 8/26/2004 3:40:03 PM
I am trying to figure what changes were made to SmartList in SDF1.2, which wasn't clear to me from reading the high-level release notes for 1.2. I am especially interested in whether SmartList can now filter on firstname_space_lastname and have either first or last name match just like the co...more >>



Updating datasource in combobox
Posted by PeterB at 8/26/2004 3:06:10 PM
Hi! I have an arraylist (arr1) with objects (obj). The objects has a property named p1, I have set the DataSource-property of a combobox (cmb1) to arr1, and the DisplayMember property to p1. If arr1 is filled before the "connection" all items are listed in cmb1, but if I manipulate (add, re...more >>

Showdialog and threads
Posted by Duncan Mole at 8/26/2004 9:54:42 AM
Heres a puzzler. In my application I have a communications thread which can throw up messages as they come in by Control.Invok'ing into the main thread and showing a form with the text on it. The problem arises when a message comes in while the main thread is in a dialog state. The message is d...more >>

large XML
Posted by Finn J Johnsen at 8/26/2004 9:48:15 AM
Hi I've got a rather large XML -file (40mb). My app is to interact with the data in this XML. I need tips on best way to do (fast) seeks and lookups in this file? MS recommends not using the XMLDocument class on XML's larger than 1 MB. I've tried stripping the XML into my own object str...more >>

VirtualSwitch
Posted by troy anderson at 8/26/2004 6:42:01 AM
How do you enable Ethernet: VirtualSwitch for the emulator launched by Visual Studio 2003.NET? In eVC++ I am able to setup the eVC++ emulator via Platform Manager. How is it done for Visual Studio 2003.NET? Thanks ...more >>

C#-App doesn't run (Win CE device, Compact Framework included)
Posted by Michael at 8/26/2004 2:49:04 AM
Hello, we have aproblem with VS .NET 2003, C#-App and our Device with a Win CE image and included Compact Framework (Platformbuilder 4.2 with all QFEs) VS .NET builds and deploys the C#-Testapp, says launching application, but nothing happens. Also manually starting of the app on the dev...more >>

displaying image in VB.net from the web
Posted by samsam at 8/26/2004 1:45:01 AM
in VB.net: How can I get a picture from the web (ex: http://212.212.212.212/cgi-bin/video.jpg) to display it in a form and to be able to refresh it every 2 seconds... the pic actually is coming from an internet cam.......more >>

a strong named DLL which calls a native one ??
Posted by Romu at 8/26/2004 12:27:06 AM
Hello all, here's my problem : I wrote a .Net CF DLL which calls a native one. I try to put my DLL into the GAC (strong name, .gac file), and each time a call occurs to my DLL, I get a TypeLoadException on MY type (not a problem of ..Net assemblies). Any idea ?? ...more >>


DevelopmentNow Blog