all groups > dotnet compact framework > january 2005 > threads for thursday january 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
appointment/task duration time for POOM
Posted by alan at 1/27/2005 11:15:02 PM
I have compiled dll from POOMClient
i can create an appointment, but how can i set the starting and ending time
for it?
thanks a lot!!!... more >>
Create SqlCe SDF database on desktop?
Posted by Tim Johnson at 1/27/2005 10:54:53 PM
Is there a way to create an SQL Ce database on the desktop, either by api or
by a conversion utility? Basically I'd like to hand-craft both the schema
and some test records in Enterprise Manager/Query Analyzer, then *poof* turn
it into a SDF file I can push down onto my PDA.
--
Tim Joh... more >>
Mouse event on Picturebox
Posted by Flair at 1/27/2005 10:00:57 PM
Hi, all
I've read through those related threads of the keywords: "mouse" &
"picturebox", and it seems that the suggestion to those "tracing mouse event
to draw a dot or lines" problems is "DO NOT ever try to draw on a
picturebox"
So, I would appreciate your replies of the way to do these thi... more >>
Strange error on a form
Posted by Kiwi at 1/27/2005 7:41:38 PM
Hello:
I have a problem with a form. When I try to load it in design, returns
"error loading document. correct the error and try again to load document.
Error message: no specified".
This form was correct, but I don't know why is now damaged.
Any help?
Thanks and regards
... more >>
Compact Framework App Installation Fails on PPC 2003 2nd
Posted by Warren Adams at 1/27/2005 6:39:04 PM
My application uses an MSI file for client installations, which runs
CEAppMgr. Installation works fine on PPC 2002 and Windows CE .Net 4.10.
On PPC 2003 2nd Edition a message 'Setup Failed', '... Please run setup
again' which of course gets the same results.
If I copy the CAB file onto the dev... more >>
Setup a standalone Emulator with a app to make a demo....
Posted by Carsten Marx at 1/27/2005 4:15:14 PM
Hello,
is it possible to setup a standalone emulator with a app to send this to
other persons to demontrate the app?
(Pockets PC 2003 with screen resolution 480x640)
Regards
Carsten... more >>
Blackberry/Phone Edition/Smart Phone
Posted by Chris Botha at 1/27/2005 3:43:21 PM
Hi, one of my clients wants to go with Blackberry. I would have liked to
post this question to someone at MS, but they are a bit hard to get hold of.
I've done a fair amount of programming using the Compact Framework on Pocket
PC and Active Sync to connect to the server, but none with Phone Edi... more >>
An unhandled exception of type 'System.MissingMethodException' occurred in CCubedApplication.exe
Posted by Claire at 1/27/2005 3:25:07 PM
Why should I get this error? The error message is displayed in my debugger
and not on the pocketpc device. The application then fails to run.
It refers to my InitializeComponent() function in my main form. It's just
started happening for no apparent reason. The function is definately there,
I... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
DB2 Everyplace
Posted by Bill C at 1/27/2005 2:35:01 PM
Can I connect my mobile .netcf device over a LAN to a DB2 database on a S/390
using DB2 Everyplace?
Thanks!!... more >>
Force a CF application to close
Posted by Joseph Rea, Accord Software at 1/27/2005 2:33:02 PM
I'm using the CreateMutex to ensure that only one instance of my vb.net CF
for Windows CE application exists at one time. However, when it detects
another instance attempting to open, the Application.Exit() will not close
the application immediately. In the constructor of my main form, I first... more >>
Switched from laptop to pc as dev machine...trying to get up and running again...
Posted by dwhittenburg at 1/27/2005 1:13:37 PM
I recently got a new server to work from. I use to write VB.NET CF code on
my laptop and move it over to my ViewSonic - Pocket PC to test. All was
well with connecting to my web-service from the viewsonic, which was
connected via usb. Once I installed everything on my new server and tried
con... more >>
Getting the right height of a RectangleF for a string...
Posted by Carsten Marx at 1/27/2005 12:48:16 PM
Hi,
is there any chance to calculate the Height of a RectangleF in a easy
way for a given String if i had allready set the Font and the Widht of
the RectangleF?
..... or do i need some tricky statements...
Regards
Carsten... more >>
Using new OpenNETCF Process.Kill()
Posted by emars NO[at]SPAM forwild.umass.edu at 1/27/2005 11:59:02 AM
Greetings, I am using both the OpenNETCF.dll (as a reference) and the
revised Process.cs code (needed for the updated Kill code) in
aproject.
Whenever I build my project I get errors because the
OpenNETCF.Diagnostics.Process method is defined in multiple places.
The build is using the correct... more >>
secure password storin in pocket pc
Posted by Steve B. at 1/27/2005 11:58:58 AM
Hello
I'm building an application that connects to remote IIS server.
This connection requires a login and a password.
I'd like to avoid the user needs to enter password each time the application
is launched.
Is there any way to securely store password in a PDA?
If the PDA is stolen, the ... more >>
'System.TypeLoadException'
Posted by Marco Rosas at 1/27/2005 10:55:03 AM
An unhandled exception of type 'System.TypeLoadException' occurred in
System.Windows.Forms.dll
static void Main()
{
Application.Run(new FrmMain());
}
i get the exception on the last }
i didnt change anything. i didnt do anything.
it worked...and from a moment to another...puffff n... more >>
Best, most secure way to implement a registration code?
Posted by Dave at 1/27/2005 10:12:41 AM
Greetings,
What would be the best way for me to implement a Name/Registration Code into
my application? Should I just take the input of the "name" textbox, convert
it to hex, do a bunch of strange oddball calculations on it and truncate the
left 10 digits or so to validate against the "reg... more >>
Text Box and List Box
Posted by flyingwhiz NO[at]SPAM yahoo.com at 1/27/2005 9:47:38 AM
Hi,
I have a text box and list box on my form.What ever the value I enter
in text box it shud go into list box.
I added this code "lstItems.Items.Add(txtVal.Text)" as below
Private Sub txtVal_TextChanged(ByVal sender As System.Object, ByVal e
As System.EventArgs) Handles txtScanVal.TextC... more >>
CeRunAppAtTime doesn't wake up device
Posted by MDB at 1/27/2005 9:32:42 AM
I have an application where I call CeRunAppAtTime everyday at 5:00 AM. My
problem is that this works on some of my devices intermittently. For some
reason, I have to tap the screen in order for the application to actually
execute the application I called in the CeRunAppAtTime. It seems that... more >>
Going mobile - where to get Smartphone/PocketPC devices and service
Posted by Bob Trabucco at 1/27/2005 9:16:43 AM
Hello all,
My company is about to take it's next big step into .NET compact framework
development and my first task is getting a Windows 2003 SmartPhone and a
PocketPC 2003 device w/ phone like the T-Mobile HP device.
Preferably it would be some setup where we could have both on the same
... more >>
kiosk touchscreen button click issue
Posted by maark at 1/27/2005 8:55:03 AM
Platform: Win CE 4.2 : touchscreen device
I am creating a kiosk app that allows user to navigate through a wizard to
perform one or more transactions. All of the navigation through the different
forms is done via click events on a System.Windows.Forms.Button derived
class. Everything seems to... more >>
TypeLoadException from dynamically loaded assembly
Posted by Dr. Brock at 1/27/2005 8:53:05 AM
I am running a Compact Framework application using WM2003 SE with CF Service
Pack 2 on an HP 4700. I deploy several custom dlls to the GAC that are used
by my application and also from custom dlls that my application dynamically
loads on startup using the System.Reflection.Assembly.LoadFrom() ... more >>
Deployment Scenarios
Posted by Harry Simpson at 1/27/2005 8:46:39 AM
I've got the Symbol ethernet docking stations which use eConnect. The idea
is that we can bypass ActiveSync if desired and use strait TCP/IP connection
to/from the device/main server.
Since my installation program uses ActiveSync (CEAppMgr) how can i install
my app to the devices via TCP/I... more >>
strange behvaiour for poom
Posted by alan at 1/27/2005 8:13:03 AM
thanks for helping me in the previous post
i can compile a DLL and add an appointment in my real PPC and Emulator
but sth. strange, when i compile and run my program in Emu
it gives me "missingmethodexception", but i already have the dll (extract
from X86's CAB) in the application folder in t... more >>
Help Urgent! RegOpenKeyEx Does not work
Posted by Birdling at 1/27/2005 7:14:57 AM
Guys:
I am developing an .net application on Pocket PC 2003. Need to read the
registry keys, however, code did not work. Use Owner as an example:
Public Declare Function RegOpenKeyEx Lib "Coredll" Alias
"RegOpenKeyExW" (ByVal hKey As Integer, ByVal lpSubKey As _
String, ByVal ulOptions As I... more >>
is IIS necessary for RDA?
Posted by Matteo Gabella at 1/27/2005 6:06:08 AM
Hi, i have a question: is it strictly necessary to use IIS as a filter
for the device/SQL server communication? I mean... if the device is in
the intranet, can I specify in the RDA.InternetUrl the string
"\\xx\kdjf\" instead of "http://..."?
thank you
MG
www.stranigiorni.com
... more >>
Get Current Month's Dates
Posted by Adnan at 1/27/2005 4:33:07 AM
Hi fellows,
I have a table in which i have dates with each record, I have to only get
those records which is of current month.
any comments, suggestion
Regards... more >>
Audio app crashes
Posted by Cyberdot at 1/27/2005 4:05:01 AM
Hello there,
I have a little problem with an application i wrote for recording and
playing wavefiles. Everything works all right, but sometimes, especially when
i play an audiofile longer then 30 seconds twice, the application crashes -
without an error to the debugger or anything else, it si... more >>
|