all groups > dotnet compact framework > august 2004 > threads for tuesday august 10
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
How to Kill ( Dispose ) a Thread
Posted by Anders Fredborg at 8/10/2004 10:24:11 PM
Hi !
I have developed an application running on a PDA with PPC2003. The Main Form
starts a Thread that is supposed to run concurrently with the main Thread.
This works Superb. However, when i close the application, it doesnt seem
like the Thread is being Disposed correctly, since I cant restar... more >>
Embedding fonts
Posted by Joshua Moore at 8/10/2004 8:31:06 PM
Does anyone know how to access fonts that are added as embedded resources in
a c# compact framework app?
Thanks,
Joshua Moore
... more >>
Cannot Cut and Paste on TextBox
Posted by ali Aladwani at 8/10/2004 6:29:03 PM
Hi All,
I am having problem relating cut and paste operation on a textbox:
My application details:-
I developed a simple software for a PDA in VB.Net 2003.Only one form with a
text box on it.
When i want to cut or paste a data to this textbox...IT doesn't work!!!!
Nither the Ctrl+C nor the C... more >>
need to check if application is installed using RAPI
Posted by Luminal at 8/10/2004 5:45:54 PM
greetings
I need to check if a mobile application is installed on Pocket PC
device, using RAPI from desktop. If application exists, I must tell the
user the application directory (path) on pocket pc where aplication exe
is. Is this possible? Can anyone give a sample?
TIA
Lum... more >>
Bring Form to the front.
Posted by liu_wayne10 at 8/10/2004 4:59:01 PM
hi, I have two applications, App1 and App2. When I click "switch to App2"
button, I will like to bring form of App2 to the front. Let's say Form of
App2 name Form2.
I calling Form2.Focus(), Form2.Show(), Form2.Refresh(), Form2.BringToFront()
and Form2.Visible=true. However none of them ... more >>
Stable and secure XML
Posted by Arda Coskun at 8/10/2004 4:29:36 PM
Hi,
I created an XML via XmlTextWriter and everything goes well. I made the XML
file as a normal source not
embedded one. However, I have another problem, when user shut downs the
phone and reopens it, my XML goes away?! I want it not to lose last changes
since it will store the game settings... more >>
Stress Test
Posted by Johann at 8/10/2004 3:59:30 PM
Hi All,
I have a client program on a PocketPC written in C# that communicates with a
Server application written in C#, Is there a way to stress test the Server?
(to simulate multiple PocketPC devices accesing the server)
One way is to create multiple instance of the PocketPC emulator on my
... more >>
dotnet 2003/compact framework dataview find method invalidcastexception.. need explanation.
Posted by mmcd79 NO[at]SPAM tampabay.rr.com at 8/10/2004 3:40:24 PM
I am coding for pocket pc 2002. Strange error that took me a while to
recover from, but I don't understand why it works.
I have a Microsoft Access 2000 database exported into xml (data and
schema) via the dataset.writexml method. The xml is transfered to the
pocketpc and read in via readxml ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Dial Number
Posted by Ghost at 8/10/2004 3:25:14 PM
How can I dial a number by modem?
... more >>
Urgent for Deployment
Posted by Kenneth at 8/10/2004 1:36:31 PM
Hi,
I have developed a software by using C# with .netcf.
And I use the method that based on this article
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/netcfdeployment.asp
to make a .msi file for deployment.
It works pretty fine for my desktop and laptop, ... more >>
Toolbar & Menu
Posted by Tod Johnson at 8/10/2004 1:04:09 PM
Hello,
is it possible to show Menu & Toolbar together in the same time like it
does PPC Explorer.
Thank you.
Tod... more >>
sql server 2000 and sql server ce are free on which scenarios?
Posted by Luminal at 8/10/2004 11:42:16 AM
greetings
I need to develop an .NET CF application for pocket pc that uses sql
server ce to store data. What are the scenarios that SQL Server 2000 and
SQL Server CE are free to use and distribute to customers along with
applications? What are the restrictions? Where can I find information ... more >>
smartphone and .NET CF
Posted by Luminal at 8/10/2004 11:38:23 AM
Greetings
it is possible to write .net cf applications for the smartphone? If so,
what do I need? I ask this because I have VS.NET 2003 installed and I'm
only ablke to write .net cf applications for Pocket PC?
Thanks
Lum... more >>
Random file access -con't
Posted by Wapiti at 8/10/2004 7:45:27 AM
Could someone point me to some examples of random file access using the cf -
vb.net?
I've found plenty of examples for straight text access on msdn and
elsewhere - but I'd like to use random access - using a table structure and
be able to build a system to quickly access records (relative to t... more >>
WebException
Posted by Stephen H. at 8/10/2004 4:45:03 AM
Hello,
I'm developing a ppc-application that consumes a webservice on my local
machine. For testing the service is the HelloWorld service and the app is
just a form with a button that calls the webmethod. The problem is that when
I call the method I instantly get a WebException with no furt... more >>
System Beep sounds
Posted by Zahid at 8/10/2004 4:11:01 AM
Hi,
I want to make my system beep when certain custom buttons are clicked. How
do I do this? Which classes do I use? Are there any utilities available for
WinCE.NET 4.1 or greater? or is this handheld specific?
Thanks in advance.... more >>
|