all groups > dotnet compact framework > january 2008 > threads for january 29 - 31, 2008
Filter by week: 1 2 3 4 5
Mouse selection
Posted by David at 1/31/2008 2:49:55 PM
Hi all,
I have a picturebox control, that I am dynamically generating a graph of
points (vector drawing).
Now, what I need to do is when I hold my pointer on a plotted point (or
within a specified radius), I want to pop-up certain information about the
point. You know, like the circle th... more >>
HttpWebRequest.GetRequestStream and ProtocolViolationException
Posted by Ben at 1/31/2008 10:31:29 AM
I'm working on an application that I would like to get running on a
WM6 Smartphone. The application needs to be able to send HTTPS POST
requests with Content-Type text/xml
This is the code I am using to send the request:
wRequest =
(HttpWebRequest)WebRequest.Create(string.Concat(this.URLPr... more >>
Possible Bluetooth SerialPort Issue?
Posted by Jerod Houghtelling at 1/31/2008 10:05:27 AM
Hi all,
I'm new to Bluetooth programming so if I've missed something obvious
please feel free to body slam me. This could also possibly be a
threading issue that I'm messing up.
I have a Bluetooth device that I'm able to connect/read/disconnect
from all just fine. The problem I'm running in... more >>
DirectoryInfo and Network Shares
Posted by Charles Teel at 1/31/2008 9:31:07 AM
I'm working on an app that will display a list of shared resources on
a PC connected to the TCP/IP network. I figured out how to get the
list of the shared folders and printers on a PC, but I can't figure
out how to differentiate between the two.
I'm using the DirectoryInfo.GetDirectories() me... more >>
how to read and write a xml file into a PDA phone thru desktop vb.net application
Posted by justinnpravin@gmail.com at 1/31/2008 5:02:48 AM
hi all,
First thing is that , when a PDA is plugged in it shouuld detect the
connection and the desktop appln should start sync.. with the PDA to
get the config file.
based on config file the xml file should be copied to or read from
the specified path in PDA.
plz help me.... more >>
Oracle Server connection from Windows ce
Posted by sgulciny@yahoo.com at 1/31/2008 1:58:19 AM
I friends, I have a problem about windows ce mobile device and windows
xp oracle server comp. connection.
I develop project with visual .net 2003 c# smart device application.
using System.Data.OracleClient;
private void sendData_Click(object sender, System.EventArgs e)
{
OracleConne... more >>
Newbie: How to show the wait cursor
Posted by Norbert Unterberg at 1/30/2008 12:54:06 AM
I have a question that should be easy for you:
How do I show the wait symbol? I mean when an application starts you get the
symbol on the center of the PDA screen with the rotating colors.
Nowe I have some lengthy operation in my app, how do I show this symbol? I'd try
UseWaitCursor, but t... more >>
Button Schrift zweizeilig
Posted by Rainer Borchmann at 1/29/2008 7:11:24 PM
Hi,
wie im Betreff abgedeutet, möchte ich gerne
auf einem Button zweizeilig etwas ablegen, also so
OK
hier weiter
das weis doch jemand ohne über meine miesen C# Kenntnisse zu schmunzeln ?
Danke
Rainer Borchmann
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Memory management problem on compact framework 2.0SP1
Posted by franck at 1/29/2008 5:42:15 PM
Hello everybody,
I've a memory management problem. We wrote a c# application that uses an sql
ce database with a lot of datasets and uses MS merge replication.
The problem is that during the use of the application the memory in use wil
grow and will never become lower, until the application ... more >>
Large image
Posted by Broeden at 1/29/2008 1:43:01 PM
Hi,
I have a map in the format of 3000 * 3000 pixel bmp-file. This is of
course to big to load into a bitmap.
Does anyone have any ideas how to handle this image to be able to pan
the map in the PDA. Do I have to cut the image into smaller pieces or
is it somehow possible to read small parts ... more >>
Picture Box oddities
Posted by Noble Bell at 1/29/2008 10:32:00 AM
I have an app with 4 picture box controls on it and I need to load images
into the picture boxes. I have the picture boxes set to 216,162 in size and
the property set to "Stretch Image". While loading image sizes of 800x600
there is not a problem but when I try to load an image size that is 1... more >>
Zebra Mobile .NET SDK v1.5
Posted by Harry Simpson at 1/29/2008 10:10:25 AM
I've been playing with what is billed as the Zebra Mobile .NET SDK v1.5 in
conjunction with a Demo app which prints out CPCL thermal labels from the
MC70 Motorola/Symbol device. Sending the print via BT COM9 to BTExplorer
Lite.
Welp it has a great Zebra printing engine that prints like in ... more >>
Localfree on WM2005
Posted by Mobileboy36 at 1/29/2008 9:06:42 AM
Hello group,
My function BasePing doesn't work any more on mobile 2005.
I get an unsuspected error on the line calling "LOCALFREE". On pocket pc
2003 i still have "normal" behavior.
What am I doing wrong? How can I change my baseping function to get it
working on a WM2005 device?
best re... more >>
WebBrowser widget - auto deploy keyboard
Posted by stealthrabbi at 1/29/2008 8:54:12 AM
Hello,
Working with VS2005, .NET CF 2.0 SP1, and Windows CE 4.2.
Basically, for Text Boxes that I use, i have hooks in place for when
the box gains / loses focus the SIP (Soft Input Panel) aka Keyboard,
gets shown / hidden respectively. Is there a way to have this
behavior automatically oc... more >>
JPG compression
Posted by Broeden at 1/29/2008 4:52:07 AM
Hi,
I have a question about the JPG compression in CF2.0
I tested to load a jpg-image of about 2Mb into a bitmap, and the then
save it at once. The saved image is of only 600kB.
bmpMap = new Bitmap("Test.jpg");
bmpMap.Save"Test.jpg", System.Drawing.Imaging.ImageFormat.Jpeg);
Is there... more >>
|