all groups > dotnet general > september 2003 > threads for monday september 1
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
base64 decode - problem with special characters
Posted by Patrick at 9/1/2003 1:23:53 PM
Hi...
I have a problem with Mime/base64 decoding. Maybe someone can help. I have
an original Text, that I send using outlook. The text is: "This is a
testmail ä ü ö é à è" (without the ")
So on the mailserver I open the message and the body is base64 encoded and
contains
VGhpcyBpcyBhIHRlc3... more >>
Synchronous call in Async method?
Posted by Joshua Coady at 9/1/2003 10:07:34 AM
I am writing a class that includes several async methods following the
BeginXxx, EndXxx pattern. Some of these methods will call methods in the
framework such as Stream.Read or Socket.Send. Do I need to, or is it
recommended to use the async method calls instead (Stream.BeginRead, etc)?
Exampl... more >>
User Control
Posted by Karuppasamy at 9/1/2003 9:54:31 AM
Hi
I have created a User Control Containing a Panel and Rich Text Box. The
Panel
contains some other controls used for formatting the Text entered in the
Rich Text Box.
My Requirement is that The Panel has to be visible only when the User
Control got Focus and the Panel should not be shown... more >>
Looking for refactoring tools for C#
Posted by Burkhard Perkens-Golomb at 9/1/2003 9:41:15 AM
I'm looking for refactoring tools for C#. Any experiences and tips?
TIA,
Burkhard
--
Burkhard Perkens-Golomb mailto: burkhard.perkens-golomb@sdm.de
sd&m AG http://www.sdm.de
software design & management AG
Thomas-Dehler-Str. 27, 81737 Muenchen, Germany
Tel +49 ... more >>
BUG: Dataset Returned From A XML WebService Containing Error Data Caused Exeption To Be Thrown In A Window Form Application
Posted by Programatix at 9/1/2003 8:59:27 AM
Hi,
I'm working on a project which includes XML WebServices and Windows Form
application.
The Windows Form application will call the XML WebServices to retrieve data
from database. The data will be returned as DataSet.
Now, here's the problem. On .NET Framework 1.1, if any rows in the dat... more >>
Bye bye JApplet !
Posted by Oleg Leikin at 9/1/2003 5:30:59 AM
Hi All,
I've got some fundamental question:
Since MS has stopped supporting Java Applet development
according to J# documentation and also discarded Virtual
Machine from the browser what technology can be used to
provide high powered client side that doesn't require
installation (as JA... more >>
How to create COM object in remote machine (DCOM server)
Posted by Prashanth Uppunda at 9/1/2003 5:08:23 AM
Hello,
Does anybody have an idea on how to instantiate a DCOM
server residing in another machine using C#?
Thanks
Prashanth... more >>
|