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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|