Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
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 >>



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 >>


DevelopmentNow Blog