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 > march 2008 > threads for march 22 - 28, 2008

Filter by week: 1 2 3 4 5

PPC 2003 web service proxy settings
Posted by davebythesea at 3/28/2008 10:06:01 AM
Hi, I have built an app in PPC 2003. It uses a web service to transfer data to and forth. Sometimes the device is cradled via active sync and I can access the web service via a proxy server. At other times I use the web service over GPRS and no proxy settings are required to use the web ser...more >>


How to use Standalone Emulator ?
Posted by niraj at 3/28/2008 4:28:38 AM
If somebody has information about it then plz send me on my email? niraj_interface@yahoo.com From http://www.developmentnow.com/g/18_2008_3_0_0_0/dotnet-framework-compactframework.htm Posted via DevelopmentNow.com Groups http://www.developmentnow.com...more >>

Visual studio 2005 C++ clr class libarary
Posted by Don at 3/27/2008 6:29:01 AM
HI I made a C++ Visual Studio 2005 clr DLL. This dll has mixed code in it. I tried to run this dll on a machine where I did not have Visual Studio 2005 installed. For some reason the dll can't be loaded. What component do I need so that this dll works -- Don...more >>

Textbox accept numeric values only
Posted by neera at 3/27/2008 2:02:17 AM
I am trying to make a textbox accept numeric values only and the target device is Treo700w using WM5. I have tried that with suggested SetInputMode() method and used the code given in http://www.devx.com/wireless/Article/21291 I am not getting any error but not able to do that . Is there ...more >>

Working Ping...
Posted by Mobileboy36 at 3/26/2008 3:26:22 PM
Hello group, My function BasePing doesn't work any more on mobile 2005. I get an unsuspected error (no more information is displayed) on the line calling "LOCALFREE". On pocket pc 2003 i still have "normal" behavior. It 's the second time I post this because I don't succeed to resolve t...more >>

Marshaling Strings with P/Invoke
Posted by Markus Ewald at 3/26/2008 12:41:31 PM
I've got a pretty simple function inside a C DLL that returns a pointer to a unicode string: extern "C" const wchar_t *__stdcall GetHelloWorld() { return L"Hello World"; } If I try to use it from .NETCF 2.0 application with the following declaration, it fails (the same does se...more >>

PocketPC Deployment Issues
Posted by Markus Ewald at 3/26/2008 8:46:41 AM
I'm developing a Smart Device application that includes a native C++ DLL that is used via PInvoke. All Projects, including the C++ DLL, are contained in a single solution like this: Solution MyLibrary.Native (C++ DLL) MyLibrary (C# P/Invoke Wrapper) MyApplication (C# A...more >>

GPRS Connection Reconnect
Posted by ramakrishnansubramaniam@yahoo.co.in at 3/26/2008 7:44:26 AM
I working on WM5 application, which involves transaction through GPRS . I would like to know: How to Re-Connect (i.e re-establish connection) if GPRS connection is broken programatically. Thanks for your time. Ram ...more >>



Treeview loading with BeginUpdate&EndUpdate
Posted by Freesc at 3/25/2008 5:10:45 AM
Hi there~ As is known to all, the Treeview::BeginUpdate/EndUpdate method is used to update or reload the treeview without redrawing the treenode one by one,and it can save some performance for us.But here i'm writing an example that,however,doesn's make any difference with or without these tw...more >>

Pocket Excel and Compact Framework
Posted by dgs at 3/24/2008 7:39:20 PM
Hello, Is there any way to create an Excel file without a third-part dll (like tmssoftware) in CF 2.0. I have read a lot about this but i can´t find a solution. Any idea? Thanks. ...more >>

Control shape management problem
Posted by Lorenzo at 3/23/2008 12:18:05 PM
Hi, I want to draw 2 controls that have the shape of trapezium. like these: ___________________ |\ / | \ t2 / | \ / | \ ____________/ | t1 | |___ | The problem that i have is that after that i...more >>

Re: Force Keypad to Numeric Mode on Smart Device
Posted by Christian Resma Helle at 3/23/2008 1:04:44 AM
Look into the Microsot.WindowsCE.Forms namespace. Theres something in there called SetInputMode() -- Regards, Christian Resma Helle http://christian-helle.blogspot.com ----- ORIGINAL MESSAGE ----- I'm developing a vb.net app for a HTC S640 pda running wm6. I am trying to make a text...more >>

Force Keypad to Numeric Mode on Smart Device
Posted by xsf at 3/23/2008 12:05:17 AM
I'm developing a vb.net app for a HTC S640 pda running wm6. I am trying to make a textbox accept ONLY numeric values. I would like to set the keypad into numeric mode if possible. As it is now the user has to Hit 'FN" + the number. Any suggestions? Thanks...more >>


DevelopmentNow Blog