all groups > dotnet general > september 2003 > threads for saturday september 20
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
Creating a Unicode Surrogate Pair
Posted by Chris Mullins at 9/20/2003 9:19:36 PM
I've got a big unicode character, and i'm trying to build it into a string.
The unicode character is in the range "0x10400", so it's going to require a
surrogate pair.
I've been through all the logic to iterate over strings that already have
these pairs in them, but how do I encode this Unic... more >>
the future of Windows.Forms
Posted by codymanix at 9/20/2003 8:56:51 PM
will there be a new library of windows controls for .net in the near future
like swing came after awt in java?
most of the current controls for .net are unacceptable slow and hard or
impossible to customize or localize.
--
cody
[Freeware, Games and Humor]
www.deutronium.de.vu || www.deu... more >>
Microsoft Public Service e-mails
Posted by chausanwong NO[at]SPAM yahoo.com.hk at 9/20/2003 8:37:01 PM
Hi,
In these 2 days I received many e-mail requesting me for doing upgrade
with various microsoft components (examples below). But from what I
know microsoft will generally not asking normal users (my e-mail
account is just a free one among the millions others) to do this. Will
those e-mail c... more >>
UTF8 / UTF16 / Unicode 3.2 / RFC 3491 - Internationalization of Strings (Framework oversite?)
Posted by Chris Mullins at 9/20/2003 7:56:57 PM
I'm implementing RFC 3491 in .NET, and running into a strange issue.
Step 1 of RFC 3491 is performing a set of mappings dicated by tables B.1 and
B.2.
I'm having trouble with the following mappings though, and it seems like a
shortcoming of the .NET framework:
When I see Unicode value 0x... more >>
Is there a service pack for visual studio .net ?
Posted by Jesse O. Glidden at 9/20/2003 4:53:53 PM
I know there's bugs in vs .net 2003, but has ms put out a service pack yet?
I can't find any on thier website.
Thanks in advance.
... more >>
Changing TCP/IP settings
Posted by Robert at 9/20/2003 4:23:44 PM
I am trying to figure out how to change TCP/IP settings through VC# (IP
Address, DNS, WINS, Gateway, Computer Name, Host, etc), but cannot find
anything anywhere. I'm sure that it's out there, but I am not finding it.
Does anyone have some info as to where I may find this, or any code or ideas
... more >>
vb.net web application on XP Home
Posted by Alice Z. at 9/20/2003 3:14:29 PM
Hi, dear
I have created a vb.net web application on XP Home and expected to run
it on Cassini. Cassini works fine. But When I was trying to access it
using URL as:
http://localhost/WebApplication1/WebForm1.aspx
every time I got error message like:
Server Error in '/' Application.
... more >>
Basic Question
Posted by Gaurav Vaish at 9/20/2003 2:14:37 PM
How do you force destruction of an object?
Will a simple "someObj = null" suffice?
-----
MyType someObj = new MyType();
...
...
someObj = null; // <= Will this call the destructor?
-----
--
Happy Hacking,
Gaurav
http://gvaish.virtualave.net
-----------... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
make
Posted by imran at 9/20/2003 4:31:12 AM
how to make contection in vb.net... more >>
|