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 2004 > threads for wednesday march 24

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

Cannot cast SoapHttPClientProtocol.Invoke return value to anything worth while
Posted by eric-no-spam NO[at]SPAM 4w.com at 3/24/2004 9:03:21 PM
I'm using the below code to access a web service. The data comes back just fine in an object. But I can't seem to do anything with the object. In the regular .NET Framework, I can cast the object to an XmlNode[]. But I get a System.InvalidCastException, if I do this in the CF. Any suggest...more >>


Component Licensing in the Compact Framework?
Posted by Jon Person at 3/24/2004 7:53:04 PM
It appears that all LicenseAttributes were stripped out of the Compact Framework. I have a PocketPC component that I need to set up with licensing. Do you know of any which support the CF? I'd prefer not to write my own.. Thanks in advance, Jon ...more >>

IR file transfer using OpenNETCF ?
Posted by Lisa at 3/24/2004 4:38:11 PM
Hi, Does OpenNETCF directly support IR file transfers or will I need to write code to read and write the files from the IR data? Also, does it support sending and receiving files using Blue Tooth vs IR? Thanks ...more >>

OpenNETCF.Desktop.Communication 2.6 Released
Posted by Chris Tacke, eMVP at 3/24/2004 4:03:07 PM
I've made a couple minor fixes and improvements based on user feedback. The new binaries and source files are available here: http://opennetcf.org/PermaLink.aspx?guid=d7b7cbef-4ab6-477b-924c-0498a523beaf You can now subscribe to our News RSS feed to get automatic notifications of releases h...more >>

order of events for forms
Posted by rhughes NO[at]SPAM excite.com at 3/24/2004 2:55:01 PM
I sifted through the MSDN docs and searched the groups but I can't find the order form events fire anywhere. The reason I'm even asking is it looks like the Activated event fires before the Load event which seems backwards. I noticed this in debug mode stepping through the code. Is this correct?...more >>

Icon? Why does it not work?
Posted by Sven Rutten at 3/24/2004 2:40:16 PM
I just created an application with VB.NET CF, and I imported an Icon to Form1 (only form), but why is this icon not in the exe? In VB 6 this was working... Thanks a lot! ...more >>

How can I run another application?
Posted by Sven Rutten at 3/24/2004 1:21:51 PM
Hello I want to code this: by clicking on a button, I want to start another application.. In VB 6 it is: shell(xxxx) Can this be done in CF-Framework? Thanks ...more >>

Difference between .NET Framework and .NET Compact Framework
Posted by Ottadev at 3/24/2004 11:56:09 AM
Here is quote from MSDN "The .NET Compact Framework is a subset of the .NET Framewor designed for small-footprint devices. What is the difference between .NET Framework and .NET Compact Framework What functionality of .NET Framework is missing in .NET Compact Framework Could someone answer t...more >>



A Good Reference Book Recommendation
Posted by AllenC at 3/24/2004 10:21:12 AM
Hi All Could anyone recommend a good reference book for developing handheld applications in C#.NET with the .NET CF? I'm looking for a book that has good information about designing advanced applications with C#.NET. Thanks in advance! Allen...more >>

Loading bitmap from stream
Posted by Adam at 3/24/2004 10:11:07 AM
Hi I'm trying to load a bitmap from a stream using the appropriate constructor, but consistently get an exception of type system.ArgumentException. Loading the bitmap from file seems to also produce the same exception. There doesn't appear to be anything wrong with the bitmap, as it is viewable in ...more >>

FontDialog in NetCF ?
Posted by Art at 3/24/2004 9:59:02 AM
How can I use FontDialog in NetCF ? Or any way to change Font in Interface. Thank you so much. ...more >>

Power management settings
Posted by Elisa at 3/24/2004 8:19:07 AM
Hi, Does anyone know if you can set any of the following programmatically: - On battery power, turn off device if not used for XX minutes. - On battery power, turn off backlight if device is not used for XX minutes. - On external power, turn off device if not used for XX minutes. - On exter...more >>

File.Delete()
Posted by Pieter at 3/24/2004 6:11:08 AM
Hello Consider the following code Stream s = File.Create(filename) XmlTextWriter writer = new XmlTextWriter(s,encoding) // write some elements .. writer.Flush() writer.Close() s.Close() After processing the file, I have to delete it File.Delete(filename) However, this throws an IOEx...more >>

How I access to registry
Posted by Kkulaoglu at 3/24/2004 5:46:07 AM

invoking Events
Posted by trollpower NO[at]SPAM gmx.de at 3/24/2004 3:33:03 AM
Dear NG, ive got a custom control 'A' with a custom control 'B' in it, both written in C#. Ive implemented the onClick Event for both the Controls. If i click on the 'B'-Control the appropriate event fires. But after doing some work i also want the onclick-event of Control 'A' to fire also. ...more >>

Embedded
Posted by steven_licciardi NO[at]SPAM hotmail.com at 3/24/2004 2:56:51 AM
I would like to embed a PPC device into some custom hardware, I know I could just bolt an existing PDA into the hardware but this is obviously very amateurish. Does anyone know if there is such a thing as a PDA kit, which would provide me with the bare bones of a PDA (i.e. motherboard, screen, ...more >>

System.MethodMissingException Problem
Posted by Robert at 3/24/2004 2:51:07 AM
I have created a smart device application in vb.net for use on a Pocket PC 2002 device. This application will be used for inventory control purposes. I have written the first form of the project and started some testing to make sure the database connection was set up correctly. The form is compri...more >>

Protection Level
Posted by Robert at 3/24/2004 2:41:09 AM
I had gotten this code from another source and copied it straight into .Net. I have looked over the code a lot of times and it looks like it should work since the class SMTPClient inherits from TcpClient public class SMTPClient : System.Net.Sockets.TcpClien public bool isConnected( ...more >>

Data Insertion
Posted by Dave at 3/24/2004 1:56:08 AM
Hi All, I am working with C#, SQL CE and ADO.net using the .net compact framework on a PDA. I need to populate quite large tables from XML. Initially I just used Dataset.ReadXML but this quickly ran into memory problems with large amounts of data. I am now using XmlTextReader to read the dat...more >>


DevelopmentNow Blog