all groups > dotnet compact framework > march 2005 > threads for sunday march 6
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
Mnemonic/Accelerator Character in Button Text?
Posted by josepk NO[at]SPAM hotmail.com at 3/6/2005 4:17:46 PM
Hello,
Is there a way to display a mnemonic character in a button's text
property? For example, "&Login" would translate to "Login" with an
underscore under the "L".
I know this is not supported natively in the CF but wondering if
someone has found a workaround.
Thanks,
Joe
... more >>
run on PPC
Posted by samsam at 3/6/2005 1:19:01 PM
I have implemnted an application using VB and C# .NET for PPC. in order to
run it on an imate Jam PPC what should I install first on the imate????? ... more >>
Diable auto complete?
Posted by Chris at 3/6/2005 12:55:04 PM
Is it possible to disable auto complete?
i.e. I have a TextBox control that I am setting the input mode to Numbers
only and I don't want it to drop the menu down with suggested completions (or
to do any predictive text whatsoever - even the underlining).
Possible?... more >>
Installed CF SP2, Set Focus to first TextBox Control but still can't tab between Controls
Posted by safdar at 3/6/2005 10:07:55 AM
Hi,
SCENARIO:
I have CF SP2 (1.0.3316.00) installed on PPC 2002 Emulator.
I have a test application with a Form having two TextBox controls on
it.
I have modified the add order in the Form's Controls collection so that
TextBox1 gets added to it first and then TextBox2 gets added.
I set the fo... more >>
pass in array of structures in P/Invoke Function
Posted by Rafiqah Abd.Rahman via DotNetMonster.com at 3/6/2005 3:45:21 AM
I want to pass in an array of structures using a P/Invoke function. But
they currently give me a non-supported exception.How to solve this? Please
reply to me asap.I need the codes urgently!!
These are my codes.
These are at the wrapper class
==============================
<S... more >>
Backgroundworker: ProgressChanged runs AFTER Job is done
Posted by frank.dietrich NO[at]SPAM dd-tech.de at 3/6/2005 2:20:46 AM
Daniel,
I am having a guided dialog consisting of a collection of panels.
Normally I am loading each "page" as it's needed. My idea now was to
employ the backgroundworker and (pre)load pages in the background.
As I am not supposed to touch the GUI from the DoWork, DoWork actually
does nothi... more >>
run external program
Posted by Tony_bb at 3/6/2005 1:03:11 AM
Hi,
I have a barcode scanner in my Pocket PC.
The scanner include a program name "SCKTSCAN.exe", when run it, scanner will
start a scan.
Would you please tell me that how to run this program in my program (writing
in VB.NET)?
Thanks in advance
Tony
... more >>
|