all groups > dotnet compact framework > march 2005 > threads for friday march 25
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
CookieContainer in CF problem
Posted by chunsheng at 3/25/2005 7:07:01 PM
I studied the previous post in this topic for C#. Failed to understand the
sample code.
Could some one explain how to solve it in VB.NET?
Add a CookieContainer in the webservice class?
Appreciate your reply!... more >>
Pen Width?
Posted by Andreas Schenk at 3/25/2005 6:43:31 PM
Hi!
I do the following code to generate a new pen:
--> pen = new Pen(Color.Black);
in the help I saw that you can change the width of the pen with:
--> pen = new Pen(Color.Black,5);
but it won't work for me in cf?! how can I use a custom width for my pen?
Andreas Schenk... more >>
unloading programs in ROM
Posted by Helen Warn at 3/25/2005 6:39:08 PM
Hi all,
I am working on an Updater app for my compact fx applications. It checks a
web service for updates and if there are any, downloads the CAB file and
attempts to install it. Everything works fine until I try to install the cab
file, which, after wceload opens it, gives me the message ... more >>
eval
Posted by vhoward at 3/25/2005 6:29:26 PM
hi,
i use compact frameword and c#
is there a way to eval instructions 2*3 for exemple, containing in a string
?
thanks in advance
... more >>
Refresh part of the screen
Posted by KC Eric at 3/25/2005 5:42:22 PM
Hi all,
this.Refresh() would refresh the whole screen,
how to refresh part of the screen? Is there any tutorial for this?
Thanks much!
KC Eric
--
----------
-> ¹ª¨¬·F«l¡A¤Oª§¤W´å¡A¦h§Ö¦n¬Ù¦a«Ø³]²z·QFYP¥D¸q
-> °í¨M¿í±qÄPô¥|¶µªíz¡A¥þ±¸¨¹ê¤jÄPª÷Á`¸ô½u¡A¨«¦V¥|Óª«¥óªì©l¤Æ
-> ¯R¿Ë®Q¿Ë³... more >>
MapPoint & CF ?
Posted by MechaEngineer at 3/25/2005 3:47:28 PM
Is there any control for Compact Framwork to use with MapPoint?
I was googlin` a little bit but found nothing. You know... it`s just a picture,
but i wonder whether there is sth interesting.
Rgrds,
Matthew "MechaEngineer" Enge
... more >>
Smartphone sample code
Posted by Harry at 3/25/2005 3:44:52 PM
Can anyone please point me to Smartphone sample code using c# ... Thanks
... more >>
CeRunAppAtEvent
Posted by Paul at 3/25/2005 3:23:42 PM
How does this work? Do you run it once and it writes something to the
registry in order to let CE to look for the executable? Does the
launched application get an event that lets you know it was started in
response to this condition?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
OT: Registry Files
Posted by Beebs at 3/25/2005 11:45:22 AM
When I have some .reg files I need to install on a particular
handheld, how do I execute or run (install) a .reg on a PPC 2003
device, or can't I without a hack or secondary application?... more >>
Compiled binary doesn't work
Posted by Saman at 3/25/2005 11:24:44 AM
Hi,
I am a newbie to .NET CF programming. I have a Pocket PC 2003 device
(hp2210) and .NET CF 1.0 SP3. In VS .NET 2003 I have created simple form
aplication with a menu and inputpanel. It runs well in emulator , but on
target device it does nothing.
Can someone point me where is the problem?... more >>
Bitmap vs BitmapEx
Posted by Andreas Viklund via DotNetMonster.com at 3/25/2005 7:12:41 AM
Hi!
I am not really sure how to use the OpennetCF BitmapEX class. Could you use
it in the same way as the .NET CF's bitmap? It does not have the getpixel
and setpixel property, but lockbits and unlockbits, which I want to use,
but I cant figure out how to load a jpg-image to the BitmapEx. Is t... more >>
Child Form Gets Parent Form's Click
Posted by Bill at 3/25/2005 7:01:04 AM
I have an issue where click events on a parent form are being passed along to
a child form. The parent form has a ListView that invokes the child form when
a list item is clicked. The ListView lies on about the same bit of real
estate on the parent form as an OpenNETCF LinkLabel does on the ch... more >>
How to open Remote Registry Editor?
Posted by elena at 3/25/2005 6:51:03 AM
Hi, All
I have to create new registry to install Application on the Handheld.
How can i open "Remote Registry Editor" in "Help" file i found this
[b]From the Tools menu, choose Remote Registry Editor.[/b] , but when i go
to "Tools" i don't see this item... where is it?
Please, help
elena... more >>
OleDb support
Posted by W Khattak at 3/25/2005 4:25:07 AM
Hi,
It looks like Compact Framework doesn't support OleDb.Is there any other way
to read data from a delimited CSV file?
Thanks
... more >>
Emulator and SP3
Posted by HeinzW at 3/25/2005 3:27:01 AM
Hi
I have installed CF SP3 on my desktop and I can verify on the desktop and on
the device. But when I check with the emulator 2003 it shows SP1. Can anybody
help me with this problem?
Thanks in advance
Heinz... more >>
OpenNETCF and GUID
Posted by Glyn Meek at 3/25/2005 12:00:00 AM
Can someone just tell me which of the OpenNETCF libraries contains the GUID
'stuff'?
... more >>
|