all groups > dotnet compact framework > may 2004 > threads for sunday may 2
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
Calling another form, close the opener
Posted by Diego Rio at 5/2/2004 10:31:02 PM
I have two forms on my application. Calling the Form2 is a no brainer with Form2.Show(); but I need to close Form1 while maintaninig its data in memory. How can i achieve this
Diego Rio... more >>
One Code for Both Platform(WINCE & PalmOS)
Posted by rajesh_s76 NO[at]SPAM hotmail.com at 5/2/2004 9:44:49 PM
Hi Gurus,
Good Day. In my client they are asking me to do, Write a One code
for Both Windows CE and Palm OS. I found that One SDK AppForge SDK.
That support One code & UI for Both the Platform. But that will
support only VB6.0 & VB.Net.
But I am planning to Work in VC++ or EVC++. Gurus, ... more >>
Defining solution architecture
Posted by Augusto at 5/2/2004 9:16:02 PM
Hi all
I’m developing a solution which is going to run in an embedded device (Windows CE.NET & SH3 processor)
This device is a self-contained black box with no screen.
The main application in this device will be a Windows Service - with various threads - accessing a local database.
Any int... more >>
Connection Manager. C#
Posted by Tomás Hernández at 5/2/2004 8:04:34 PM
My code downloaded from OPENETCF.org show this error in the call to the API.
I´m trying this in the WindowsCE.net emulator.
Any know the solution to that exception???
Any suggestion will be appreciate. Thnx
An unhandled exception of type 'System.MissingMethodException' occurred in
OpenNET... more >>
Hosting ASP.NET pages in a embedded device
Posted by Augusto at 5/2/2004 7:51:03 PM
Hi all,
I'm developing a embedded device which will run Windows CE.NET and this device has no screen. All the configuration stuff will be made through web pages. Preferencially ASP.NET.
My question is: is it possible to host ASP.NET pages using Windows CE.NET and the Compact Framework?
TIA... more >>
Controling access to the data on SD card / CF Card
Posted by dev guy at 5/2/2004 9:31:36 AM
hi
I want to put certain files on the SD / CF card. When a user tries to access
a. the card OR
b. a file from the card
I want to pop up a login dialog box. (My app on PPC will have login ID and
Pwd stored.) and verify the user id.
1. How this can be accomplished?
2. Is there a SDK avail... more >>
|