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 > august 2003 > threads for friday august 22

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

Need to write apps in .NET CF, but can't....
Posted by Vance Green at 8/22/2003 9:21:16 PM
OK, here's the deal: As a MSDN member, I got the VS .NET Professional 2k3 as part of my subscription. After reviewing the requirements for install, I forge ahead... Part way through the install it hollers that it needs IE 6.0 to run (I'm at 5.5 SP2). Just friggin' great-lots of people ...more >>

.NET CF SP1
Posted by Drew at 8/22/2003 7:27:06 PM
http://www.microsoft.com/downloads/details.aspx?FamilyId=1F62A2A3-7282-4BA9-B26B-2267E972501D&displaylang=en Why is this Service Pack 14 MB? Kinda a large download, no? Drew ...more >>

BUG: StreamWriter dislikes the "{" character
Posted by Chris Tacke, eMVP at 8/22/2003 3:44:16 PM
I think I've found a bug. Put the code below in a Button click handler or wherever. The Write function will cause an exception. The full framework exhibits the same behavior. -Chris ------------------ System.Text.StringBuilder sb = new System.Text.StringBuilder(); System.IO.FileStream f...more >>

Smart Device Application template icon missing!
Posted by sean at 8/22/2003 3:37:24 PM
Hi, I've installed the complete Visual Studio.NET and can't find the Smart Device App icon anyhwere when I load up a new project. Any advice?? I 've installed the compact framework, reinstalled VS.NET, I'm at a dead end here.. Cheers, Sean ...more >>

Sockets & Pocket PC
Posted by Ryan at 8/22/2003 2:17:13 PM
Hello Everyone, I built a small application that uses sockets to connect from the Pocket PC to the desktop in the .NET CF. I tell the pocket pc application which IP address the desktop is running on, and it works great. This can be done through the ActiveSync USB cord or through an ...more >>

single instance of app
Posted by Coder at 8/22/2003 2:13:05 PM
I know that .NET CF applications dont allow multiple instances of an application to run on a Pocket PC which is great. However my .net application for my PC (desktop computer) if started more than once will open several instances of the app. Is there a way to only allow for one instance of an ap...more >>

PPC 2003 - Wrong shortdate format
Posted by Richard Kvist at 8/22/2003 1:29:17 PM
Hi ! Iv'e noticed that MS has changed the datetime format on the PPC 2003. Is this a bug or is it for real. The English settings is allright bu when I set to Swedish the shortdate is different. It used to bee 2003-01-01 but now it's just 03-01-01. Does anyone know anything about this ...more >>

Displaying a JPG or GIF using Base64 Encoded Stream
Posted by Francis Shanahan at 8/22/2003 1:09:06 PM
All, I have written a desktop app which takes a Base64 encoded Stream and creates an image from it. The data in the stream represents a JPG or GIF image which is best in my as I need to keep the size down and BMP data is too large. The problem I'm having is that the Compact Framework doesn'...more >>



Detect Cradle state
Posted by Mike at 8/22/2003 1:06:08 PM
Hey, is there a possibility to check, within the application, if the Device is connected to the cradle? thx Mike ...more >>

ShowDialog issues
Posted by Richard Kucia at 8/22/2003 1:02:55 PM
I've run into some problems with ShowDialog. Try this: Create 2 forms, Form1 and Form2. In Form1: * Add a MainMenu * Add a Button named Button1; set its Text =3D "Form2.ShowDialog" * Set MinimizeBox=3DFalse * Include this code: Dim F2 As Form2 Private Sub Button1_Click(ByVal sender A...more >>

REPOST: [mscoree.stat] More info please
Posted by Daniel Moth at 8/22/2003 11:59:49 AM
Hi There is no profiling capabilites in the CF and one of the crude ways we can get some info on memory consumption etc is through the registry key described by Scott Corbin in a previous post... The use of this approach is mentioned in an MSDN article by Maarten Struys. Would someone from ...more >>

RDA causes added blank spaces in records???
Posted by Butt Chin Chuan at 8/22/2003 11:56:11 AM
After I used RDA to pull a table, I noticed that some tables will suddenly have some blank space added to the string in my records. This is very evident when I want to display these records in a datagrid and a listview. Anyone have any idea how to solve this? Thank you....more >>

bug with listview in C# - 2 clicks required to select item
Posted by Bruce Bakely at 8/22/2003 10:30:36 AM
I have a simple listview using view=Details. When the user clicks on an item I pop up a message. After the user hits OK on the popup message, the original form is now dead to user input until a click is made anywhere on the form. In other words, in order to select another item in the list, you h...more >>

Problem with an unmanaged DLL (unsigned char)
Posted by tvuillet NO[at]SPAM pageup.fr at 8/22/2003 7:48:47 AM
Hi group ! I've some problems to call an unmanaged function which requires unsigned char parameter. The definition of the function : char ReadTag(unsigned char Page,unsigned char* Dat,unsigned char* Idt) Page is an unsigned number on 8 bits My code in VB.NET : - Declaration : <DllImpor...more >>

Update Problem
Posted by Agus Ayala at 8/22/2003 5:45:59 AM
Hi all, I have a stored procedure that receives two parameters to update a row in a table. I call this stored procedure using webservice, but I need to to update more than one row when I call this stored procedure. Any idea would be great. Greetings, Agus...more >>

Graphical Interface components
Posted by LawX at 8/22/2003 3:39:20 AM
Ok, here is my first problem: my english is not too good, i'll try to make it easy so everyone can get my words. It's all about Label in .net CF. I want to know how to make a label scrollable or, better, how to make it scroll the text when during the text selection, you push on the right-...more >>

SendKeys
Posted by juefu2002 at 8/22/2003 12:57:00 AM
Is there something similar like the SendKeys class within the Compact Framework? ...more >>


DevelopmentNow Blog