all groups > dotnet compact framework > july 2004 > threads for tuesday july 27
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
App Design
Posted by Kent at 7/27/2004 10:09:17 PM
Hello,
I am new to both .Net and pocket pc programming. I need to write an
application for the pocket pc's and the same application for our desktop
computers. Do I need to write all of the code twice or is there some way to
reuse part of the code. Any help or suggestions would be greatly
apprec... more >>
OpenFileDialog.InitialDirectory
Posted by Eric at 7/27/2004 5:44:01 PM
I have one "Smart Device Application"(for my Pocket PC) written in C#.
After I click my "chooseMsg" button and show the OpenFileDialog ,it doesn't show me the files under the "\\Program Files\\PDAClient\\" directory.
Plz help me..thx
protected void chooseMsg_Click(object sender, System.EventArg... more >>
Context menus and tap and hold on treeView on PocketPC 2003
Posted by Tom Couvret at 7/27/2004 1:53:17 PM
I have a PocketPC app that was developed under VS2003, and run on
PocketPC 2002 devices without any problem.
However when I run the same app on my newly upgraded HP5450, now running
PPC 2003 I find a difference in the handling of the context menu I popup
in my treeView.
The PPC 2002 be... more >>
What hardware device
Posted by Darin at 7/27/2004 12:52:20 PM
I have written a CF.NET progam that works perfectly on a Symbol MC9000
device. But, it needs a special symbol DLL to be able to do barcode
scanning. Now, I need to take that program to a different type of
hardware that doesn't need an external DLL. What command can I use to
get the hardware type... more >>
Does anyone know have a freeware adpcm decompression library?
Posted by Paul at 7/27/2004 11:44:42 AM
Hi,
I want to play ADPCM audio files with in my program can anyone help?
Thanks, Paul
... more >>
RE: Deployment on version 4.20.0 build 13252
Posted by Chris Theorin at 7/27/2004 8:58:00 AM
Hi all, been a while since I've been around y'all.
Mike Deck posted the subject line a while back (no responses). Recently
we've been noticing this 4.20.0 version number popping up. We did a ROM
upgrade of a h1945 iPaq from ROM 1.00 (I belive) to ROM 1.10 and the
version/build numbers change... more >>
Connect to a MySQL database via Internet?
Posted by Boris Nienke at 7/27/2004 8:54:04 AM
Hi,
is it possible (and how?) to connect to a MySQL-Database running on a
web-space? I mean, i have an URL, username, password and the name of the
database... now would it be possible to connect to it to read/write records
with the CF?
Boris... more >>
Application.Run doesn't show form modally
Posted by david.brunning NO[at]SPAM dsl.pipex.com at 7/27/2004 7:58:07 AM
In my application among the first lines is this:
Forms.Login MainForm=new CCSIT.KeystoneMobile.Forms.Login();
Application.Run(MainForm);
When I run the application MainForm appears in the list of running
programs but doesn't become visible on screen - I get the toolbar,
kind of, but nothing e... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to transfer SQL CE database (sdf) to SQL Server database (mdf)
Posted by pavel.ermol NO[at]SPAM bluewin.ch at 7/27/2004 6:35:44 AM
Hello
I have SQL CE database (.sdf file) and want to transfer it
to MS SQL Server 2000 (.mdf file).
Is there any solution to do it in relatively simple way (without
creating database with corresponding tables on SQL Server 2000).
My setup is:
- SQL Server CE database with a number of tab... more >>
Packaging .NET CF and SQLCE Cabs into a single MSI
Posted by Tom W at 7/27/2004 4:02:32 AM
I want to create a single MSI file that will install the .NET CF 1.1
runtime, SqlCe 2.0, a Cab file distributed by Symbol as well as my own CF
application written with Visual Studio 2003.
I've followed the instructions for creating an MSI that runs on the desktop
that can install my applicatio... more >>
C# compact framework, how to kill a thread ??
Posted by 50230065 NO[at]SPAM alumni.cityu.edu.hk at 7/27/2004 2:16:17 AM
To all,
How can I kill a thread within a c# (compact framework) program ??
Another question, I found that maybe the main program thread has
interrupt the others threads I have made, since the program will
"hang" after 5 seconds, while running the same program under winXP has
no problem at a... more >>
Landscape vs portrait in 2003 SE
Posted by Glyn Meek at 7/27/2004 1:11:44 AM
Can anyone tell me what events are generated when one switches from
Landscape to portrait mode and vice versa in 2003 SE on the Pocket PC?
Glyn
... more >>
Landscape vs portrait in 2003 SE
Posted by Glyn Meek at 7/27/2004 1:11:44 AM
Can anyone tell me what events are generated when one switches from
Landscape to portrait mode and vice versa in 2003 SE on the Pocket PC?
Glyn
... more >>
|