all groups > dotnet compact framework > february 2005 > threads for tuesday february 1
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
How to deploy to a Win-CE device ?
Posted by Chakra at 2/1/2005 10:18:48 PM
I have a CF.NEt application. I have an active-sync connection between the
dev m/c o the device. How do i deploy it to the device ? I think we are
supposed to create a CAB file , copy it to the device and proceed. Any tips
on how to proceed ?
... more >>
Converting BMP file to JPG file
Posted by David at 2/1/2005 9:37:29 PM
Hello.
I need to convert BMP file to JPG file in CF.
For example I have some BMP file and I want to convert and save it to JPG
file.
How can I do this?
Thank you.
... more >>
Help with capturing events.
Posted by vbMark at 2/1/2005 8:03:56 PM
Hello,
I am running Visual Studio 2003 with .NET Compact Framework 1.1.4322 SP1.
I have this code in a class:
Protected Overloads Sub OnKeyDown(ByVal e As KeyEventArgs)
Select Case e.KeyCode
Case Keys.Up
MessageBox.Show("Up Key Pressed")
Case Keys.Down
Mess... more >>
System.IO.IOException' occurred in mscorlib.dll
Posted by Paul Ilacqua at 2/1/2005 6:29:08 PM
In running vb.net and I cannot get the System.IO.File.Delete(sFile) to work.
It throws the following exception. I'm developing using
"An unhandled exception of type 'System.IO.IOException' occurred in
mscorlib.dll"
I'm positive the file is not in use, Im developing with the Pocket PC 2003 ... more >>
WM_HIBERNATE
Posted by Rodger Higgins at 2/1/2005 5:51:50 PM
Hello,
Can anybody tell me which version of the compact framework if any pays
attention to the WM_HIBERNATE message that Windows CE.NET sends in low
memory conditions?
Thanks In Advance
Rodger Higgins... more >>
Difficult problem! Help!!
Posted by Tomer at 2/1/2005 5:29:37 PM
Hi,
I've a method on a form/class that start a sequence of function calls. In
this sequence the form/class which contains the calling method that started
the whole sequence, is destroyed (this is possible because there is a static
object that stores the form/class).
When the whole sequence... more >>
GPRS comms
Posted by Stelrad Doulton at 2/1/2005 5:07:09 PM
Hi all,
I want to be able to "send" data to remote clients over GPRS. I currently
have a solution whereby I am using http polls to check for data periodically
to emulate the push behaviour I want but this seems wasteful.
I am thinking of a hybrid http/tcp but I don't know too much about
... more >>
.Net on WinCe 3.0
Posted by GraemeR at 2/1/2005 3:17:28 PM
A prospective client has an Allegro hand held computer running WinCe 3.0. Is
it possible to develop a .Net application to run on this machine?
I have been told that they can upgrade the OS to 4.1 (but not 4.2). Is this
suitable?
Thanks for any advice you can offer, Graeme.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Maximise window on wakeup
Posted by Mark Bath at 2/1/2005 3:12:37 PM
OK, I've read through various other threads that give hints at how to do
this (which I really don't understand), but nothing definite.
So here's my problem:
I have a C# application running on PocketPC 2003. This application acts as
a main menu system.
It kick's off other applications on bu... more >>
Maximize screen with dynamic menu?
Posted by briforge NO[at]SPAM yahoo.com at 2/1/2005 1:39:48 PM
I have a form that I want maximized, but I still want to be able to
display and use a menu at the user's request. Is this possible? I've
written an app for the Palm that I'm trying to port over to PPC. The
Palm has a menu button, which dynamically displays the usually-hidden
menu over the curren... more >>
losing property value
Posted by GS-SE at 2/1/2005 12:43:05 PM
I've got a few problems of losing the values of items within an IDictionary
or ICollections based class.
In one case, I have a class that contains a hashtable that holds properties.
I have several instances of this class. I load the values for each instance
into a hashtable at the beginn... more >>
Runtime Controls
Posted by Joseph Byrns at 2/1/2005 10:41:53 AM
I am creating controls at runtime, 42 of them, which I add to a Panel
(panel.controls.add(the control) or control.parent = panel, tried both, made
no difference), this process takes about 7 seconds, which is undesirable.
Does anyone have any idea how I can improve this?
... more >>
RichTextBox Control in .net Compact Framework
Posted by Dave at 2/1/2005 8:56:34 AM
Is anybody aware of a RichTextBox Control for the .net Compact Framework?
Thanks,
-Dave
... more >>
Unicode conversion
Posted by debu NO[at]SPAM rheal.com at 2/1/2005 6:31:03 AM
Hi,
I am working on conversion of existing Oracle database character set to
UTF8, I want to convert existing longraw column from a language
specified locale and converts it to Unicode, I want to write a
conversion program in dot net to do it. What is the best way of doing
it? Is there any oth... more >>
Visual Studio .Net Compact Framework - Technical Problem
Posted by Rakesh Bhatt at 2/1/2005 4:41:04 AM
The problem:
We have done the FloodFill similar to extFloodFIll API in eVC++ and
UDPConnection similar to Winsock control component using C#.Net for Compact
framework.
The client application is on eVC++ 4.2.
These two methods have been exposed from a dll in .Net
We need to integrate thi... more >>
SD Card insertion removing detection
Posted by vladimir203 NO[at]SPAM rambler.ru at 2/1/2005 1:15:05 AM
Hello everyone!
I have such problem.
I have DB on SD Card. My tool read and write info in this DB. So, i
need to detect if SD Card is removed or inserted, and to show a
message for user (for example "SD card was just removed." or "SD card
was just inserted"). How can i do this.
Please, h... more >>
|