all groups > dotnet compact framework > september 2003 > threads for thursday september 11
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
Experimental MDI Forms Question (will i go to hell?)
Posted by Matthias Kerber at 9/11/2003 9:54:41 PM
Hello there,
I have to progam apps for a CE.net device with a 800x600 screen. So of=20
course there is some need for a MDI-style surface, say: having Forms=20
showing inside a main form, not besides it, not under it (like in eVB3..)=
=2E
After some experimenting with adding S.W.F.Form Objec... more >>
GPRS Connection ?
Posted by DEVELOPER at 9/11/2003 9:01:10 PM
How can i do GPRS Connection via my Application ?
... more >>
SQL Server CE and CR
Posted by Diego F. at 9/11/2003 7:31:40 PM
Hello, I'm new to CF developement and I want to start making some database
tests. I use VS 2003 and I'm gonna use Sql Server CE.
First of all, is Sql Server CE included in VS 2003? I see there is a
reference I can add, so I think it is, but I don't know if I have to
download anything else. I h... more >>
IDisposable NOT implemented by System.Drawing.Brush
Posted by Chris Theorin at 9/11/2003 6:05:01 PM
But it has a Dispose() method.
--
Chris Theorin
http://slurptheo.com
... more >>
CF without ActiveSync. Possible ?
Posted by Holger at 9/11/2003 5:54:04 PM
Hello,
I have a CE 4.1 device without serial lines and ActiveSync connection
software. Is it possible to use CF and VS2003 without ActiveSync ? How can i
get connected ? Any special files needed on the device ?
Thank you very much for your help.
Holger
... more >>
Debug Output to IDE
Posted by Ian at 9/11/2003 4:46:58 PM
I know that Debug.Write isn't supported in the CF to report back to the IDE
but I was wondering how does the Output window get the following :
The thread '<No Name>' (0x66d3c) has exited with code 0 (0x0)
I get this after every asynchornous web service call.
Surely the same could be applie... more >>
CF DataGrid and Odyssey ADOCE wrapper
Posted by Niels at 9/11/2003 4:36:19 PM
Hi,
did anyone try and can post a code snippet on how to populate a DataGrid
with data from a ADOCE recordset provided by the Odyssey ADOCE wrapper ?
I am getting an exception when I try to set the DataSource property to the
ADOCE recordset object.
Niels
... more >>
Update Data in a remote Database
Posted by André Giesing at 9/11/2003 2:59:18 PM
Hello Newsgroup!
I want to write a little WebService and an Application for a mobile Device
(Pocket PC 2002), which gets Data (a DataSet) from the WebService, which
reads the Data out of a SQL 2000 Server.
My little Application gets the DataSet and shows the Data in a DataGrid.
That works.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Bizarre error with Invoke()
Posted by Luk Vloemans at 9/11/2003 1:31:08 PM
Hey,
I'm writing software for the Compact .NET framework.
I'm trying to use the Invoke() function, wich takes one paramater: a
delegate function.
The program compiles, but on execution throws an exception.
(ArgumentException)
According to MSDN, this exception means that the 2nd param... more >>
Unable to start debugging.
Posted by Lloyd Dupont at 9/11/2003 12:11:15 PM
I have VS.NET 2003
I am trying to debug a PocketPC application using the Pocket PC 2002
emulator
all I get is this : ??????? (any help ?!)
(mmm... why is it named D:\.... shoouldn't it be located in the devie
/Program Files/... ??)
---------------------- Done ----------------------
Build:... more >>
Do I have these processors correct?
Posted by Pete at 9/11/2003 10:09:51 AM
[CEDevice.ARMV4]
ProcessorType = 2577 ; Specifies processor value type for ARMV4
[CEDevice.ARM]
ProcessorType = 2577 ; Specifies processor value type for ARM
[CEDevice.SH3]
ProcessorType = 103 ; Specifies processor value type for SH3
[CEDevice.MIPS]
ProcessorType = 4000 ; Specif... more >>
Sort items in Collection
Posted by news NO[at]SPAM mikendy.com at 9/11/2003 9:10:25 AM
I have my own collection class based on CollectionBase
What is the best method fot sorting items in my collection by any property
of the item class.
Thanks a lot.
ME
... more >>
|