all groups > dotnet compact framework > may 2004 > threads for sunday may 9
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
App reads german text file written with desktop
Posted by Martin Rhinow at 5/9/2004 10:29:52 PM
My Pocket PC application reads a german charater text file with several
lines, that was written with my XP desktop. As a result, all special
german characters like 'ä', 'Ä' etc. were missing. I work with C# and
Compact Framework. How can I read characters correct?
Martin
... more >>
Pocket PC Query
Posted by angka at 5/9/2004 9:21:02 PM
I wrote a application for querying data from server using VS.Net smartdevice application and I run it on the emulator and it work out prefectly fine. However when i install it to my Pocket PC the application can work but when I query from server it thrown an exception "TypeLoadException". I tested o... more >>
aligned multiline custom button
Posted by lang at 5/9/2004 6:51:03 PM
i have been able to create a custom control that overrides the onpaint method to create a multiline button. However, i can't think of a way to align this text to center. Thoughts
Current code that I have
private bool pressed = false
public WrappingButton(
protected override voi... more >>
Column width in the incredibly lame datagrid
Posted by Earl at 5/9/2004 3:05:18 PM
Is it true that you can only change column widths at the time you assign a
column style and must have a mapped table name to do so?? What about using
it unbound?
... more >>
Cross Platform Advice
Posted by javaboyjunior NO[at]SPAM hotmail.com at 5/9/2004 2:26:47 PM
Hi,
I have a C# CF application that I would like to also execute on
regular Windows. It has some API calls in it so I have already #def'd
these so they will only apply when running against the CF.
With the previous version, I ended up creating new windows forms and
then cut and pasting the ... more >>
P/Invoke trouble (ScrollDC)
Posted by Marcos Cruz Arjona at 5/9/2004 12:49:17 PM
Hi,
In order to scroll the client area of a custom control, I call ScrollDC
unmanaged function using the P/Invoke service in the .NET Compact Framework.
I've declared it, as follows:
[DllImport("codedll.dll", EntryPoint="ScrollDC")]
public static extern bool ScrollDC(IntPtr hdc, int dx, ... more >>
ConnectionInterrupted problem
Posted by yp NO[at]SPAM lms.be at 5/9/2004 12:40:29 PM
Hi,
I am struggling with a deployment problem for a couple of days now.
Whenever I try to deploy a VB.NET solution from VS2003 onto my Symbol
PPT8800 (CE.NET 4.1) I get following error after just after copying
the executable to the device:
Error: ConnectionInterrupted from connection object.
... more >>
Wait cursor
Posted by Rn at 5/9/2004 12:20:34 PM
Hi,
Could you please tell me how can I produce the effect of a wait cursor in
ppc? Rn
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|