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 monday may 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 31

Difference between CF and Full Framework ...
Posted by temilson NO[at]SPAM sasktel.net at 5/17/2004 8:46:36 PM
Hello ... I have a CF application that I'm trying to run on the full framework. For the most part, everything works as expected. However there is one piece of code that acts very much differently: dim xstrng as string xstrng = "12345678901" messagebox.show(xstrng.Substring(11,1)) On t...more >>


ANN: OpenNETCF SDF v 1.1 Release
Posted by Chris Tacke, eMVP at 5/17/2004 5:02:39 PM
The long-anticipated SDF 1.1 has been released! Get it here: www.OpenNETCF.org/SDF The Help is here: www.OpenNETCF.org/Library The official Press Release is here: http://www.OpenNETCF.org/pdf/SDF1.1%20press%20release.pdf Enjoy.... -- Chris Tacke, eMVP Co-Founder and Advisory Boa...more >>

Using C++ Header files in C#
Posted by Bjoern Feld at 5/17/2004 4:44:59 PM
Hi, I'm fairly new to C# and the whole managed/unmaged code concept. Is it possible to include C++ Header files in C# code. We have some hardware and the firmware is written C. To have easy access to some of the structures used on the device we want to share 1 header file with the app written...more >>

wave APIs don't send Window Messages on completion
Posted by Dave Hall at 5/17/2004 3:53:09 PM
I'm trying to play a wav file on CE.NET 4.1. I'm able to successfully play the first buffer full of data, by calling waveOutWrite()but I never get any call to the overridden WndProc of my messageWindow class to let me know it's been played so that I can play the next buffer full of data. In th...more >>

RE: MessageBox.Show .. only OK button
Posted by jez at 5/17/2004 3:40:03 PM
Could you post the code for that MessageBox with just a large OK button and no CANCEL button ? Been trying to understand how to make that customized control without succes - jez >> Lloyd, I already have one ;) p.s. Just needed to make sure .. if something is possible on Win32 I sus...more >>

Graphics.MeasureString() function issues
Posted by robrasti NO[at]SPAM invisionsoft.com at 5/17/2004 2:08:10 PM
I am trying to measure the length of a string in pixels in a control I designed. The basic premis is if the string is longer than the control it will truncate the string and append it with "..." I have gone through several threads on here looking for answers and haven't been successful. Ev...more >>

can't trap missing dll exception
Posted by Tim at 5/17/2004 11:01:21 AM
I have a managed executable that references 2 managed dll's. In my Main method, all code is inside a try/catch block. If dll A (a Compact Framwork project) is missing the System.IO.FileNotFound error is trapped, but if dll B (a non-Compact Framwork project) is missing the FileNotFound error is not...more >>

Another Dtr Question
Posted by marcmc at 5/17/2004 9:11:03 AM
I have a table with no Lines on it. I enter the dtr as below with a counter set to 0 on the first time in. The dtr.Read is 'False'. This returns the message "No Lines on Order! I then enter a new line on that screen and call the dtr again. The dtr.Read is True but the flow of control does not enter...more >>



How do I debug a Smart Device Class Library using an existing executable (no source) to launch?
Posted by news.microsoft.com at 5/17/2004 8:29:47 AM
I have a Smart Device Class Library project that I'd like to debug, but I don't want to create a separate executable to launch it. Rather, I'd like to specify an existing executable (no source code to include in the solution) to run on a WM 2003 device that would load and use the class library....more >>

How to send back data using Webservices - C#
Posted by joby_cg NO[at]SPAM yahoo.com at 5/17/2004 5:43:59 AM
Dear All, Thanks for the help which i have received from the group. Right now i am facing another probleme. The thing is from the web i want to download an exe and execute it in the client machine and return back the value which returned by the exe to the server. I came to know we can achie...more >>

Findwindow Question
Posted by Brian at 5/17/2004 4:56:03 AM
I am using the following syntax h=findwindow("HHTaskBar","" I would like to hide the task bar on a CE 4.1 device and I am using VB .Net. I keep getting an error missing exception method. I have tried h an a integer, intptr and a long. I have also declared the findwindow function. Am I doing ...more >>

how to add 2 byte arrays in VB.NET?
Posted by khanh NO[at]SPAM glassegg.com at 5/17/2004 4:32:58 AM
hi all, How to solve the problem like below in VB.NET : Dim temp1() as byte Dim temp2() as byte Dim result() as byte '---- init a binary reader with a webresponse BinaryReader.Read(temp1,0,1000) BinaryReader.Read(temp2,1000,1000) redim preserve result(2000...more >>

CANbus Networking with PC104 Win CE devices
Posted by JacKSiL at 5/17/2004 3:26:02 AM
CANbus Networking with PC104 Win CE devices Does anyone know of PC104 CANbus cards for WinCE .Net 4 device (PC104 SBC) - ideally with DRIVERS allowing VS2003/CF development (rather than eMbedded VC++) Or (if absol nec.) how to talk to native drivers from VS C++. Or C# I am currently having to ...more >>

Configuration files
Posted by Hynek Cihlar at 5/17/2004 1:31:02 AM
I'm trying to use configuration files in my Smartphone application to store some config data. However after I add the app.config xml file the build fails with a message 'The file 'app.config' could not be code-signed' So I'm wondering if application configuration files are even supported in .NET CF...more >>


DevelopmentNow Blog