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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|