all groups > dotnet compact framework > september 2003 > threads for sunday september 21
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
KeyDown event still doesn't work in SP2?
Posted by Jerry Way at 9/21/2003 11:44:58 PM
I am excited about the recent release of CF SP2, since it
finally adds keyboard support for KeyDown, KeyUp events to
all controls. But still I can't get KeyPress, KeyDown or
KeyUp to work for the Combobox. I don't think I did
anything wrong in my code. Anyone met with the same
problem?
... more >>
Unique number for each Pocket PC
Posted by Neville Lang at 9/21/2003 10:41:48 PM
Hi all,
Can anybody tell me if the Serial Number found on an iPAQ under Asset
Viewer, is common to all brands of PPCs? In other words, does each PPC have
its own unique number. If each PPC does have a unique number then I wonder
if we access to it in CF or via the WinCE API in unmanaged code?
... more >>
Item property of Collection classes not support by CF
Posted by Henrik Bach at 9/21/2003 8:34:45 PM
So, the Compact Framework version of all the Collection classes does not
support the property Item. So how the hell can I get the value object from a
hashtable with a given key? I can ask if the key is in the hashtable (by
using the Contains method), but without the Item property I don't know how... more >>
SP2 question
Posted by Brian at 9/21/2003 5:25:09 PM
I'm pretty excited about the new stuff in SP2. But I think I may be missing
something, very likely an idiotic thing on my part:
I set up a sample windows application, added a label and button. I set up
event handlers for keypress and keydown and keyup. When either the button
is clicked or ... more >>
References disappearing from CF Project
Posted by google NO[at]SPAM winbasic.com.au at 9/21/2003 4:09:12 PM
Hi,
I'm using VS 2003 CF SP1 and have a problem which is reoccuring enough
now to really start @#^%ing me off. I'm using Xceed Compression
Library and when I load the project, I have errors in the output
window stating that the I've referenced an invalid object. It is
listed in the References... more >>
KeyPress, KeyDown, KeyUp, SP2, Combobox
Posted by Robert Lalouche at 9/21/2003 2:17:04 PM
I now have CF SP2 working (I've gotten forecolor to work
for buttons), but can't seem to get KeyPress, KeyDown or
KeyUp to work for the Combobox. I'm trying to increase
the size of the combobox when its in the dropped down
state, and decrease it when its in the upstate. Using
GotFocus an... more >>
Documentation for .Net Compact Framework (Api)
Posted by Kay Patzwald at 9/21/2003 1:03:30 PM
Hi,
is there any API-documentation (fields and methods in
classes) for C# and the .Net Compact Framework?
Thanks,
Kay Patzwald... more >>
Ampersand query in MenuItem Text, C#
Posted by Neville Lang at 9/21/2003 1:02:02 AM
Hi all,
On a MenuItem, I want to pass an ampersand so that it displays on the menu
item, as in "Edit & Copy". In the past, I have simply used && as the &
usually allows an underline of the next character. However, in the CF if I
use either one or two ampersands in the text string, no ampersand... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|