all groups > dotnet compact framework > august 2006 > threads for august 29 - 31, 2006
Filter by week: 1 2 3 4 5
OLEDB / ODBC connection
Posted by Gian Paolo Clarici at 8/31/2006 5:25:14 PM
It is possible to use the OLEDB or ODBC tecnology to connect a database
different from SQL Server?
I need to connect to Sybase Adaptive Server Enterprise.
I'm using VS2005, .Net CF2sp1.
thanks for any suggestion.
JPC
--
... more >>
Unitech PA962 Win 4.2 and CF 2.0
Posted by Daniel Krejèíø at 8/31/2006 2:30:12 PM
Hallo,
do you have someone some experiences with installing Compact Framework 2.0
SP1 to Unitech PA962 device? The installation seems to be OK, but the "Hello
Word" Windows CE 5.0 device application wrote in VS2005 doesn´t work in
device.
The error message tells that it is requested the newe... more >>
NotSupportedException from XmlDocument
Posted by Moose at 8/31/2006 1:44:02 PM
I get a :
System.NotSupportedException was unhandled
Message="NotSupportedException"
StackTrace:
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlLoader.LoadNode()
at System.Xml.XmlLoader.LoadDocSequence()
... more >>
REWARD!!
Posted by Harry Simpson at 8/31/2006 11:41:29 AM
Just kidding but i can't seem to get a response from this group.
Looking for a good source of CF2 UI controls such as rounded buttons,
picture backgrounds etc. Kinda like ActiveThreed use to be but for Pocket
PC development....any ideas?
Thanks
... more >>
Installation project
Posted by Peter Morris [Droopy eyes software] at 8/31/2006 11:34:01 AM
Hi all
My target device will have a folder (external memory card) named "SDMMC
Disk". Can I specify that I want my application installed into a folder on
that disk rather than in the Program Files folder?
(VS2005 CF2)
Thanks
Pete
... more >>
OutOfMemory when load a picture to picturebox VS2005
Posted by feby at 8/31/2006 10:05:30 AM
hi..need help about how to handle OutOfmemory exception when loading a
picture more than 100KB through a WIFI Connection, please give me a
sample code (VB.Net VS2005)
Many many thanks..
... more >>
OSGi support?
Posted by cyberco at 8/31/2006 5:59:00 AM
Is there any support for the OSGi [1] framework in the .NetCF?
[1] OSGi: http://en.wikipedia.org/wiki/OSGi
... more >>
choose between EVC and C#
Posted by Manish at 8/31/2006 4:54:01 AM
Hi
I have to do one new project . I have to decide between C# and EVC++ for
application development for PocketPC.
Can anybody suggest "waht are the parameters i need to consider for deciding
development platfomr between EVC and C#"
Waiting for your reply
Regards
Manish ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Strongly typed resource strings in CF2
Posted by polly.dixon NO[at]SPAM gmail.com at 8/31/2006 2:34:25 AM
Hi,
I can't seem to find any information on using the My.Resources object
in C# under CF2 in order to access localized resource strings. I know
it is no longer required to use the ResourceManager directly.
I was playing around with this functionality a while ago but can't
remember how I did... more >>
How to Connect a CF2 Device with VS2005?
Posted by Benjamin at 8/31/2006 2:03:16 AM
Hi,
i used in VS2003 "Smart Device Authentication Utility" and on the
Smartdevice "SDAuthUtil" to Connect the VS2003 with the Device. The
debugging runs really fine.
Now search a solution for VS2005. How can i connect a Smartdevice to
VS2005, to debugg some Software? Please Help me.
best... more >>
other than InTheHand Software
Posted by dbmaster1443 NO[at]SPAM rediffmail.com at 8/31/2006 12:09:00 AM
Is there any other software or .NET component , which i can use in
place of InTheHand to devlop pocket pc based db applications?or in
other words, How can i bypass the use of InTheHand Software component?
... more >>
How to dial a number from C#
Posted by Henrik Skak Pedersen at 8/30/2006 9:39:10 PM
Hi,
I am creating a C# CF .NET application which should dial a number and hang
up afterwards. Does anybody have an example of how to do this?
Thanks.
Henrik.
... more >>
Serialization in the Compact Framework
Posted by Samuel Shulman at 8/30/2006 6:10:38 PM
Hi
I would like to use the XMLSerializer to serialixe my objects (and use it to
transfer data [avoiding RDO]) between the Pocket PC and the desktop
I noticed that VS.NET 2003 doesn't support that, the question is whether
2005 does
Thank you
Samuel
... more >>
Two different argb values...
Posted by Noble Bell at 8/30/2006 5:41:02 PM
I have to different PPC's by two different manufacturers. Both are running
the same version of OS and both are PPC2003.
When I do the following:
1) I load the same image on both PPC displays
2) Get a pixel color
3) use the pixel.toargb() function
I get two different results. Why is this? ... more >>
DataGrid Column Width using SqlCeResultSet
Posted by SarahP at 8/30/2006 12:32:08 PM
Hi,
FYI I'm writing in C#, not VB.
I'm using an SqlCeResult set as the datasource for my datagrid. I need
to do this, for performance reasons, rendering the datagrid when its
datasource is a dataset takes 10X longer, and that makes a big
difference when you're dealing with 5000 records.
... more >>
Emulator Connection to Local WebService
Posted by Ivan at 8/30/2006 10:34:02 AM
Hello,
I currently have a smartphone project that uses 2 different web services.
One that is contained on a seperate machine and another that is local (i.e.
localhost). The webservice on the local machine is the problem. I would put
the WebService on the non-local machine, but it's easi... more >>
OpenNetCF 1.4 not installing...
Posted by Noble Bell at 8/30/2006 9:13:01 AM
Here is the deal:
I have an installer created via guidance from an MSDN article and using
VS2003.
I have to install OpenNetCF 1.4 before I install my application. How can I
do it?
Here is what is happening:
When I take a PPC and cold-reset it and run the installer everything works
... more >>
Connection Manager Woes!
Posted by chris-s NO[at]SPAM mailcity.com at 8/30/2006 9:03:58 AM
Here is the scenario...a roaming Windows Mobile device (not WM5) with
WIFI and WWAN capabilities needs to connect to a given url eg
"www.myserver.com", preferably using WIFI if available, if not then
WWAN.
We've spent a LOT of time googling and playing with the connection
manager configuratio... more >>
Disabling the time changing option in PPC
Posted by avanza at 8/30/2006 5:59:18 AM
hello all,
does .net CF provide ne faclity of restricting the user from chanigng
the date/ time setting of the PPC Device?
... more >>
Invoke a system keyboard using SIP
Posted by François Oliveira at 8/30/2006 4:06:01 AM
I try to find a class on .Net Compact Framework to get control of System
Keyboard, but I only found an article Creating a P/Invoke Library that use
API functions. The .Net Compact Framework don't have this class?... more >>
.NET 2 SP 1 CE 4.2 Full Screen
Posted by Adam Goetz at 8/30/2006 12:00:00 AM
Any easy way of making a .NET 2.0 app on CE 4.2 full screen, i.e.
covers/hides the task bar, or do I have to start p/invoking in api calls?
... more >>
How to get free memory on MemoryCard
Posted by R.Scharf at 8/30/2006 12:00:00 AM
Hello NG
I Can't find the way to get the free Memory on my MemoryCard (\SD-Card)
I use the Card to save Log and backup files. Bevor i'm start to copy files
to the card i will know if there is enough free space.
Greetings from Germany
René
... more >>
Restarting the Timer Object
Posted by Willem at 8/30/2006 12:00:00 AM
Hi Guys,
Does anyone know if the Timer Object (in C#) can be reset?
I know there's the autoreset function in the .net framework, but that method
seems to be excluded in CF.
thx in advance!
Willem
... more >>
How can I make my application persist after a Hard reset
Posted by avanza at 8/29/2006 11:51:41 PM
Hi all,
I want to know if its possible to persist my application on the PPC
through a hard reset?
... more >>
Is it possible to upgrade a WM5 device to CF2.0?
Posted by WayneM at 8/29/2006 2:31:02 PM
I am using a device that has WM5 and CF1.0. My development environment is
VS2005, which defaults to using CF2.0. Is there some way to upgrade the
device to use the CF2.0 or do I have to always build apps in VS2005 that
target the CF1.0?
Thanks in advance,
WayneM... more >>
please help - unable to connect to sql server from handheld device via usb activesync and sqlclient
Posted by dotnetfellow NO[at]SPAM yahoo.com at 8/29/2006 11:04:54 AM
I have tried using the SqlClient class to connect to the database, but
I haven't had much success. Here is my
setup:
Desktop/Workstation has Windows XP, ActiveSync, .NET Framework 2.0, and
SQL Server 2005. The production Workstation
will have 2000; so I do want to ensure SQL Server 2000 compa... more >>
Problem with multithreaded C# app on Windows CE
Posted by GT at 8/29/2006 12:25:01 AM
Hello
I'm having a problem running a C# multithreaded application on Windows CE 5.0.
The code I'm trying to execute is the source code of the MSDN article:
"Safe, Simple Multithreading in Windows Forms, Part 3" , January 2003,
written by Chris Sells
(http://msdn.microsoft.com/library/defau... more >>
|