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 > may 2004 > threads for thursday may 20

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

Encoding Wave Files into WMA/MP3/??
Posted by feelite at 5/20/2004 11:17:24 PM
Hi Is it possible to encode a wave file into any compressed formats(such as WMA) on Pocket PC 2003? feelite...more >>


IrDA Sniffer - is this possible?
Posted by Mike Bartels at 5/20/2004 9:48:19 PM
Hello all, I am trying to write an IrDA sniffer that can 'listen in' into the conversation of two other IrDA devices. I would like to display the 'sniffed' data on the screen of my PDA. The communication I would like to listen into is between a notebook and the Polar S720i pulse watch. I want ...more >>

LockBits( ) in compact framework
Posted by Jason Ho at 5/20/2004 6:17:42 PM
Hi, Anything similar to LockBits( ) in C# or VB.net as in .NET Framework to get accessing to each pixel of a Bitmap quickly in the compact framework??? Thanks, Jason ...more >>

problems with parameter handover insection marshaling/ P/Invoke
Posted by Elmar Jacobs at 5/20/2004 5:38:54 PM
hi folk, i work with c# and eVC4.2. In eVC I have a ComInterface.dll whitch is using from the c# dllTest program for a smart device application. It seems so that I have a problem with the number of hand over parameter. The problematic export function is SWI with 13 parameters. comInterface....more >>

How Can I do a XML Serialization in the Compact Framework?
Posted by Roberto Castro Vexler at 5/20/2004 5:23:14 PM
Hello guys: How Can I do a XML Serialization in the Compact Framework? Roberto Castro Vexler ...more >>

Wi-Fi / Access Points
Posted by MDB at 5/20/2004 2:55:59 PM
Sorry for the multiple post, I originally posed this in the dotnet.framework group, however, this app is actually running on a PPC Hello All, I have an application that will be connecting through an access point. At times there may be multiple networks available. Is there a way I can pragma...more >>

Problem with aygshell.lib, where to find it for ARMV4
Posted by Alasoft at 5/20/2004 2:21:04 PM
I have used the famous SHFullScreen (hWnd, SHFS_HIDESIPBUTTON) to make the Sip not visible When I try to make this in eVC++, doesn't compile, because it lacks of the aygshell.lib for the ARMV4 microproccesor. Does anybody know where to find this .lib version for that microproccesor Whe I u...more >>

update gui from worker thread problem
Posted by buzzweetman NO[at]SPAM hotmail.com at 5/20/2004 1:46:38 PM
I want to have a worker thread that continually checks a particular state. When the state changes, the worker thread Invoke's the gui to update a label. I also have a button that causes the thread to stop and start, using a flag that the worker checks every iteration. This works fine if I hit ...more >>



Screen orientation: How to?
Posted by Raj at 5/20/2004 1:36:06 PM
Hi! I was going through an article about Dell's new PDA in which you can look at the screen with vertical or horizontal orientation. What's the best or an efficient way to resize the application's forms(screens) and controls? And what exactly does "Windows Mobile 2003 Second Edition for Pocket PC" m...more >>

Database app for xda II
Posted by John at 5/20/2004 1:35:02 PM
Hi We have a .net database app with MS Access backend running in house over a windows 2000 server network. Is it possible to re-write the same app for xda ii (http://www.xda-2.co.uk/under_the_bonnet.html) /windows mobile 2003 that can updated data from/to server? What means can be used to upda...more >>

Debugging A setup project ? how to debug the 'Custom actions' dll functions ?
Posted by Sagaert Johan at 5/20/2004 10:56:40 AM
I have a solution that contains : -ppc application -msi setup project -classlib that contains functions called from the msi setup 'custom actions' events. The setup program works, and the functions in the classlib execute normaly. Now i would like to debug the code in the classlib. I have...more >>

InvokeRequired not available in .NETCF?
Posted by Joshua Moore at 5/20/2004 10:39:52 AM
When I check to see what thread i'm on in C# in the regular framework, I have to use this.InvokeRequired (bool), but it's not available in .NETCF. Please help. Joshua Moore ...more >>

OpenNETCF 1.1 on SmartPhone
Posted by casey chesnut at 5/20/2004 10:39:28 AM
cant get the simplest HelloWorld to deploy to my device (2003 dev kit). works on the emulator, but the device gives this messages: OpenNETCF.SFD.smp.armv4.CAB failed to install on your device then throws a MissingMethodException that is with the binaries. i get similar behavior when building t...more >>

Bluetooth and WSALookupServiceBegin
Posted by Jon Skeet [C# MVP] at 5/20/2004 10:38:43 AM
I'd like to use WSALookupServiceBegin to enumerate Bluetooth devices so I can talk to them using Sockets - we've had unfortunate experiences with talking to them using COM ports. However, I don't have much experience with P/Invoking, and the descriptions for WSALookupServiceBegin, WSAQUERYSE...more >>

Can i pass DataSet from WebService to Mobile Device and insert XSD into new DataSet on mobile device (powered by WinCE.NET 4.1 + compact FrameWork)?
Posted by Magic at 5/20/2004 6:21:05 AM
I'm trying to pass DataSet from WebService to Mobile Device and insert XSD-schema into new DataSet on mobile device (powered by WinCE.NET 4.1 + compact FrameWork) and a catch PlatformNotSupported exception when i read XSD into new dataset on device (code string : newdataset.readXml(xmltextreader, xm...more >>

How to check a directory exists or not - C#
Posted by joby_cg NO[at]SPAM yahoo.com at 5/20/2004 6:00:33 AM
Dear All, Could you plese help me to solve my problem. My probleme is: I want to check a particalar directory is existing or not. I dont know the path. One more thing : How can i check, .NET is installed on my machine or not.If it is installed then only my program should download. I cant ...more >>


DevelopmentNow Blog