| Thread | Last Post | Replies |
|
| setting envrionment variable in C# and access it within native C++ | 16 Dec 2005 20:11 GMT | 1 |
We are having difficulties getting environment variable within native DLL written in C++ which is loaded by C# .NET assembly, the env var is set by the .NET assembly. We have an existing C++ application, and want to access it within C#. So we
|
| Does Framework 2.0 trash COM for everyone else ? | 16 Dec 2005 18:24 GMT | 4 |
We are running Server 2003 for our critical server applications. We have been updating a number of core software pieces to VS2005 / Framework 2.0. This software is installed and pretty much working as it should.
|
| vs2005 - Parent-Child dataGridViews with tableAdapters | 16 Dec 2005 16:43 GMT | 3 |
How do I create a Parent-Child relationship between two DataGridView in a form using TableAdapters. The two tables already have a relationship defined in the dataset. What event do I use to update the child dgv? The RowEnter event?
|
| Web Config and regular string literal | 16 Dec 2005 16:13 GMT | 1 |
I am trying to keep the body of an email message in the web.config, something like "We have received ..... blah.. blah.. \n Thank you, \n ... some whitty closing line".
|
| Socket.EndConnect doesn't throw expected exception | 16 Dec 2005 15:29 GMT | 5 |
Hope I'm posting in the right group. I set up a Socket with my local IP and a port on which nothing is listening. When I use .Connect, I get the expected SocketException 10061 No connection could be made because the target machine actively refused it.
|
| Assign all members this.Something with reflection? | 16 Dec 2005 10:25 GMT | 9 |
I need to do the following. In the constructor of the class MyClass I have an object already oMyClass. I want to assign programmatically all that is assignable of the "new" myClass to the corresponding of oMyClass.
|
| Component Gallery | 16 Dec 2005 09:31 GMT | 4 |
How do I add a component from the component gallery (if it exists in version 7.0!?) like we did in version 6.0? Eitan
|
| about website | 16 Dec 2005 09:03 GMT | 1 |
I have registered my company's domain name. 1. Now i want to setup my home page how to do this? 2. How to create email address for my companypeople. which is the best method(for ex: xxxx@<company-name>.com) ?
|
| SMTP and CDO.Message Object error | 16 Dec 2005 08:13 GMT | 1 |
In my Win app I found that using the SMTP object doesn't release resources after closing the application. During testing I have to open and close the app many times and I found that after about three times it locks up when I call the Send() method and returns the error "Could not ...
|
| IsSubclassOf Fails!!! | 16 Dec 2005 06:58 GMT | 10 |
I am going absolutely insane with this problem. I've got two types that SHOULD be related. public class B : A {
|
| Cannot instantiate EnvDTE.DTEClass class | 16 Dec 2005 06:27 GMT | 2 |
I am currently developing an add-in for Visual Studio .NET 7.0, 7.1 and 8.0. I am using Visual Studio .NET 2003 to develop it and C# as a programming language. I have installed Microsoft .NET framework 1.0, 1.0 and 2.0 on my machine.
|
| About keyword | 16 Dec 2005 03:12 GMT | 6 |
i am developing a desktop application in vb.net. This is about searching most profitable keyword. I could able to retrieve the data i.e most profitable keywords. Problem is how can get the values such google ads, overture ads, cost per click.please let me know.it is urgent.
|
| Creating a simple fax application | 16 Dec 2005 02:17 GMT | 3 |
I'm urgently in need of creating a simple fax application. Any insight into this would be very helpful to me. Thank you.
|
| How do I use ConfigurationSettings.AppSettings collection safely from a thread? | 16 Dec 2005 01:59 GMT | 4 |
I've isolated a call to ConfigurationSettings.AppSettings.Get as the source of an error in my application. The 1.1 documentation for both the ConfigurationSettings class and the NameValueCollection base class underlying the AppSettings collection say
|
| Windows Service using ASP .NET | 15 Dec 2005 22:43 GMT | 2 |
I created a windows service to insert data into a DB, First time I tired to insert data on_start() it starts perfectly but the insert is for a single entry into the DB checked Services and it highlights the stop button
|