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 > april 2005 > threads for sunday april 17

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

Datagrid behaviour on long lines ...
Posted by Carlos Fernandez at 4/17/2005 11:47:02 PM
Hello, I have a datagrid whose columns often contains long words. When such a word is at the end of the column width, it doesn't display any part of the word (i.e. removes the word completely). How can I change this? I want the grid to show the part of the grid that fits, i.e. This is a ...more >>


OpenNetCF cab confusion
Posted by Tim Johnson at 4/17/2005 10:53:50 PM
I did a very simple test to try to understand the cab file building process. I have a test PocketPC app that just uses the OpenNETCF SoundPlayer to play the alarm1.wav file when a button is clicked. If I do "Build Cab File" I notice that the .INF file it creates refers to a "vsd_config.txt.AR...more >>

Single Source for Framework and CF
Posted by rcangus NO[at]SPAM gmail.com at 4/17/2005 9:19:29 PM
Hi, I have a question for anyone who can answer it, regarding keeping a single source for full framework applications and compact framework applications. The company that I am curerntly doing work for has a large investment in a set of components that form a framework for them to produce app...more >>

how can u know if assembly is loaded on memory?
Posted by fairycat at 4/17/2005 6:02:25 PM
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework/browse_thread/thread/8ce7d06bd8a2646a/eb0434a2d34a1297?q=fairycat&rnum=2#eb0434a2d34a1297 I already asked same sort of question but never got reply. Maybe my question was out of common sense so I wanna ask a...more >>

Background app and SMS
Posted by Fabio Gouw at 4/17/2005 4:58:01 PM
Hello! I've got to write an application for smartphone that needs to run background (it's behaviour will be like an windows service). It'll will receive every SMS that is sent to the device, process it, and send another SMS, in response to the one it's read. All messages will be logged i...more >>

WaitCursor never dies
Posted by Tim Johnson at 4/17/2005 3:44:35 PM
I'm surrounding some code with a WaitCursor and DefaultCursor call, but in a number of cases the spinner doesn't go away. I've tried Application.DoEvents() in various places to no avail. I catch all exceptions and turn it off there too. This is not easily reproducible but I get it about ...more >>

How can we read files with double byte characters into a string
Posted by James MA at 4/17/2005 4:17:01 AM
This may not be a problem in CF, but I'm working on CF so I just post here. I have a program needs to read some text file created with double byte characters, I have try using the streamreader as usual, but it cause problem no matter which encoding system is used (I can only find: ASCII, Bi...more >>

Using a Panel or ContainerControl
Posted by luser NO[at]SPAM skip.informatik.gu.se at 4/17/2005 4:16:36 AM
I got several groups of components on a form that should be shown or hidden depending on certain events. In order to not to have to set the Visible property on all the different components, i add them to different ContainerControls, and use the containercontrols visible property. When i had us...more >>



Saving JPEG image by .net compact framework
Posted by sma at 4/17/2005 12:07:53 AM
I'm now finding the way to save JPEG image in PPC. I have a sample to save it in BMP format. I think it will be possible if I convert BMP image to JPG format but it might be long way. Can someone let me have your guide if you have any better idea. ...more >>

operate camera in ppc
Posted by Shaul at 4/17/2005 12:00:00 AM
Hi How do I oparete the camera in my hp ipaq rx 3700 with C# code? can I take pictures and video ? Thanks Shaul Elkana ...more >>

LineTo, MoveToEx on iPAQ throws MissingMethodException
Posted by Joachim Fuchs at 4/17/2005 12:00:00 AM
Hi, I tried to use OpennetCF's GraphicsEx.DrawLine, but it didn't run on an iPAQ. DrawLine uses the simple GDI-Functions LineTo and MoveToEx. They are defined in Opennetcf.Drawing.GDIPlus.cs like this: [DllImport("Coredll.dll")] public static extern int LineTo( IntPtr hdc, int nXEnd, int...more >>

Copy file from PPC to desktop
Posted by cvh at 4/17/2005 12:00:00 AM
Hello, How would i copy a file from a PPC to a desktop machine, with activesync running on the desktop and all control performed by the PPC. thank you, Christophe. ...more >>

Locking refresh of Winform
Posted by Luis Soler at 4/17/2005 12:00:00 AM
Hi: Can I lock refresh of winform to avoid to visualize some temporary changes ? I am changing bindincontext of some controls to do certain checkings and I don't want that the user sees the changes of field's contents.. Visual FoxPro, for example, has intruction: Thisform.LockScreen Thanks ...more >>

System.Threading.Timer problem in Windows Forms (CF)
Posted by Tihomir Ignatov at 4/17/2005 12:00:00 AM
Hello, I have the following problem with application, using System.Threading.Timer: My app is Windows Forms (CF) and I have a MyTimer class in different assembly. From my MainForm I open other form (SecondForm) and start listening for Timer events from MyTimer and when notification arrives, ...more >>

web services
Posted by Jon Vaughan at 4/17/2005 12:00:00 AM
Im developing a pocket pc app, at the moment im doing the testing from the ipaq to the pc over the cradle, even thou the ipaq can wifi to the webservices. The thing is that I have changed the path of the web reference to an invalid path, upon changing VS.Net told me it was invalid, but I igno...more >>

Listviews, checkboxes and ItemActivate.OneClick
Posted by Johan Johansson at 4/17/2005 12:00:00 AM
Like so many others I've been trying to make a listview with checkboxes that doesn't toggle the check state of an item when the item is selected. And then I found it: all you need to to is set the Activate property to ItemActivate.OneClick. Which isn't necessarily *entirely* obvious from the...more >>

sql ce merge replication
Posted by Rob Blij at 4/17/2005 12:00:00 AM
anyone know if its possible to apply a dynamic snapshot to a device? ...more >>


DevelopmentNow Blog