all groups > dotnet compact framework > april 2004 > threads for thursday april 29
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
numericUpDown problems
Posted by rtermaat NO[at]SPAM neb.rr.com at 4/29/2004 8:40:42 PM
Am I missing something. This control does not support a down or up
method. How can I use it to increase or decrease when the user clicks
this control?... more >>
Speed of C# and GDI+
Posted by Mateusz_£oskot at 4/29/2004 8:18:20 PM
Hello,
I'm going to go with my project one of two possible ways
and I have to make some decisions. First, I'd like
to know more details and others experiences.
I have an ActiveX component which draws a lot of geometries
(lines, points,polygons) and manages
large amount of objects of geomet... more >>
FindWindow Question !
Posted by fullisnull at 4/29/2004 6:22:26 PM
Dim hwnd As IntPtr = FindWindow(Nothing, "LinkMan")
why hwnd is always 0 when I open LinkMan_ window?
... more >>
Speech SDK
Posted by MalawiBwana at 4/29/2004 6:06:04 PM
Does any body know if there is any Microsoft based SDK for Speech Synthesis, for Pocket PC applications? I heard that SASDK works mainly with Web applications
Thanks
... more >>
Property/Methods Support in .NET CF
Posted by at 4/29/2004 5:48:47 PM
Hi
We have just started working on developing an enterprise application using
..NET CF.
We realized that there are certain properties that are not supported in .NET
CF. For instance, we need to use Hashtable but the "Item" property of that
is not supported in CF. How do we get the value corre... more >>
Printing an CF application Form
Posted by developer at 4/29/2004 4:51:02 PM
Hi ther
I have created a display page in my application which contains bitmaps and various other GUI controls. I intend to print this form thru IR or network printer. Is there a way to print the form itself or save the form image as a bmp/jpg file?
Thanks... more >>
ListView: Update FocusedItem
Posted by Marc Ambrosius at 4/29/2004 4:20:23 PM
Hello,
does anybody know when is the FocusedItem property of a ListView updated?
Using the code below I try to set the Focus to the next item. In the full
..NET Framework it works like this. In the .NET Compact Framework the
FocusedItem property does not change and the next time this code is r... more >>
Simple Form Question
Posted by Harry Simpson at 4/29/2004 12:45:05 PM
I've got a Spalsh screen that loads first and enables a timer. I want to
wait a second then go to the main form and dispose of the Splash screen to
save memory - also to avoid having to close two forms on exit.
Seems like it is very hard to refer to another form in CF apps.....
The code below... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How Can I get All API Function Supported by Windows Ce
Posted by fullisnull at 4/29/2004 12:05:09 PM
How Can I get All API Function Supported by Windows Ce?
... more >>
IP address of the connected computer
Posted by Lloyd Dupont at 4/29/2004 11:58:00 AM
I have a PPC CF program which don't use ActiveSync but, instead connect
(preferably wirelessly :) to any computer it could reach via the IP address.
Now I get one problem, let's someone haveing a laptop, and a PPC with my
program and this person is outside any network and is network is disabled... more >>
Prevent/Log Time Change To PocketPC?
Posted by Scott Johnson at 4/29/2004 8:45:54 AM
Hi
I am developing an app in VB.NET for the PocketPC and the customer wants to
log every time the system clock is changed. (So delivery drivers can't roll
back the clock to cheat the system.)
Is there a way to either 1) prevent the system date/time from being changed
or 2) raise an event t... more >>
Display a "wait" graphic when switching between forms
Posted by REarly NO[at]SPAM jswcoinc.com at 4/29/2004 7:19:54 AM
What is the best way to display a "wait" graphic (say, an hourglass)
while switching between forms? My application has a form that
requires several seconds of processing before its paint routine
finishes, so I need to give the user some idea that he/she needs to
wait.
Notice that I didn't sa... more >>
Prevent user from moving a form
Posted by Pinkesh at 4/29/2004 6:51:03 AM
Hi all
I don't want to allow the user to move a form using the titlebar
How can I achieve this in .NET compact framework
(I know that the same is easily possible in .NET framework by trapping the corresponding message
Thanking you
... more >>
|