all groups > dotnet compact framework > july 2004 > threads for monday july 26
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
Open and Close Port in Pocket PC 2003
Posted by Charles Law at 7/26/2004 7:41:31 PM
Hi,
Using VB.Net, I have tried to open a port in Pocket PC 2003 and connect to
an IP Address of another PC. I can close the Port, but cannot re-open it and
re-connect to another PC.
Error " ObjectDisposedException System.Net.Sockets.Socket" throw out.
Please help.
Thanks
... more >>
Any way to abort a thread?
Posted by Allan_Bo_Jørgensen at 7/26/2004 7:38:54 PM
Hi,
I would very much prefer not having to I'd like to explicitly stop a
thread from outside it. In the full framework I can call .Abort on it,
which will cause it to stop (unless ther thread was made to specifically
do otherwise). However, Abort does not exist in the CF, and I can't find... more >>
Building CAB for PPC 2003
Posted by Alessandro Cavalieri at 7/26/2004 6:58:50 PM
Hi all,
Since I can't use the BUILD CAB of the VS2003 IDE for PPC 2003 because it
builds only the PPC 2002 CABs; how can I build the ARMV4 PPC 2003 CABs?
anyone has an example of the .inf file able to build PPC 2003 CABs?
Thanks in advance
Alessandro Cavalieri
... more >>
auto start app on device cradling
Posted by Sai at 7/26/2004 4:24:47 PM
Hi all,
Can someone please tell me how to start an application on the pocket pc
automatically when the device is set in the cradle. Would it be possible to
kill this app on uncradling (if it was still running) ?
Thanks for your help.
Sai
... more >>
"Smart" way to fill DataSet from database file
Posted by pavel.ermol NO[at]SPAM bluewin.ch at 7/26/2004 4:16:35 PM
Hello,
Can I fill DataSet with many tables at once?
In my sdf database I have many tables. The ordinary way to do it is:
DataSet dataSet = new DataSet("DataSet1");
string sqlSelect = "SELECT * FROM Table_1";
SqlCeDataAdapter dataAdapter = new SqlCeDataAdapter(sqlSelect,cn);
dataAdapter.F... more >>
Pocket PC 2003 SDK
Posted by David at 7/26/2004 1:59:35 PM
Hello.
I have download and install Microsoft Pocket PC 2003 SDK, know I have both
Microsoft Pocket PC 2003 SDK and Microsoft Pocket PC 2002 SDK.
How can I now develop (I'm usin Visual Studio .NET 2003) application for
Microsoft Pocket PC 2003 SDK or Microsoft Pocket PC 2002 SDK?
... more >>
Try to transfer my App ...
Posted by Christian Uhlig at 7/26/2004 1:31:06 PM
High,
i´m just testing arround with my VS2003 (C#) and my PocketLoox600 (WM2003)
to send the App to this device. It does not work, VS2003 tries to use a TCP
Connection which does not work over USB nor over Bluetooth.
Weitergabe an "Pocket PC-Gerät" wird ausgeführt "TCP-Transportverbindung"
... more >>
basic threading question
Posted by Jim H at 7/26/2004 1:24:16 PM
I'm new to .NET thtreads but have used win32 threads for many years. How do
i wait for a thread to finish in CF? Join, ThreadState, and IsAlive are not
supported. I want to make sure the thread has completed before I move on.
Thanks,
jim
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Loopback adapter
Posted by David at 7/26/2004 12:25:35 PM
Hello.
I have some problem in debagging my device application.
I have not network connection but someone told me that I can use loopback
adapter.
What is it and where can I get it?
... more >>
Secret-Key Encryption in .NET CF
Posted by wgzeng NO[at]SPAM hotmail.com at 7/26/2004 12:08:58 PM
Hi, I am learning data encryption, and I have couple of quesitons need
some immediate help. Thanks in advance.
1. Amond all the Secret-Key Encryption methods implimented in .NET
framework, I think Rijndael is the best to use. Can anyone verify
this for me?
2. I understand the System.Secur... more >>
.NET Compact alternative for Environment.Exit()
Posted by Jo Vermeulen at 7/26/2004 10:33:32 AM
Hello,
I am looking for a Compact .NET alternative to the Environment.Exit()
function, which only exists in the full .NET framework. I'm thus looking
for a way to exit my application (with an optional errorcode perhaps).
Thanks in advance,
--
Jo Vermeulen
Student Computer Science at ... more >>
Sites wit PocketPC history ???
Posted by tiger79 at 7/26/2004 10:25:58 AM
Hi everyone,
I'd like to have some kind of description of the history of pocketpc's and
the development of it's OS.
Have any links ???
... more >>
How do i run Smart Device Application ( .Net CF) from ASP.net Web Page ?
Posted by manojmevada NO[at]SPAM yahoo.com at 7/26/2004 2:34:26 AM
Hi to all
i want to run my simple Smart Device Application(rich Client)
developed in VB.Net from ASP.net Web Page(thin Client)?
Application is loaded on Device and ASP.net web page also open there.
pl. give the proper solution. and its Reverse.
thanks in advance.
bye
manoj Mevada... more >>
|