all groups > dotnet compact framework > march 2004 > threads for wednesday march 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
firing events from a seperate thread
Posted by Milosz - [playseven.com] at 3/10/2004 2:47:36 PM
i have an app which has a WorkPrepare Class
the WorkPrepare class initializes a Worker class
in theWorkPrepare class there is a function initWork() started in a separate
thread (second thread), which starts Worker.doWork() in seperate threads in
an for each construct.
when the method Worker.d... more >>
Copy files to Emulator??
Posted by SiewSa at 3/10/2004 1:57:46 PM
Is anyone out there be able to tell me the ways to copy files from my pc to
the Emulator for debugging use? No matter it is a .sdf file, a graphical
file and so on?
Thanks.
... more >>
writing files on the SD card
Posted by Zanna at 3/10/2004 1:30:34 PM
Is it possible to write a text file (a log) to the SecurDigit card?
Thanks
... more >>
Creating MDI forms
Posted by Casey at 3/10/2004 12:16:06 PM
Is there a way to create a MDI in compact framework? Since it does not support MDI is the only way around this doing stacked forms?... more >>
Connection to Database (SQL CE)
Posted by SiewSa at 3/10/2004 11:59:22 AM
I have tried on this for so long but it just never works for me. Here are
my two questions and I am very appreciate if someone can help me on them:
1) My connection coding...
Dim myConnection As New SqlCeConnection("Data Source=\Stephan\mobiledb.sdf")
Error Code : 80004005
Message: The... more >>
setting the focus on a control inside the activated tab page
Posted by Carlos at 3/10/2004 10:47:23 AM
Hi all,
I am trying to set the focus on the first textbox that
appears when a user clicks on ANY tabbed page of a tabbed
control. When all the components in the form get initialized,
I am able to set the focus only on one textbox control inside one
of the tabbed pages, not in any of the tabb... more >>
Localisation by updating exe only (not the resources.dlls)
Posted by Daniel Moth at 3/10/2004 10:20:26 AM
Hi
So far I have found no info on MSDN, ngs or the rest of the web... Trying
with SP2 on CE 4.2-based device...
I have an exe with a bunch of resources.dlls... The localisation mechanism
works fine as long as the satellite assemblies and the main one have the
same version number. If, howeve... more >>
ListView scrollbars
Posted by Elisa at 3/10/2004 9:27:57 AM
Hi,
Can I tell a ListView control to never add a horizontal (left/right)
scrollbar, i.e. only a vertical (up/down) scrollbar, and then only when
necessary?
For some reason, if I now populate a ListView with several icons, it
shows both a vertical and a horizontal scrollbar, but the horiz... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Opinions on OpenNetCF
Posted by Jamie Macleod at 3/10/2004 8:53:57 AM
What are people's opinions on OpenNetCF? In what case would it be helpfull
to develop with this framework?
Jamie
... more >>
ANN: .NET Compact Framework online chat tomorrow
Posted by Michael Fosmire [MSFT] at 3/10/2004 8:40:10 AM
Just a note that we'll be hosting an online chat tomorrow concerning
Smart Device Programming with Visual Studio .NET 2003. Members of the
development team will be on hand ready to answer your questions, so bring
'em
on! Hope to see you there.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tit... more >>
Why "VirtualCopy" always returns false
Posted by jing.zong NO[at]SPAM digitalpioneer.com at 3/10/2004 8:23:27 AM
Hello,
I don't know why "VirtualCopy" always returns false in the following
C# (.net compact framework).
Also, I cannot find the value of PAGE_PHYSICAL, which I really need
it.
Thanks,
Jing
//================== Code begin
[DllImport("Coredll.dll")]
extern public static bool Vi... more >>
Sending email ??
Posted by ONK at 3/10/2004 4:46:06 AM
I'm develop an application that will automatic get the date of birth of the customer and send an e-birthday card to them ??
Does this work on Pocket PC or it is better to perform at server side
What I need ?? Email server ??? ... more >>
My own Data Provider
Posted by Systemspecialist at 3/10/2004 4:36:08 AM
Hi, how can I make my own Data Provider for CF? It's the same as data provider for Framework , I expect, I have to use System.Data and System.Data.Common from CF. Is any other diffrence
Thanx... more >>
Update Database Problem ??? Ergent
Posted by HONG at 3/10/2004 3:31:10 AM
I create a sql server ce table and manage to insert some value into the table create. But when I try to update it does not update the data source.
I try to delete the row, but it does not work ???
Can anyone help... more >>
|