all groups > dotnet compact framework > january 2004 > threads for friday january 16
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
Registry and Compact Framework
Posted by Pocket Rocket at 1/16/2004 11:24:31 PM
I am developing a compact framework based application for the Smartphone
platform. I am trying to use the Registry and RegistryKey classes
(Microsoft.Win32) to access the registry. Are these classes available in
the Compact framework. If they are not, how could I access the registry
from my C... more >>
Controlling a Digital Camera
Posted by Alex Chan at 1/16/2004 7:34:21 PM
Dear All,
I would like to develop an application that can control a digital
camera. But i have no idea to start (except buying a commercial wrapper), do
i need to interact with the device driver of the camera by PInvoke?
Regards,
Alex
... more >>
InputPanel - Please Help
Posted by Mark Irvine at 1/16/2004 6:34:16 PM
Hi,
I am trying to get the input panel to work with my app, but each time I try
an exception is thrown (no useful info included in the exception.). However
whenever I try to run the code on
http://samples.gotdotnet.com/quickstart/CompactFramework/doc/inputpanel.aspx
or the code included for ... more >>
Deployment Problem
Posted by Mark Irvine at 1/16/2004 3:34:58 PM
Hi,
I have a test app that I want to deploy to PocketPC 2002 based iPAQ (Compaq
branded). However each time I try to do this from VS Studio 2003 I get the
following error message:
Could not write to output file 'netcf.core.ppc3.arm.cab' - Sharing violation
When deployed to the emulator, ... more >>
Motorola MPx200 and .NET CF
Posted by Adry at 1/16/2004 2:55:38 PM
Hi,
I've found the thread in subject dated on november 2003, ended with this
answer of Dino Chiesa:
> I heard that the MPx200 will be flash-upgradeable to SP2003.
> But I don't have a firm source for that, and I don't have an estimated
time
> of availability either.
>
> On the AT&T Wire... more >>
Connection with sql server 2000
Posted by Fabio at 1/16/2004 2:28:39 PM
Hello,
My name is Fabio.
I'm trying to connect with one intance of SQL 2000 (MSDE) via compact
framework. But I can't connect. What is wrong in my code?
My Connection String is OK? If not, how could i build one?
Imports System.Data.SqlClient
Public Class Database
Private Conn As New S... more >>
HTTP\SOAP Compression and Compact Framework
Posted by amthompson NO[at]SPAM ameritech.net at 1/16/2004 1:31:33 PM
Is there any way to compress the HTML\SOAP stream going back to the
client via a .NET web service. I currently have a web service that
returns fairly large datasets to a compact framework application. In
most cases the data returns in a resonable amount of time, but several
of them can take up... more >>
CF-Toolbar don't support Icons?
Posted by at 1/16/2004 12:27:25 PM
Hello NG!
Am I right, that the CF-ToolBar only supports System.Drawing.Bitmap but not
System.Drawing.Icon? If I set the ToolBarButton.ImageIndex to a an icon
within the referenced ImageList the button is blank.
I got no problem within a TreeView.
So how to get transparent Images on a Tool... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
no .NET for Symbian or Palm ==> MS doesn't want it
Posted by www.msmobiles.com at 1/16/2004 10:48:35 AM
we (me and my friends) could port SSCLI to Symbian and
Palm OS, but MS doesn't want it: I got answer from Seth
Demsey from Microsoft that SSCLI is only for non-
commercial purposes!
in other words: we could do it but only if we would be
allowed to sell it. We can't sell it ==> we will no... more >>
Shortcuts on International Versions
Posted by Drew at 1/16/2004 10:18:40 AM
Hi,
I ran into a bit of a problem when someone tried to install my
program on their German version of PocketPC using CF.
The shortcut I had for my program didn't work because I had
hardcoded it via \Program Files\MyApp\MyApp.exe but
on their device it should have been \Programme\MyApp\MyApp... more >>
Beaming files/information using bluetooth and infrared
Posted by stretchstrong NO[at]SPAM hotmail.com at 1/16/2004 10:00:36 AM
I am currently working on a Pocket PC application in C#. I would like
to allow the users to beam information from one instance of our
program to another instance running on a seperate Pocket PC.
Furthermore I would like to let the user select which wireless method
to use for the beaming, blueto... more >>
how to: find storage-cards?
Posted by Boris Nienke at 1/16/2004 8:46:53 AM
hi,
i have to save some data to a storage-card (as backup for example, so i
only like the user to select from storage-cards plugged to the device - and
NOT the "\My Device" etc. directories.
But how to store something to a storage card and how to let the user select
JUST from the storage-ca... more >>
how to: vertical text on buttons?
Posted by Boris Nienke at 1/16/2004 8:45:10 AM
Hi
is it possible to set the button.text to vertical? I like the buttons to be
rotated 90° to the left (to simulate a rotated screen).
the same would be nice for labels.
thank you
Boris... more >>
ComboBox Bug?
Posted by Sebastian at 1/16/2004 8:25:27 AM
Hello,
i added a datasource to the ComboBox and set the display member. Now there
are 12 entries in it. All works fine. But if i want the index of the item
thats entry is for example "Test" and i use the function contains and
indexof , i ll allways get back -1. what should i do if i want chec... more >>
start a application after soft reset AUTOMATICALLY
Posted by -- kurt -- at 1/16/2004 7:21:36 AM
h
i had a great way 2 start my program very first when the pocket pc was reset. it was as easy as set in the registry under hkey_local_machine.init the sub key launch60 to the path and file i wanted 2 start. well all this with pocket pc2002. now with pocket pc 2003 the registry keys r there but wh... more >>
Reporting with the CF?
Posted by mfigueiredo at 1/16/2004 6:46:28 AM
Hi all
Anyone knows if there is any kind of report generator for the .Net CF? My app will have to print a lot of invoices and, for what I've been reading, there is no support for printing with the .NET CF... Any sort of Crystal Reports for the Pocket PC??
Regards in advanc
MIGUEL... more >>
read write REGISTRY in cf2003
Posted by -- kurt -- at 1/16/2004 5:31:11 AM
h
anyone know or has a exaple how to read and write a registry key in vb under cf2003
thank yo
-- kurt --... more >>
Whether .Net CF support DirectX or not?
Posted by CabbageBai at 1/16/2004 2:11:11 AM
I am new for .Net CF.
As I know, Win CE .Net support DirectX, I want to know whether .Net CF support DirectX
Thanks... more >>
Can "hit" server from .NET CF code but not from Internet Explorer [Seems Worse with SP2]
Posted by Chris Theorin at 1/16/2004 1:21:53 AM
I'm pretty "out of whack" when it comes to understanding this ActiveSync
pass through setting for cradled Pocket PCs.
I find a setting combination between the Pass Through setting on the Options
> Rules tab of ActiveSync (3.7.1) on my workstation (XP SP1) (either The
Internet or Work) and both... more >>
|