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 thursday march 3

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

Using the DataGrid Control
Posted by Aaron at 3/3/2005 10:01:54 PM
Why is there no reference out there (at least I can't find them) that show the very basics of using a datagrid. All I want to do is set up a grid with 2 columns, not bound to any data. Basically, how do I add columns with headers, name them, and remove the record indicators? The 'gotdotnet' re...more >>


DataGrid
Posted by Aaron at 3/3/2005 10:00:10 PM
Why is there no reference out there (at least I can't find them) that show the very basics of using a datagrid. All I want to do is set up a grid with 2 columns, not bound to any data. Basically, how do I add columns with headers, name them, and remove the record indicators? The 'gotdotnet' re...more >>

VB to C# fucntion list
Posted by news.austin.rr.com at 3/3/2005 7:24:52 PM
Hi I need to find a resource that allows me to find what C# functions match VB functions. For instance I need to create a vb type MsgBox with ok and cancel in C#. C# has MessageBox but can this be used to get ok cancel button results? thanks ...more >>

Always display ToolBarButton.DropDownMenu when clicked
Posted by David Clegg at 3/3/2005 6:19:14 PM
I have a ToolBarButton with a Style of DropDownButton. I want the DropDownMenu to display whenever the button is clicked, not just when the arrow to the right is clicked. I was thinking I could call ((ContextMenu)toolBarButton).DropDownMenu.Show(), but this needs a Point parameter, which I'm...more >>

Fuzzy Text??
Posted by Bruce at 3/3/2005 5:25:36 PM
I have an application originally written for Pocket PC 2002. I have a customer who is running the program on a Dell Axim x50v running Windows Mobile 2003 2E. They are complaining about some of the text being fuzzy, particularly in a DataGrid I am using. They are saying that no other applicatio...more >>

2 Clicks to Close ShowDialog()
Posted by Tris at 3/3/2005 4:17:03 PM
I've got a form that is opened on a button click as a dialog. It is called as follows: Form f = CoreFactory.GetInputForm(type); f.ShowDialog(); Now, the form is created in the factory using a case statement and returns a single instance. However, In order to close the form, i need to clos...more >>

ImageSize of 48 Causes Crash
Posted by Brad Wood at 3/3/2005 4:07:58 PM
- CF 1.0 SP2 - Windows CE 4.21.1088 (Build 14132) / Windows Mobile 2003 SE - HP hx4700 Following line causes crash: form.imageList1.ImageSize = new System.Drawing.Size(48, 48); If the image size is changed to 32, everything is fine. This bug doesn't happen when I run my app in the emulat...more >>

Consume Web Service over CDMA
Posted by bunmang at 3/3/2005 3:45:55 PM
Hi, I'm trying to consume a Web Service, specifically, the Google Web Service, in a compactframework application, running under Mobile PocketPC 2003, in a Sprint PCS PDA phone. When the ppc device is cradled and sync to the PC, and it is using the PC's internet connection, I can make as many...more >>



IPAQ serial device
Posted by marko at 3/3/2005 3:29:58 PM
Hi all, I want to connect my external device to HP IPAQ serie 6300 Microsoft ppc 2003. I found with ppc a serial/usb cable and I try to connect this with a mini tester to verify DSR CTR RTS signals. I used ZTERM ppc to open serial port but leds (on mini-tester) was always turned off. (NB. o...more >>

Draw on Screen in a Panel outside the OnPaint-Method
Posted by Carsten Marx at 3/3/2005 3:14:06 PM
Hello, is there a chance to draw in the CF directly on a Panel some lines and rectangles outside the Onpaint-Method? When i try to get a Graphics Object: Graphics g = this.CreateGraphics() i get an NotSupportedException Regards Carsten Marx...more >>

Help with creating custom ComboBox
Posted by David Clegg at 3/3/2005 12:13:12 PM
I need to be able to change many attributes on a ComboBox (e.g background and border colour), and as this isn't currently supported by the native framework ComboBox, I've attempted a quick and dirty implementation myself. I know .NET CF Service Pack 2 improves the situation somewhat, is still no...more >>

Convert bitmap
Posted by Giovanni Rena at 3/3/2005 11:23:30 AM
Hello, how can I convert a bitmap file that has 16bit into a file with 1bit (black and white)? Thanx ...more >>

Forms - Menu Tree Problems
Posted by Tris at 3/3/2005 11:09:14 AM
I've been trying to build a neat menu tree system from forms in the CF that is not hard coded into multiple forms, but i've had a great deal of difficulty. The requirements of my menu system is that, it is build at compile time, the forms are built prior to the application being run, and the ...more >>

Multiple components in one
Posted by Emil at 3/3/2005 10:51:00 AM
I am trying to create a footer that will go on every form in my PDA app. It will consist of a status bar and a panel with two buttons. In Delphi you can do this by creating a frame or using visual inheritance. I would be interested if visual studio can do either and what would be the best ...more >>

Windows Service
Posted by David Pope at 3/3/2005 9:49:59 AM
Hello! I am creating my first Windows Service and I am having a probleming installing it. I created a new Windows Service project. I did not add any code. I just want to see in the Services control panel. I run the installutil.exe with my assembly and it looks like everything is successf...more >>

Memory usage
Posted by maark at 3/3/2005 6:49:03 AM
Platform: WinCE 4.2, C# Newbie question: Is there any difference in memory footprint between the 2 following declarations: public static Color FG_COLOR = Color.FromArgb(100,100,30); public static Color FgColor { get {return Color.FromArgb(100,100,30);} ...more >>

Dynamic array
Posted by Keven Corazza at 3/3/2005 3:09:07 AM
Just a stupid question: to work with dynamic array I've to use ArrayList or is there a way to set the array length in the Array class ? Thank you. Keven Corazza ...more >>

EVC++ and WMP 10 mobile ??
Posted by Kevin Lin at 3/3/2005 12:19:08 AM
Dear All: I'm trying to control WMP10 by Evc. I know that I can control some early version of WMP via PIE. But it seems that I couldn't do this on WMP 10 by the same way. Does anyone know how to do this ? I have consult the MSDN by the WMP 10 SDK. There's no examples on PPC. But it said that ...more >>


DevelopmentNow Blog