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 wednesday july 7

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

Does .net CF support remoting?
Posted by ZhangZQ at 7/7/2004 11:54:23 PM
Does .net CF support remoting? ...more >>

Cannot deploy to Pocket PC emulator with VS 2005 Beta 1
Posted by rick cameron at 7/7/2004 10:58:55 PM
Hi, all I've just installed VS 2005 Beta 1 on a Windows XP Pro machine. I chose to install only C# and VB, as well as Smart Device options. When I create a default Pocket PC App for C# or VB, I can deploy and debug it on 'My Computer', but it does not deploy to any of the emulator choices. ...more >>

Button - No border
Posted by Keith at 7/7/2004 10:27:07 PM
I would like to create my own custom button control. I want the button to be able to change color - and/or - make the border transparent. I know the OpenNETCF ButtonEx has these properties, but I was hoping to create my own control. Could someone steer me in the right direction with s...more >>

URGENT:VS.Net Doesn't deploy to Device
Posted by Mustafa Rabie at 7/7/2004 9:05:30 PM
Hi, I am having a problem with VS.Net 2003 and deploying to an actual 2003 Device. But everytime i try to deploy i get an error the it can't deploy and it doesn't give informative message. The device is connected via activesync and when i click on connect to device and choose "PocketPC Devic...more >>

.NET Compact Framework 2.0 Preview
Posted by bic NO[at]SPAM qis.ca at 7/7/2004 8:23:47 PM
http://www.ftponline.com/reports/vslivesf/2004/yuan1/ "A key crucial feature for all mobile development platforms is the need for tight device integration. The software platform needs to leverage all functionalities provided by the underlying device and network. In the .NET Compact Framework 1...more >>

NotSupportException caused by DrawString
Posted by Kempton at 7/7/2004 8:02:01 PM
I create a custom control which inherits Picturebox. the e.Graphics.DrawString in the OnPaint method causes a NotSupportedException. Could anyone help?...more >>

byte array to image
Posted by Joey Wu at 7/7/2004 6:59:43 PM
Dear All I got a byte array that return from ccd of my device. It contain a capture image data. I have to convert it to image type and show it on picturebox. But, when I try to do this. picturebox1.image = new bitmap(new memorystream(picByte)) I got a ArgumentException. Please give me a...more >>

how to display data in textboxes ?
Posted by chris at 7/7/2004 5:58:01 PM
i'm trying to display the data into the textboxes when the user enters the appropriate id in the search textfield, however, it keeps on displaying an error message such as the following on my pocket pc An unhandled exception of type 'System.ArgumentNullException' occurred in System.Windows.Forms....more >>



DataAdapter.Update and transaction
Posted by Zanna at 7/7/2004 5:54:41 PM
A simple question: the DataAdapter.Update implements some transaction internally? If no how can I do it? If a put a transaction on the connection used by the DA the CommandBuilder give me an exception :( Thanks! -- Math Parser : http://www.neodatatype.net Sito Comune : http://www....more >>

Changing web service endpoint.
Posted by Steve Miller at 7/7/2004 3:36:29 PM
We are developing in-house .NET CF applications that use web services. Our development environment includes development, testing, training, and production servers. Consequently the developers create applications that point to the appropriate development server. This would not be a problem on ...more >>

Pocket PC 2003 Emulator
Posted by Rick Bean at 7/7/2004 1:45:42 PM
If I install "Windows Mobile 2003 Second Edition Emulator Images for = Pocket PC - WWE.msi", will the .NET 2003 IDE use it instead of the = default "Pocket PC 2002 Emulator"? Will I have a choice of either? I = hate to screw up what's working! Rick ...more >>

importing Database
Posted by e-mid at 7/7/2004 1:26:24 PM
i want to import my database in sql server 2000 into sql server ce, in the Pocket Pc 2002 emulator. as far as i read, we need a pocket pc to use activeSync, but i am working with emulator. what should i do then? and is there any restrictions when importing from sql server 2000 to sql serve...more >>

Load modify OpenNETCF.Net classes to PDA
Posted by marodri at 7/7/2004 1:15:53 PM
Hi, I have modified the source code of the OpenNETCF.Net in order to read the Signal Strength of an AccessPoint. But when I execute the application on the PDA the following error is generated: " Could not load type OpenNETCF.Net.AdpaterCollection (which is the first class of invoked in my...more >>

OSGI.NET???
Posted by John Smith at 7/7/2004 11:32:20 AM
ORIGINALLY POSTED TO microsoft.public.dotnet.framework.compactframework NEWSGROUP my letter is about industrial application of .NET Framework and .NET CF. Particularly, I want to talk about creating something like the OSGi Framework (www.osgi.org, based on Java) for .NET platform. Are there an...more >>

Demo'ing Pocket PC app, using InFocus Projector
Posted by dtaylor at 7/7/2004 10:32:16 AM
Now that I have a new Product developed for the PocketPC using the CompactFramework/MSSqlCE...the sales staff need a way to Demo this infront of a conference type setting. What products are available today specifically for the iPAQ hp devices that are currently on the market. Search resu...more >>

Question about SqlCe Parameters usage
Posted by tiger79 at 7/7/2004 9:32:43 AM
Hello, I've been using paramters to fill tables in a SqlCe database. This was not that difficult because I found a couple of examples in Rob Tiffany's book (Sql CE Database Development with the CF) and on the net. But now I was wondering if its possible to use paramters to retrieve info fron th...more >>

OpenNETCF connection manager.... again -_-
Posted by cescoc NO[at]SPAM yahoo.it at 7/7/2004 8:34:46 AM
I can't understand why, today my little connection manager component works no more. This component uses OpenNETCF connection manager to establish a GPRS connection. One of the "features" of that library (the opennetcf one)(and of the underlying microsoft APIs) is that you can't disconnect if ...more >>

Timer and Suspend mode
Posted by Dan Diephouse at 7/7/2004 3:35:52 AM
Hi, I have a timer going, but I still want it to fire when the device is suspended (off) and is traveling, say in someone's pocket. Like how the pocket pc Inbox app checks mail every x many minutes - even if the device is in your pocket. Is this possible with the stock CF.NET timer? I...more >>

Designed for Windows Mobile Software for Pocket PC Handbook!
Posted by Bill Doody at 7/7/2004 1:45:01 AM
Does anyone know where this document is PPC_Handbook.pdf ? I have found links but they all seem to be down! Thank you...more >>


DevelopmentNow Blog