blah blah blah is here! blah blah » Close

0
votes
1 answers

Adding Scroll Bars to a Text Box

Hello I am working on a program which requires a static text box. I decided to use the Label feature to make it. The problem is it nevers scrolls down, nor can you scroll through the text box. I was wondering if like MFC there's an opt ...

0
votes
1 answers

using CVS with C#

I am trying to add a feature in my application to check a CVS server t see if there are any updates and if so let the user upgrade. the problem is the only stuff I can find online is the API located here: http://sharpcvslib.sourceforge.ne ...

0
votes
1 answers

Obtaining IP address and Network ID

I was wondering how can I in C# obtain the current PC's IP address and Network ID(the name of the PC on a windows network). thanks!

0
votes
1 answers

Winsock

Is Winsock usable in C#? f so is there any good documentation on it? Especially making a client? thanks!

0
votes
1 answers

Running an executable

Hello I am writing a C# program which will require me running an executable in the same dir as the C# program. How do I do this? also can I pass arguments to the external program also? thanks!

Feedback