all groups > dotnet compact framework > may 2004 > threads for monday may 10
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
Bridge between eVC++ and .NET Framework
Posted by Ricardo Veloso at 5/10/2004 10:07:20 PM
I'm working first time in eVC++ while my partner is working in C# .NET. He
created some methods to access SQL CE Server, and I wrote an Today Screen
Application. I need to call those methods, to get data to show in Today
Screen Item.
I saw some articles talking about COM interop, but always be... more >>
Pocket PC software licensing
Posted by Terry Westley at 5/10/2004 9:35:45 PM
I've developed a couple consumer-oriented Pocket PC programs. How does one
go about implementing Pocket PC software licensing?
--TWestley
... more >>
TypeLoadException
Posted by Tommy Malone at 5/10/2004 4:03:00 PM
I got this error trying to run an application with an OpenNETCF link label.
TypeLoadException
Could not load type OpenNETCF.Windows.Forms.LinkLabel from assembly
OpenNETCF.Windows.Forms, Version=1.0.2904.0, Culture=neutral,
PublicKeyToken=30C767B29D52D6E6.
I know these are all my mistakes... more >>
GIF or JPEG?
Posted by Arn Cota at 5/10/2004 3:34:48 PM
Hi, is there a .NET CF control for displaying a JPEG or GIF image?
Thanks!
... more >>
Help to copy file on Pocket PC
Posted by Haresh at 5/10/2004 2:18:44 PM
Hi All
I am developing application for pocket pc using compact framework.
Application requires that when user select perticular file name that pdf
file should be copied from network computer to pocket PC and it should be
launch programatically.
My Problems are
1 How to copy file to Pocke... more >>
Problem with readXml into DataSet
Posted by Linus Rörstad at 5/10/2004 12:14:16 PM
Hello!
I have created a xml-file by using the writeXml method on a dataset. The
problem arrises when I want to read the xml-file back into a dataset on a
pocket pc application. Some of the fields which are strings have whitespaces
added to end of the values in the dataset but not in the xml-fi... more >>
What would prevent 3rd party .Net classes from working in CF?
Posted by Earl at 5/10/2004 12:09:32 PM
Has anyone used the Infragistics .Net form classes in CF? What issues might
arise trying to use those controls in CF?
... more >>
Sending EMails from within C#-Application?
Posted by Boris Nienke at 5/10/2004 11:14:08 AM
Hi,
and again the same old question ;-)
How can i send an EMail WITH ATTACHMENT(!!!) from within my own C#
application?
The clients had problems with the build in MS-Mail-Client (Settings lost
etc.) so i think a complete build-in-solution would be the best (a
config-file with smtp-server, ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
side by side
Posted by casey chesnut at 5/10/2004 10:15:56 AM
i'm a little scared to try this, because i've got some needed working apps
....
but what happens when i deploy a Whidbey CF V2 app to my device?
it is going to need to deploy the new runtime bits to my device:
will they work side-by-side? or will my V1 be overwritten?
if it is not side-by-si... more >>
What does this build error mean?
Posted by Tommy Malone at 5/10/2004 9:27:49 AM
Error: The dependency 'mscorlib, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=969db8053d3322ac' in project 'MohawkProfit' cannot be copied
to the run directory because it would conflict with dependency 'mscorlib,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
And... more >>
Data and the .NET CF
Posted by Arn Cota at 5/10/2004 8:36:11 AM
Hi,
I am just wondering, do most people serve data up via XML, SQL Server CE, or
what? There is no built in support for Access databases correct?
... more >>
Compression, Can It Be Done?
Posted by email NO[at]SPAM craighardcastle.com at 5/10/2004 7:07:19 AM
hi,
What i'm doing is grabbing the image from a picturebox, which is
getting stored into a memory stream.
The problem with getting the bitmap data this way is i can only get
16bit and 24bit images. This would be fine but i then want to send
this data over the internet to a remote pc. Which ... more >>
How to get PocketPC's Processor type
Posted by joby_cg NO[at]SPAM yahoo.com at 5/10/2004 5:32:02 AM
Dear All,
How to find out the type of the proccessor of my Pocket PC like ARM
or SH3 or MIPS etc. The thing is I want to install the CAB file
deppends upon the processor.
One more thing how can i download the application from web depends
upon the processor.
Thanking you all.
Regards
... more >>
String or Integer?
Posted by Trevor at 5/10/2004 4:26:05 AM
Hi
Im a relative newbie to the .NET CF and am writing in VB.NET
I have a class (class A) that could hold a potential of 15 different classes in its "data" member field. I have added a field called "dataobjectname" which I set whenever I add the data member. Whenever I look to call the "convertT... more >>
Retrieve the icon from an .exe file
Posted by Gloomy at 5/10/2004 2:56:02 AM
Hi,
I'm making a kind of a task manager (Win XP like), where the user can see the list of running programs. My problem is to display the icons of these files. Is it possible with .Net CF.
Thanks. ... more >>
|