all groups > dotnet compact framework > january 2004 > threads for saturday january 17
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
ShellExecuteEx returning Access Denied
Posted by Tony Pitman at 1/17/2004 11:52:56 PM
I am trying to execute an external application from within a C# .NET Compact
Framework Assembly. I followed a suggested way of creating some helper
classes to marshal the string pointers for me. What I get is that the call
to ShellExecuteEx is failing and the Marshal.GetLastWin32Error returns
0x... more >>
How to call WinCE DirectX APIs in C#?
Posted by Harry Bai at 1/17/2004 7:21:10 PM
I want to use DirectSound
But I don't know how to use it in .Net CF?
Can you help me?
I am a new in C#, so a detailed description is welcome
Harry... more >>
Shared DLL
Posted by garrick at 1/17/2004 2:36:13 PM
I am trying to create a .NET DLL that is shared between the Cf and the desktop .net application. It contains code to persist/read data via stream reader/writer. I have created the new project with the code formerly duplicated between the two apps and the code builds fine. However, when I add a refer... more >>
Some kind of server ...
Posted by Martin Robins at 1/17/2004 12:44:22 PM
Sorry for the thread heading, I was not sure what to title it!
I have 75 mobile devices that I need to keep synchronised with the latest
versions of software. Currently, I have to upgrade each device individually
using the ActiveSync connection on my desktop and this is a pain.
I am looking ... more >>
A general Census of opinion: Is SP2 Ok now?
Posted by Martin Robins at 1/17/2004 12:41:54 PM
I know that this may spark an artgument, and this is not what I want;
however I am wondering whether to upgrade to SP2 of the CF or not.
I have seen many threads discussing perceived problems; some have been
resolved and others have not, but in general: Is service pack 2 stable
enough to use n... more >>
String to StreamReader
Posted by Joe Hanna at 1/17/2004 12:33:30 PM
Hello,
Does anyone know how to convert a String variable into a =
System.IO.StreamReader object ?
Thanks in advance,
Joe... more >>
Repopulate comboboxes on form1 from event on form2
Posted by j3pup NO[at]SPAM adelphia.net at 1/17/2004 11:18:58 AM
I have done this in regular .net with an event on form2 that runs a
sub on form1. Only proplem is I can't get .net to raise the event.
Am I going about this the right way? Should I be using threading or
something?
Thanks In Advance... more >>
Background application
Posted by Geir Andersen at 1/17/2004 5:46:05 AM
I'm writing an application which adjust the screen brightness, depending of the time of the day
How do I start the application minimized and prevent it from being terminated by the operating system memory management?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Deploy to Smartphone device problem
Posted by Pocket Rocket at 1/17/2004 2:54:51 AM
I am developing an application using VS.Net 2003/Compact Framework for
Smartphone. I received a Smartphone device along with the Smartphone
Developer Bundle from Microsoft. My application works fine on the emulator
but does not deploy to the Smartphone device. Complains that the device is
not... more >>
SelectNodes
Posted by Cristi at 1/17/2004 2:26:09 AM
I made an application which uses SelectNodes method from XmlNode. I just found that this method is not supported in Compact framework. Do you know a way to replace this method or somehow to populate the XmlNodeList
Thank you... more >>
OpenFileDialog in Smartphone
Posted by Pocket Rocket at 1/17/2004 1:16:57 AM
The OpenFileDialog class that is available in the Compact Framework does not
seem to work in Smartphone. It throws a NotSupportedException. If I were
to let the user select a file in the Smartphone application, how would I
accomplish that?
Thanks.
PR
... more >>
|