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 2005 > threads for thursday february 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

interface to voice command
Posted by Shafa at 2/24/2005 10:22:57 PM
is there any way to make your application voice command friendly? like adding new commands to voice command to operate on your app or getting events back from voice command to freez what it's doing while voice command is listening or talking. thanks shafa...more >>


Navigation Keys
Posted by Aaron at 2/24/2005 9:33:32 PM
My client would like the nav up and down keys on the handhelds they're using for the application I'm building in VB.NET to scroll a listbox or a datagrid up and down, and the enter key to select the row/record and call whatever code necessary. How do I implement such a thing? Searching the web,...more >>

How to write 90 degrees rotated text (DrawString )
Posted by Sagaert Johan at 2/24/2005 9:23:03 PM
How to write text 90 degrees rotated ? I find no way to write rotated text, Johan ...more >>

Using assembly.load to load system.data
Posted by Dan at 2/24/2005 8:22:47 PM
Hi everyone I'm having trouble trying to load the system.data assembly. If I do assembly.load() and pass in system.windows.forms or system.drawing it loads the assembly but if I use system.data it throws an ioexception. has anyone else come across this thanks Dan ...more >>

NET CF on SmartPhone 2003
Posted by Chriss3 [MVP] at 2/24/2005 7:00:46 PM
How can I install .NET Compact Framework on a SmartPhone 2003? it's running Windows Mobile 2003 Second Edition. -- Regards Christoffer Andersson Microsoft MVP - Directory Services No email replies please - reply in the newsgroup ------------------------------------------------ http://...more >>

IP TextBox
Posted by rbolos at 2/24/2005 6:26:45 PM
Hello, I´m developing with vb.net + compact framework. I need to find a control as the ip textbox of system default. The Pocket Pc 2002 has a textbox for IP address for your network adapters. Then i needed some similar. Can someone help me? Regards. ...more >>

Struct and DLL
Posted by Peter at 2/24/2005 5:22:11 PM
Hello, I've a problem with P/Invoke a DLL I get a message "not supported exception" What is possible wrong ? Thanks Peter. the DLL structure : This function returns the track data from a user card swipe. HANDLE IOC_GetCreditCardData( LPCREDIT_CARD_DATA lpCreditCardData, BOOL bCl...more >>

VerticalScrollBar doesnt update in LandscapeMode on Label moving
Posted by Tony at 2/24/2005 5:10:43 PM
Hi, I build functionallity to automatically resize my formcontrols for the available screenheight (inputpanel enabling/disabling, screen rotation) in my application. By default windows mobile adds a vertical scrollbar in landscape mode when the screen height is too large. When my Functions are...more >>



Testing if an object implements an interface
Posted by Steve B. at 2/24/2005 4:40:44 PM
Hello I'm trying to test if an object is an instance of a class that implements a specific interface. I use this code : if(!(f.GetType().IsSubclassOf(typeof(IParametrableForm)))) throw new SystemException("The form is not parametrable"); The exception is always thrown, instead the t...more >>

log4net
Posted by marko at 2/24/2005 2:34:21 PM
I try to use log4net in a Smart device Application. using System; using log4net; using log4net.Config; The following statement does not work: There is another method to make it? private static ILog log = LogManager.GetLogger(typeof(TestLog)); log4net.Layout(.... log4net.Appender(...more >>

To create a winCE application in c#..... but can not be debugged in emulator!
Posted by KV at 2/24/2005 2:30:18 PM
I created a application which run in PPC using C#, and debugged it in emulator. but when the emulator was up, my program can not run in it, why? ...more >>

BT Connections with BTConnect, Exit Code issue.
Posted by emars NO[at]SPAM forwild.umass.edu at 2/24/2005 2:16:04 PM
Greetings I am creating an app to connect a BT GPS and a BT GPRS phone. the BTConnect utility from www.high-point.com works very well for both of these and is able to launch the DUN automatically. I am however unable to catch the exit code (success, failure, etc). when I run the code below ...more >>

DataGrid new record
Posted by GraemeR at 2/24/2005 1:57:29 PM
Hi, how can I set a datagrid control to display the new record row? the code I'm using crashes the .Net Compact Framework. (Also, the new record row is automatically displayed in the windows datagrid control) This is how I'm binding the data to my grid - records are displayed (though I can'...more >>

Performance with SqlCeConnection
Posted by Julio Tsukamoto at 2/24/2005 12:05:06 PM
Please, What is the better choice with the SqlCeConnection.Open / .Close : 1 - Open the Connection and Keep always open while the application is running and Close only when the application is Ended. or 2 - Open and Close the Connection after use every time is necessary. ?? Tanks...more >>

RAS problem
Posted by Linus Rörstad at 2/24/2005 12:04:09 PM
Hello! I have a Symbol PPC 2002 device on which I'm developing a application that makes a Ras connection. This sometimes work just great and sometimes not so great. The problem is when ras makes the connection it sometimes can not make the connection all the way and fails. After it fails I ...more >>

Bitmap limitations?
Posted by Drasko at 2/24/2005 11:58:24 AM
I am using Bitmap class to read picture from file (Bitmap b = new Bitmap("test.jpg")). When it loads, image is streched. Original picture size is downsized from 21400x200 pixels to 9844x92 pixels (it is bitmap strip for OpenNETCF.AnimateCtrl). Are there any limitations? (I tried to use Bitm...more >>

CE.NET
Posted by Aaron at 2/24/2005 11:13:39 AM
I know this isn't the right place to be asking this, at least I assume so, but I have clients asking me the difference between Windows Mobile 2003 and Microsoft CE.NET. Can anyone please explain...and will Windows Mobile software work on CE devices 4.1 and newer, please help. Thanks...more >>

Question about Windows.Form
Posted by RC at 2/24/2005 10:53:58 AM
Hi, I have opened a form without border (NONE), I found that I cannot minimize the window and focus on the desktop. However, if i tried to change the border into "single" border, desktop can be shown. I want to know how to make a windows form without border and allow minimizing and showing des...more >>

Data Transfer from PDA to SQL without SQL CE
Posted by Pat Reddy at 2/24/2005 8:45:47 AM
I have a client that wants me to upgrade the OS on his symbol PDA to Pocket PC 2003 and also allow him to transfer a small amount of data from his PDA to a SQL database. He is not interested in SQL Server CE or maintaining an IIS server. I proposed that what little data he has could be stored in...more >>


DevelopmentNow Blog