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 > may 2004 > threads for friday may 28

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

Send data through ActiveSync
Posted by Mystic Mong at 5/28/2004 8:15:29 PM
Hi everyone, Can someone point me in the right direction towards doing the following? It's not something I've tried to do before so I am not entirely sure what the best method would be: I have an app that runs on PPC2003, written in VB.Net (running on Symbol 8846 units). Data is collected i...more >>


webservice
Posted by eNoodle at 5/28/2004 5:01:56 PM
I had developed a small application accessing simlpe webservice. Everything works fine before i compile and in releasemode, i get an error message saying MissingMethodException. I recompile my solution in debug mode, everything goes fine again. Anyone meet the same problem before, how am i g...more >>

connecting app in Pocket Pc emulator to local SQL server
Posted by Bert at 5/28/2004 5:01:03 PM
Hi, I was able to connect to the SQL server 2000 in the network using the code below. Dim cn As SqlClient.SqlConnection cn = New SqlClient.SqlConnection("user id=sa;password=xxx;database=MF;Server=10.0.0.16") cn.Open() However, I also want to continue working at ho...more >>

How to send a parameter along with an exe
Posted by joby_cg NO[at]SPAM yahoo.com at 5/28/2004 12:45:18 PM
Dear All, I have a console application exe of compactframework. I want to download this exe from the web. How can i pass parameter along with this exe. Response.Redirect("http://jobychacko/helpme/consoleapp.exe {i want to passthe parameter here}"); How is it possible? While downloadin...more >>

Textwriter
Posted by MDB at 5/28/2004 12:20:19 PM
Hello all, I have a text writer that is re-formating some of my characters (& to html &). Is there a way to make it stop doing this? I am new to xml and textwriters so I am not real sure if I am doing this correctly. Here is what my code looks like XmlTextWriter writer = null; System.I...more >>

Missing Paint Messages
Posted by Duncan Mole at 5/28/2004 11:40:27 AM
###This is a repost from a not so lively forum!##### Hi, I have created a control which draws a title bar and provides a drop down menu for a Smart Device Application. It seemed to work fine until I came to add an event handler to act on Paint messages in the form which has drawn the control....more >>

CF and Embedded Resources
Posted by Y. Sivaram at 5/28/2004 9:54:02 AM
Hi, For my CF application I need some configuration settings which I store as XML files along with the exe and load them. I understand that we can include them within the EXE as a embedded resources and load it from there. Is there any issues (other than the exe size) related to performance...more >>

SystemIdleTimerReset in OpenNetCF library
Posted by Joanne at 5/28/2004 9:28:01 AM
I can't find SystemIdleTimerReset is there something in OpenNetCF I can use? I don't want to pinvoke it if i can just call something in ONCF. Thanks ...more >>



PictureBox memoryleak?
Posted by mijapkos NO[at]SPAM cc.jyu.fi at 5/28/2004 3:36:56 AM
I have a program with one PictureBox in it and one button, which changes the image which is shown (actually at the moment there is only two images which are loaded back and forth). After a coule of changes, the application crashes with OutOfMemoryException. At the moment the code looks like th...more >>


DevelopmentNow Blog