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 wednesday march 30

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

Dialogue Boxs
Posted by Greg at 3/30/2005 9:31:08 PM
How do I create a dialogue box in .net Compact framework and C#? I want to create a screen when the user goes to file connect, that asks for user name and pass word and has an ok button. Also what does form_load do is this just when it first loads?...more >>


OpenNETCF Question
Posted by Yosh at 3/30/2005 7:28:02 PM
I am new to using the Smart Device Framework v1.2. =20 In the framework, I am using the OpenCFNET.Net.CommunicationManager = class. When I run the following code below I get the exception "An = unhandled exception of type 'System.MissingMethodException' occurred in = ConnectionManager.exe." ...more >>

How to hangup a phone call ?
Posted by Tihomir Ignatov at 3/30/2005 5:41:19 PM
Hi All, How can I hangup a phone call programmaticaly on Pocket PC 2003 Phone Edition. I'm using .NET CF and OPENNETCF. Thanks Tihomir Ignatov ...more >>

Strange Exception
Posted by Beebs at 3/30/2005 5:14:18 PM
Why would this line of code throw a NullReferenceException if the first item of my listview is clearly highlighted (selected) If lstContainers.FocusedItem.Index = 0 Then I know lists in VB are zero based, yet for some reason, an exception is thrown. Is this some type of weird bug cause it s...more >>

j#
Posted by John Roberts at 3/30/2005 5:03:44 PM
Hi, I have read that j# is not supported as a language for the compact framework. However, is this absolutely true or is it more a case that Visual Studio does not have the wizard and debug support for j#/compact framework projects? TIA, - John ...more >>

Query Timeout
Posted by David de Passos at 3/30/2005 5:03:34 PM
How Can Set a Query Timeout and Catch the error when the time elapsed. -- Cumprimentos, David de Passos -------------------------------------------------------------- RCSOFT, Lda. E-Mail: passos@rcsoft.pt Móvel: +351 966931639 Telefone: +351 239708708 Fax: +351 239708701 Tel. Direct...more >>

Battery Information
Posted by david.pope at 3/30/2005 3:18:04 PM
I have some sample code on obtaining battery information on a mobile device. Does anyone know if one can obtain this information using the Smart Device Framework v1.2? If so, can someone point me to the right namespace? Thanks, d ...more >>

Distribution of PDA APP to multiple devices
Posted by Frederik Jensen at 3/30/2005 3:04:37 PM
This issue seems pretty complex. I am not sure targeting this NG is correct but please direct me otherwhere if so. I have a system architecture with a central server and a .net 4.2 device. Users input data on the device through a vb.net cf application and the data is sent to the server usin...more >>



Trouble with parameterized INSERT
Posted by SteveInBeloit at 3/30/2005 2:14:00 PM
Hi, I am using parameters to preform an INSERT. This is my first time. Here is what I have: Dim myConnection As New SqlConnection("User ID=sa;Password=sappkg;Initial Catalog=PSC;Data Source=CSIREPL;") Dim insertCommand As SqlCommand = myConnection.CreateCommand insert...more >>

Balloon-tip
Posted by Stian_Skjørestad at 3/30/2005 1:55:54 PM
Does anyone know if it is possible to use balloon-tips in compactFramework? S...more >>

Disabling user interaction
Posted by Darcy at 3/30/2005 1:41:12 PM
I have a program on my handheld that I built that communicates with some web services. While the web services and handheld are communicating there is a pause in the program. My issue comes when some of less than intelligent users start pressing all of the buttons. When the handheld complete...more >>

Mappoint webservice on PPC error
Posted by Peter Villadsen at 3/30/2005 1:02:18 PM
Hello, There is a bug in the NETCF that causes certain calls to the Mappoint web service to fail. When trying to render a map, the system will not return a map if there is no pushpin on the map. I found out the hard way, and it was no fun. I have now seen another sample using mappoint where...more >>

Colum concantenation
Posted by L_B_F at 3/30/2005 12:46:05 PM
I have need to issue a query similar to the following: SELECT (colx + coly) as Stuff FROM whatever in an application built using the compact framework. It should be a piece of cake... However the application issues an exception and complains thusly: "the data type is not valid for the ...more >>

opennetCF latest code
Posted by Sitar at 3/30/2005 10:43:01 AM
Hi, Maybe I did not look everywhere but I can't find something like a zip file of the latest source code. So I could just download, open the projects and play around. I can browse the source fine and that's convenient, but I'd rather be able to grab the whole (even unstable) thing to hav...more >>

UnhandledExceptionEventArgs
Posted by KM at 3/30/2005 8:53:36 AM
Hi group In "standard" .NET it´s possible to catch unhandled exception thru the UnhandledExceptionEventArgs class. Is there a similar way with .NET compact framework. I´m currently developing a small appl for a pda, which connects to a bluetooth GPS reciever. The communication between the p...more >>

sqlce & "The column name cannot be resolved to a table"
Posted by Chris Podmore at 3/30/2005 7:23:06 AM
I have a sqlce database that I am getting strange errors with, well I don’t think it’s the database I think its sqlce. My select statement is retrieving a number of columns (35) from a number of different tables (8). The tables might are a mix of INNER and LEFT joins. My application and...more >>

Checking serial communication
Posted by Gopi via DotNetMonster.com at 3/30/2005 5:40:49 AM
How to check serial communication of single board computer Wafer-5822 which runs in Win Ce.net 4.2? Any suggestions please? -- Message posted via http://www.dotnetmonster.com...more >>

CE device "jumping" in memory usage
Posted by augustesen NO[at]SPAM privat.tdcadsl.dk at 3/30/2005 1:39:01 AM
Hi I have a problem that I can't figure out, so I hope someone here can help me. I have written a program in C#.net for the Compact Framework. When I run the program on the CE Emulator it runs just fine. But when I try to start the program on the CE Device, the memory usage "jumps" up an...more >>

.NET CF or embedded C++ ?
Posted by Lionel Reyero at 3/30/2005 1:11:01 AM
Hello guys! I need to develop an application of video streaming from on Pocket PC to another. I hesitate between Visual Studio .NET Compact Framework and Visual Embedded C++... could anyone help me ? I am a beginner in both. I feel .NET CF is more elegant, easier, clearer... but i ...more >>

parsing SMIL on Smartphone ?
Posted by Stefaan Moens at 3/30/2005 12:35:20 AM
Hellow, Is there a way to parse a SMIL 2.0 formatted bytestream and get for example a picture out of it? I'm working on a Smartphone 2003 SE in C#... greetz, Stefaan. ...more >>

application to stay always open in a Pockect PC.
Posted by João Carvalho at 3/30/2005 12:35:02 AM
I have a application to stay always open in a Pockect PC. But when the application is much time in StandBy it leaves to be in Foreground and is hidden. ...more >>


DevelopmentNow Blog