all groups > dotnet compact framework > march 2004 > threads for wednesday march 17
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
Copy and Paste function in TextBox
Posted by CafeCat at 3/17/2004 11:14:36 PM
How to use copy and Paste function in TextBox like Notes?
Usually we can select a text in the TextBox, but how can it popup a menu let
you copy and paste?
Thanx
... more >>
Capture keys at fome level
Posted by aliarifpk NO[at]SPAM hotmail.com at 3/17/2004 11:07:06 PM
Dear All,
I am working in VB.Net CF with windows CE. I want to capture the keys
at form level not at control. I mean, when ever a key is pressed in
any control, there should be an event which fire having parameter of
this keys code.
Regards,
Arif... more >>
HP Mobile printing toolkit - changing font
Posted by Robert Lalouche at 3/17/2004 7:11:14 PM
Does anyone know how to change the font size in the HP Mobile printing
toolkit? (I believe Tahoma is the only supprted font, its just the default
text is small - about 8pt) - thank you.
Robert Lalouche
ObTech
... more >>
Create an ActiveSync partnerchip for my app
Posted by Romain TAILLANDIER at 3/17/2004 5:58:45 PM
Hi group,
I have some data (mainly sql scripts) to synchronise from my PocketPC2003 to
my Computer (unidrectional).
My goal is to have an checkbox for my app, as calendar, contacts, or tasks
has one.
I am developing in C#, and i want to install my conputer app, my pocketPC
app, and the par... more >>
AllocHGlobal / FreeHGlobal
Posted by Felipe T. at 3/17/2004 5:10:42 PM
Anyone knows how can i use
System.Runtime.InteropServices.Marshal.FreeHGlobal and Marshal.AllocHGlobal
in Compact Framework?
... more >>
SAPI for Windows CE
Posted by Vish at 3/17/2004 4:16:16 PM
I want speech synthesis and recognition API for mobile devices
If I create a SmartDeviceApplication project, I am not able to add a reference to SAPI! Wheras the Web site for SAPI 5.0 documentation indicates that it is for Windows CE 4.2
Can anyone help me get to run SAPI on Mobile apps
Thank
... more >>
book recommendations?
Posted by bonkers at 3/17/2004 4:07:38 PM
Anyone got a recommendation for a good book on programming in VB.net for
Smart Devices?
I need a basic understanding of how VB .net works, and then specifics on the
compact framework.
... more >>
Opinion: MSDN documentation < useless
Posted by bonkers at 3/17/2004 4:06:13 PM
OK, I'm new to the Visual Studio environment, but I have previous experience
in other languages.
Has anyone else found that the documentation is worse than useless?
Half the time, I can't find what I'm looking for. The other half, I COPY AND
PASTE code RIGHT FROM THE DOCUMENTATION into my ap... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ListView font and icon spacing
Posted by bonkers at 3/17/2004 4:02:25 PM
Working in VB.Net 2003....
Got a ListView showing 10 images from an ImageList. Each item has Text, too.
Problem: When I try to use a larger size image, the images start overlapping
one another, as well as overlapping the text.
Is there a way to set the distance between the Icons in the Lis... more >>
How to set Tab Control visible property to False !!!!
Posted by flyingwhiz NO[at]SPAM yahoo.com at 3/17/2004 2:41:21 PM
I have a Tab control on one of my forms.I have two Tab pages,Page1 and
Page2.When I load the form I want to show Page1 without showing the
Tab Control on my form.I want to navigate tab pages with buttons on
the form.
Hw can I set this.
Thanks
Whiz... more >>
dataset.selecteditem question
Posted by Shannon Ramirez at 3/17/2004 2:35:22 PM
I'm working with a databound listbox. Data comes up i the list box,
but my problem happens when I go to selected something from that list
box. a listbox.selecteditem returns me the primary key value from the
column specified in the .valuemember. but when I do a
listbox.selectedvalue I don't g... more >>
fontdialog and system font
Posted by Art at 3/17/2004 2:33:54 PM
FontDialog :
Why don't I have FontDialog in my PocketPC application.
In system.windows.forms, there is no FontDialog.
How can I do?
System Font :
How can I retrieve the default font in the PPC device?
Thank you so much
... more >>
RFUtils
Posted by Mikkel Andreasen at 3/17/2004 2:11:19 PM
Hi Paul G. Tobe
I have tried your RFUTILS with great sucess!!!. Thx a lot for your code. I ran into one little problem though. When i search for Access points, they always seem to return the same value of signal strenght. I tried using PocketWINc from cirond. If i run this program in the backgrou... more >>
EnumDisplayDevices from C#
Posted by rpbjunk NO[at]SPAM yahoo.com at 3/17/2004 1:53:06 PM
Has anyone successfully used EnumDisplayDevices from C# through the
compact framework?
I keep getting a return code of 0 and a GetLastError value of 87. This
is what I'm doing:
// My wrapper for the Win32 func below
public static int EnumDisplayDevices( ref string DeviceName,
... more >>
ListView Controls - Geting the Selected Item
Posted by James at 3/17/2004 12:41:06 PM
When using a list view control I am trying to use the SelecteIndexChanged event. However, when this event is fired, I can get the index of the selected row. SelectedIndices.Count = 0. How can I get the new index?... more >>
StringFormat
Posted by carmen at 3/17/2004 11:57:10 AM
I'd like to draw a string in vertical format but I cann't use the
StrinFormat class when creating a font because seems not to be in the
Compact Framework. How could I draw vertical text?
... more >>
Databinding Comboboxes
Posted by mhawbecker NO[at]SPAM realtimeresearch.org at 3/17/2004 11:45:55 AM
I am attempting to bind several text and comboboxes on a form to
datatable. The binding appears to work for all the textboxes but not
for the comboboxes. Can somebody tell me what I am doing wrong? I bind
the fields in the Form Load event. Once the user has entered thier
data they push an Enter ... more >>
CAB Instalation on Specific Directory
Posted by Felipe T. at 3/17/2004 11:34:00 AM
Hi Guys,
Iv made some tests with the CAB file generated by the Visual Studio,
and noticed that it always install the files inside Program Files.
So i changed the project properties to build inside an specific directory...
Anyway it havn't worked....
....Any way i can tell the CAB a specific dir... more >>
Urgent!! SqlConnection doesn't work!
Posted by Tomer at 3/17/2004 11:28:15 AM
I'm trying to connect to a sql server using this code:
Conn = new SqlConnection("Data Source=192.168.223.52; user id=sa;
password=sa; initial catalog=DBTest;Connect Timeout=30");
Conn.Open();
Also tried:
Conn = new SqlConnection("Server=P1000; user id=sa; password=sa; initial
catalog=DBTest"... more >>
Multiple application instances
Posted by Elisa at 3/17/2004 11:07:31 AM
Hi,
On a Pocket PC, the .NET CF prevents a .NET application from being
loaded in memory multiple times. But I need some more detail on exactly
what happens if you DO try to start a second instance.
How does the already running instance detect that someone tried to
instantiate a second in... more >>
Microsoft VS .NET Annoying designer problem
Posted by Mobile Boy 36 at 3/17/2004 10:56:50 AM
Annoying designer problem
Visual studio .Net still flips on form inheritance.
When you write your own form base class, and you inherit from it, you are no
longer enable to use the graphical opportunities. The whole form has gone
away. You aren't able to add or remove controls by drag... more >>
Invoke iPAQ backup
Posted by skicow at 3/17/2004 10:56:10 AM
Hi
I would like to run the iPAQ Backup utility that comes on the iPAQ's via code. I've discovered that the executable is called 'iPAQ Backup.exe' and that entering the backup file (*.pbf) (with or without the path) as the first parameter will run the backup utility and set the .pbf as the file to... more >>
Menus on multiple forms
Posted by Christian Westerlund at 3/17/2004 9:56:42 AM
I have multiple child forms which I want to have the same menu as
my MainForm.
I do .Show on each child when I want them to be visible but then the
menu from the Main form disappears.
If I try to set the childs .Menu property to the main forms mainmenu it
disappears from the main form and a... more >>
Asynchronous methods, Invoke
Posted by Christian Westerlund at 3/17/2004 9:47:46 AM
Hi!
From one of my worker threads I want to update the UI so I
use myControl.Invoke but I want the worker thread to continue work after
that but with Invoke the worker thread blocks until the method returns.
I know of BeginInvoke but that isn't available in .NET CF.
Is there another method... more >>
MFCs 'CRgn'
Posted by Brian Burgess at 3/17/2004 9:37:05 AM
Hi all,
Does the compact framework have anything relating to MFCs 'CRgn' class? I
need to hit-test an polygonal area on a window.
thanks in advance..
-BB
... more >>
Detecting .NET Compact Framework
Posted by Felipe T. at 3/17/2004 8:27:24 AM
Any way of detecting if .NET CF is already installed?
... more >>
Bluetooth development in iPAQ Pocket PC 2003 series
Posted by ie98ykchan NO[at]SPAM netvigator.com at 3/17/2004 7:42:46 AM
I am new to development of pocketPC
I have just heard that iPAQ series of Pocket PC 2003 OS , it's
bluetooth API is not Micosoft Bluetooth SDK, it is widcomm SDK
Is it true?
If so, is it mean I can't implement software of Bletooth using
Micosoft bluetooth API to work for iPAQ??
Are there an... more >>
Form Hide() / Show() problem
Posted by Pinkesh at 3/17/2004 3:01:09 AM
Hi
I'm facing a major problem related to the hiding and showing of Win Forms on WinC
I've written a simple program in which I Hide the form, then do some processing, and finally show back the form
But the form is not shown as the foremost, but instead appears in the background
Is this a bug wit... more >>
PocketPC / Windows CE.NET differences
Posted by Jon Brunson at 3/17/2004 1:31:07 AM
Hi, I've got a question regarding the .NET CF; Why does MarshalAs compile & work in a PocketPC project, and does not for a Windows CE.NET project? Surely they both use the same Framework
I'm using VS.NET 2003, .NET v1.1 (CF v1.0)... more >>
|