| Thread | Last Post | Replies |
|
| Extracting IP Address - C# | 20 Sep 2005 04:24 GMT | 1 |
I use .AcceptTcpClient method of a TcpListener object. My question is how can I extract the IP address of the client that was accepted by the server? Thanks! Tom.
|
| Enumerate argument list | 19 Sep 2005 22:02 GMT | 4 |
Anyone know of a way to enumerate the argument list of a function in VB.NET. For example I have a Function add_user (u_id AS INT, u_first_name AS VARCHAR(50), u_last_name AS VARCHAR(50)).
|
| populating a dataset row | 19 Sep 2005 21:48 GMT | 1 |
C# How do I populate a row in a dataset ? I have created a class called Job. In this class I have a few methods such as CreateJob and FetchJob. FetchJob returns a DataSet of the Job table. The idea being, when I want to view or
|
| [ RemoveHandler ] Needed ? | 19 Sep 2005 19:45 GMT | 2 |
I have used many time the AddHandler method (becuse I'm buildin an array of controls). Now I 'd like to know if I have to use the RemoveHandler method.
|
| Three Dotnet version questions | 19 Sep 2005 18:24 GMT | 1 |
1. How to identify the version number for ASP.net, ADO.net. 2. Is it no conflict to install two versions of .net framework in one machine. 3. Is the .net framework installation just a file copy operation. Thanks.
|
| to find the input is negative or positive | 19 Sep 2005 14:08 GMT | 2 |
i write a number to textbox1.text i want to learn if it is negative or positive
|
| Working with XML files | 19 Sep 2005 13:12 GMT | 2 |
I have a XML file that is read by a C# program. The file looks like this: <EMailList> <email>eduardo.ferrari@misys.com</email>
|
| Sending Email from Inherited TraceListener Class | 19 Sep 2005 12:11 GMT | 2 |
I get the following message when the SmtpMail.Send command tries to execute: An unhandled exception of type 'System.Web.HttpException' occurred in system.web.dll Additional information: Could not access 'CDO.Message' object.
|
| Recursive search for files and out of stack error | 19 Sep 2005 09:59 GMT | 3 |
For recursive search for files, like http://support.microsoft.com/default.aspx?scid=KB;EN-US;306666, it may lead to "out of stack" error if searching too many files, say millions of files.
|
| Understanding the TAG property | 19 Sep 2005 08:10 GMT | 3 |
Can someone please explain to me the purpose of the tag property for WindowsForm objects such as a TEXTBOX? What is the benefit of using this property if any? Thanks, a bunch.
|
| Method does not have the same signature as delegate | 19 Sep 2005 07:39 GMT | 1 |
' C Sharp function - Start ' private void id_ok_Click(object sender, EventArgs e) '{ ' try
|
| Working with Tags | 19 Sep 2005 05:36 GMT | 2 |
Can someone please tell me what I'm doing wrong in my code? I'm trying to change the ENABLED property of a User Control Button using the tag property when another User Control Button is clicked. Dim sControls As ControlCollection = Me.Parent.Controls
|
| Button Modal | 19 Sep 2005 00:05 GMT | 1 |
I have 5 submit buttons and various text boxes on a web page. My problem is - I have for example a text box that says: City:______ <btnLookupCity> But when the user types in their city and hits <RETURN>, it pushes another
|
| Deployment Customization | 18 Sep 2005 18:56 GMT | 4 |
I'm beginning to think this isn't doable within VB.NET Deployment projects, but I wanted to ask before I went and spent the money on a seperate installer. I have a program that runs off of an access DB backend. For upgrades from older to newer version that involve a
|
| Clipboard Related Question | 18 Sep 2005 15:35 GMT | 6 |
I want to write some VB code that copies to the clipboard then pastes it later, however the Clipboard is a system device that is shared between all applications and that may interfere with other application both ways. Is there any way to solve this problem, I have noticed that ...
|