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 > november 2005 > threads for thursday november 24

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

Command Window
Posted by Paul Ilacqua at 11/24/2005 7:56:39 PM
I'm converting to VB.Net from VB6. In VB6 you just brought up the Immediate windo to do some date math etc. When I bring up a command window in vb.net I get a window with a caret > When I type like >?DateTime.now I get an error message. At one time my window worked ok and I used to be able to...more >>

problem with text property
Posted by Petr Svoboda at 11/24/2005 11:21:38 AM
Hello! I use UserControl, but property Text do not show in properties window in designer. I test it - [ EditorBrowsable(EditorBrowsableState.Always) ] public override string Text { get { return ba...more >>

Selecting SDK in VS2005
Posted by ms at 11/24/2005 10:58:04 AM
Hi, When i install an SDK for A winCE 5.0 device on my development machine, where in VS2005 do you select where you will be targeting that SDK. Is there a tutorial somewhere that goes through this process. Thanks ...more >>

Embedded EVc dll calls from vb.net
Posted by merco at 11/24/2005 8:11:40 AM
hi, i have a EVc DLL with a simple method: PROVADLL_API int fnProvaDll(void) { return 42; } i'm trying to call it from with vb with this declare... Declare Function fnProvaDLL Lib "ProvaDLL.dll" Alias "?fnProvaDll@@YAHXZ" () As Int32 I use that alias because with "dumpbin" i see: Sect...more >>

How to connect a headless device without ActiceSync
Posted by Helge Kruse at 11/24/2005 7:23:35 AM
Hi, I want to build a device with platform builder and develop the applications with VS2005. I generated the SDK and find my device in VS2005. But the "manual server" platform manager connection is missing. I found a blog (http://blogs.msdn.com/vsdteam/archive/2005/04/28/413304.aspx) that sh...more >>

Left-to-Right and Right-to-Left LTR and RTL layouting
Posted by datamodel at 11/24/2005 6:01:49 AM
How do I change my forms from LTR to RTL programmatically, say by the user pressing a button ? Thanks ...more >>

Which datagrid datasource is more efficient
Posted by datamodel at 11/24/2005 6:00:46 AM
Which is more efficient , bind the Datagrid's DataSource to the SQL CE table, or to a DataTable object ? Thanks ...more >>

how can i make my c# program run on the backround of my pocket pc?
Posted by khaled at 11/24/2005 5:09:47 AM
hi, how can i make my c# program run on the backround of my pocket pc? i mean like msn or apache on windows. thank you for your help. ...more >>



Getting files on the Emulator
Posted by victor at 11/24/2005 12:00:00 AM
Hello, I have the following situation: My app needs several configuration script files, all plain ASCII text. I did typed this manually on the opened Emulator using the WordPad editor. So far so good. However, at certain points I had to shut down the Emulator in the 'not-SaveEmulatorState' (: ...more >>

When does Garbage Collection collect?
Posted by Jon Brunson at 11/24/2005 12:00:00 AM
Hi all, From what I understand, GC kicks in either: a) When your app loses focus, or b) When you get a OutOfMemoryException, it collects and trys the call again, truly throwing the exception if there's still not enough memory. Are there any other times (other than calling GC.Collect() dir...more >>

Typed Dataset and CF 2.0 ?
Posted by Enrico Pavesi at 11/24/2005 12:00:00 AM
Does CF 2.0 support Typed Dataset ? Thanks ...more >>

search contacts
Posted by droll at 11/24/2005 12:00:00 AM
is there a better way to search for a contact given say a last name, phone number, email add etc., than to enumerate through OutlookSession.Contacts.Items one by one??? i have to use native code (FindMatchingContact)?? ...more >>


DevelopmentNow Blog