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


all groups > c# > july 2004 > threads for sunday july 25

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

special character
Posted by Dean L. Howen at 7/25/2004 11:01:25 PM
How to show special character (example anpha, beta, gama...) in TextBox/RichEditTextBox? Thanks ...more >>

Please Help Me with Folder Icon
Posted by Yura Tigiev at 7/25/2004 8:59:10 PM
Hello Please help me! How can I get easy information in C# about wich icon is attached to this folder (and special folders - My computer, Desktop and etc.)? Thanks, Yuri ...more >>

how to code sourcecode editor with syntax hilighted and IntelliSense function
Posted by news.microsoft.com at 7/25/2004 6:00:23 PM
Dear all, I have to do a source code editor to implement syntax hilighted with special colors , IntelliSense function. Could anybody give me some tips or links? Thanks, Vince ...more >>

How can I know the size of a managed reference type?
Posted by Lei Jiang at 7/25/2004 5:54:06 PM
I'd like to calculate the memory size that my data structure cost, but I could not find any API that I could calculate the size of an object. Could anyone give me a work around? Thanks! ...more >>

Access to database problem
Posted by Benny at 7/25/2004 5:04:44 PM
Hello Experts, I have developed a windows application using vs.net 2002 with C#. The customers loves it and everything works fine on windows XP. However, when I deployed the application on a client windows 2000 computer (with the latest dotnet framework installed), the application was unable ...more >>

Receiving WM_HOTKEY messages
Posted by Robert Misiak at 7/25/2004 4:28:00 PM
I have an application which runs in the background and displays a NotifyIcon - Form's are opened depending on user input, but the main class is not a Form. I use RegisterHotKey() to catch Alt+F11, but since I've started doing this I've had to inherit my main class from System.Windows.Forms.Cont...more >>

Get the caption of a server side button
Posted by Jay at 7/25/2004 3:37:26 PM
I am trying to get the caption (value) of the server side button to use it in a query. The function below is a database function which needs the Field to search in and the Value to search for. I tried sender.ToString() but it returns me the type along with the value. I should be able to get t...more >>

undo/redo doesn't work
Posted by Alan at 7/25/2004 3:28:28 PM
Hi all, I'm programming one VBScript Editor with syntax hilighting. I use the RichTextBox control. Although the syntaxhilighting function comes true, i found the undo/redo function didn't work. I do nothing about undo list directly. Any help or sample will be very appeciated! Thanks in adv...more >>



ReadLine from a network stream hangs if it is empty
Posted by Scott at 7/25/2004 11:02:24 AM
Hi guys, If I try to call read(), readline(), readtoend() and there is nothing to read (from a never ending loop for example) the program seems to continue but it exits the loop for no apparent reason. We also can't check the stream for the length, as the network stream doesn't support...more >>

Create Guid in source
Posted by Alexander Muylaert at 7/25/2004 10:12:02 AM
Hi How can I generate a Guid in sourcecode? In delphi I Have shift-ctrl-g. This inserts a guid as text inside my source. How can I have visual studio generate a guid? kind regards Alexander ...more >>

Regex Help
Posted by Krakatioison at 7/25/2004 9:51:26 AM
People, All I need is one line of code for regex to parse LINK, LINK TEXT and LINK DESCRIPTION out of this html: <a class="y" href=http://www.LINK.com>LINK TEXT</a><br><font size="-1" style="font-family: arial,sans-serif"><b><font color="#6f6f6f" style="font-family: arial,sans-serif">Cana...more >>

How to get char which as '\u65e0' in TextBox ?
Posted by HuYi at 7/25/2004 7:41:56 AM
Hi,everyone,I want to get a string as '\u65e0\u6cd5' in TextBox,but when I trace the program,I found that TextBox.Text=@"\u65e0\u6cd5", But I want "\u65e0\u6cd5",not @"\u65e0\u6cd5". I used TextBox.Text.ToArray(),the result:char[] chars = {'\','u','6','5'....}. I need char[] chars = {'\u65e0'...more >>

C# and VC++ 6.0 DLL..
Posted by Harish Sachdeva at 7/25/2004 7:31:15 AM
I’m working on a C# .NET application that is showing some strange behavior when calling a DLL using PInvoke or COM Interop. The DLL was written in VC6 and is used to control an external device via serial communications. I am calling a method in the DLL that returns measurement data from th...more >>

XML Error
Posted by Bill English at 7/25/2004 7:00:20 AM
I want to convert a string to an XML document, but it always throws an exception at the last character of the document. It says the hexadecimal value 0x00 is not a valid character. What can I do? Note to convert the string, I use: XmlDocument doc = new XmlDocument(); doc.LoadXml(myxml...more >>

Help me with winsock
Posted by Nurchi BECHED at 7/25/2004 6:40:50 AM
Hello, All! I am beginner in C#. I just wanted to ask if you can recommend good online learning materials with good examples. I am interested in WinSocks. Never used them before. Want to learn. Please help. With best regards, Nurchi BECHED. ...more >>


DevelopmentNow Blog