all groups > c# > december 2004 > threads for sunday december 26
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
Framework version in VS.NET
Posted by allancady NO[at]SPAM yahoo.com at 12/26/2004 11:40:42 PM
Off-topic for this group I suspect... would be happy if someone could
point me to a more appropriate group.
I have VS.NET that I purchased about 2 years ago, but I never had time
to learn it until now. I'm just now getting started with my first C#
project.
I see that if I bring up Help -> ... more >>
Maximum limit on Constructors
Posted by Boomessh at 12/26/2004 10:55:03 PM
Hai all,
Can anyone there, help me in answering the following two questions.
1. What is the Maximum limit on the Constructors in C#? Can i have a class
with out any constructors?
2. Reflection: is used to get data about the Assembly at the runtime, but
when exactly we go for Reflection.... more >>
event-declaration vs interface-event-declaration
Posted by Alex Sedow at 12/26/2004 10:31:13 PM
Why interface-event-declaration does not support multiple declarators like
event-declaration?
Grammar from C# spec:
variable-declarators:
variable-declarator
variable-declarators "," variable-declarator
variable-declarator:
identifier
identifier "=" variable-initializer... more >>
visual Source Safe database
Posted by Mustafa at 12/26/2004 10:13:08 PM
Dear sir,
I want to display VSS database on the company portal using C# and .ASPx
Pages, what is the best way of calling the VSS project files and folder and
display it in a tree view structure on web page.
Thanks... more >>
Adding a port to the XP-Firewall
Posted by mphanke at 12/26/2004 5:08:01 PM
Hi,
is there a programmatical way to add a port to the XP SP2 Firewall and
open it or does this have to be configured manually??
Martin... more >>
multiple threads waiting for request - Windows Service
Posted by mphanke at 12/26/2004 4:59:40 PM
Hi,
I would like to implement a windows service which forks a configurable
number of threads which all siten to the same port and reply to requests
of different clients.
How would I implement something like this?
Martin... more >>
pickup email from exchange server / ISA Server
Posted by mphanke at 12/26/2004 4:53:41 PM
Hi there,
I have a customer who has an Exchange Server running on an ISA Server.
And there my problem begins... I have to pickup eMails through my
software from that server - the problem: I can't find any information on
how to implement this.
From the system admin I got the information,... more >>
C# and XmlTextWriter sends some garbage.
Posted by Robert Dickow at 12/26/2004 4:06:23 PM
Hi,
My XML files created with XmlTextWriter routines has been resulting in
working files, but they include three bytes of garbage at the start of
the file.
The bytes are: $EF $BB $BF (I think it always outputs these)
I am using VS 2002 and C#.
My coding involves opening a file strea... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Getting the position of the caret
Posted by kurotsuke at 12/26/2004 3:05:04 PM
Hi,
I need to know the position (X, Y cohordinates) of the caret. I'm
using the function:
[DllImport("user32.dll")]
private static extern int GetCaretPos(ref POINT lpPoint);
I'm actually getting a result but I think that refers to the
cohordinates of the Textbox the caret is in and not... more >>
Input string was not in a correct format.
Posted by ramonred at 12/26/2004 2:29:01 PM
Hi All,
this is the error:
Input string was not in a correct format.
this is the code I am trying to debug:
<code>
string sql = @"
INSERT INTO [User]
(UserID, Login, Password, FirstName, LastName,
PhoneNumber, Email, IsAdministrator, Address,
Ce... more >>
Converion between interfaces
Posted by Arjang at 12/26/2004 11:14:08 AM
suppose I have an interface reference IA, to an object implementing let's
say, InterfaceA.
Is it possible to query IA and find out whether some other interface e.g.
IntefaceB is also supported?
Is it possible to get the list of all the interfaces supported from an
InterfaceRefernce and/o... more >>
Line-feed, return character
Posted by Paul at 12/26/2004 9:21:03 AM
Hello,
Could someone remind me of how to insert a line-feed/return character, =
please?
I have used it before, but I can't recall what it is. What I'm looking =
for IS NOT an escape character (i.e. /n, /r). =20
The expression that I'm looking for uses the dot operator (.) (i.e. =
classn... more >>
|