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 > april 2005 > threads for thursday april 21

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

SQL Language limitations in SQL CE
Posted by Vitaly Sedov at 4/21/2005 8:41:08 PM
Hello! Is somebody knows where can I found information about SQL Language limitations in SQL CE? I wrote query with subquery that works fine on desktop SQL Server 2000, but it's not working in SQL CE :( Vitaly ...more >>

Forms with Lots of Controls Very Slow
Posted by ShakeDoctor at 4/21/2005 8:25:55 PM
Many of my forms have lots of controls on them which have to be initialised when the form is created. The problem is this really slows down the application, because the forms are created and destroyed every time I want to show them. Would it be better to just create all the forms once at t...more >>

Emulator and device problems with CF 2.0 and Visual Studio 2005 beta
Posted by John Roberts at 4/21/2005 7:23:02 PM
Hi, We are currently developing a Windows CE.NET device that uses the compact framework extensively for its UI including the shell and all applications. Our existing environment (VS 2003) allows us to deploy and debug using both the emulator (by building an SDK using Platform Builder) and ...more >>

FTP in Active Mode
Posted by Ray at 4/21/2005 3:55:02 PM
Hi. I've seen many samples to use FTP, but all of them use it with "Passive" mode, and i need to use it with "Active" mode. Any help is appreciated. Thanks in advance, Ray ...more >>

Clearing TreeView problem...
Posted by dwhittenburg at 4/21/2005 3:37:21 PM
Here is what I have... I have a TabControl with 4 TabPages... Let say each TabPage has a TreeView on it that gets data added to it somehow (no need to explain this) The 4th TabPage is basically a summary of the other 3... All of this is on a Panel that gets shown/hidden... On the click of a m...more >>

Connectivity States (Wireless, Ethernet, & USB)
Posted by Nick Stineman at 4/21/2005 11:54:04 AM
I have a pretty basic question about the state of connectivity. My application will be a mostly disconnected application that (when available) needs to send & receive data from the enterprise server. The question I have is that how can I monitor (from the device) for a good Wireless connecti...more >>

weird delays when editing code for CF project with VS 2003
Posted by news.austin.rr.com at 4/21/2005 10:28:38 AM
Hi, I'm developing a CF app with VS 2003. When I first started developing the application months ago VS worked fine. Now as the app has grown larger it takes a very long time for VS to move to another line after I edit and move off the current line. What happens is the cursor disappears wh...more >>

Visual Studio Academic and CF
Posted by ed at 4/21/2005 10:21:15 AM
Does Visual Studio 2003 .Net Academic support the compact framework and the ability to develop c# apps for pocket pc's? thanks in advance...more >>



CF version problem
Posted by Rich at 4/21/2005 10:02:58 AM
I have had a CF v1.0.311.00 application running without problem on an HP iPaq for a couple of months. I now would like to install the same application on a Dell Axim running CF v1.0.3316.00. When I attempted to complete the installation on the Dell, I get a "The application [app name] requires...more >>

ShowDialog animation
Posted by lmn NO[at]SPAM flir.se at 4/21/2005 1:18:22 AM
Hello, When I show a dialog on my CE device using ShowDialog the showing process is animated. It starts with a rectangle in the middle of the screen and the rectangle is growing and moving to its final position and size for the dialog. The closing process is also animated. Does anyone know how ...more >>

string[] C# and C++ P/Invoke
Posted by crino at 4/21/2005 12:01:29 AM
Hi, in my C# code i have string[] variable. I'm finding the better solution to pass it to my dll in C++. Any tips? thanx in advance ;)) ...more >>

COM interop and [in,out] LPWSTR
Posted by Smith at 4/21/2005 12:00:00 AM
Hi, I have a the following COM method: HRESULT GiveString(LPWSTR name, INT inputLen) { WHAR myString[] = L"Hello"; if (wcslen(myString) > inputLen) return E_FAIL; else wcscpy(name, myString); return S_OK; } My IDL prototype is the following: HRESULT GiveString([ou...more >>

NETCF 2 Beta StringBuilder incompatibility
Posted by Andreas Selle at 4/21/2005 12:00:00 AM
Hi, I guess I found some small incompatibility with Beta 2 NETCF V2. I have the following P/Invoke scenario: I create a StringBuilder instance with a large enough capacity and pass it to a native function that fills this buffer with multiple adjacent nul-terminated strings and returns the ...more >>

WebService
Posted by Linus Rörstad at 4/21/2005 12:00:00 AM
Hi! Is it possible to create a web service that comunnicates over TCP instead of HTTP? Because I can not use HTTP. Thanks Linus ...more >>

disposing a singleton
Posted by Guy at 4/21/2005 12:00:00 AM
Hi all, I'm using the following architecture: I have a singleton class (lets call it Manager class) that creates and holds a reference to a BlockingQueue and a listener to that queue. The class sends the listener to listen to the queue in another thread to prevent the processing of ...more >>

Full Screen application
Posted by Giuseppe at 4/21/2005 12:00:00 AM
Hi guys, I'd like to develop a Full Screen WinCE5.0 application with VB . NET. I found a tutorial for Pocket PC that uses this function but with CE doesn't work. Thank you for your help. Giuseppe Public Function InitFullScreen() As Integer '// Declare & Instatiate local variable Dim ...more >>

Check installation
Posted by Korwin at 4/21/2005 12:00:00 AM
Hi, How can I check CF SP3 is installed? Jerry Korwin ...more >>

Form not maximized
Posted by Saep at 4/21/2005 12:00:00 AM
Hi, is it possible to load a little form not maximized? If I create a form and I launch my application, it is maximized always! Thanks Marco Figini -- Marco ...more >>


DevelopmentNow Blog