| Thread | Last Post | Replies |
|
| ANN: free DPack for Visual Studio .NET 2003 v1.3.0 (beta) | 02 Sep 2004 14:55 GMT | 1 |
I'm pleased to announce a new beta version of our free VS.NET 2003 add-in collection called DPack. Here's where you can download DPack setup application from (screenshots are available as well): http://www.usysware.com/dpack/
|
| Help - Continuous file reading! | 02 Sep 2004 13:23 GMT | 4 |
Is it possible to do that in VB.NET: I have a text file that is filled with new lines of text every n seconds. This text file get very massive. I want to have my program to monitor this text file and to be able to read only the new added line when it detect that a new line has ...
|
| Invisible Controls | 02 Sep 2004 12:33 GMT | 2 |
Does anyone know how i can have a control which responds as if visible, capturing the relevant mouse clicks, etc, but has no visual representation. I dont mean just nothing rendered on its surface, but also no effect on its parent?
|
| Combobox databinding issue | 02 Sep 2004 08:53 GMT | 1 |
I have a dropdown style combobox that shows the list of active users. It is bound to datatable with two columns (UserID and UserName). I display data entry form where value for "Contact" field is supposed to be selected from this combo. As an example, I select userA in the combo ...
|
| BinaryReader Not Completely Reading NetworkSocket | 02 Sep 2004 07:28 GMT | 2 |
I have a C# application that connects to Perl application on a UNIX server. I am able to connect and communicate both directions with the server, but there are several occasions when it appears that the BinaryReader only reads part of the message sent by the server.
|
| Finding a user in Active Directory | 02 Sep 2004 07:21 GMT | 1 |
I have a program that I have created (VB.NET 2003) that takes an excel spread sheet and creates a user based on what is in the SS. This is working properly. Now, I want the be able to take another spreadsheet and update information of the users in that sheet. Here is my code on ...
|
| visual studio question | 02 Sep 2004 00:55 GMT | 1 |
I am working for a german company and the only version of visual studio.net they own is in german. I would prefer that at least the documentation and library would be in English. Is there any way I can change the language into english for the help files?
|
| Moving between Development / Production Environments. | 01 Sep 2004 22:59 GMT | 1 |
I have a c# application that connects to different db servers (test, dev, prod). My connection string to the database is hardcoded right now. Is there an easy way to allow the connection string to be changed depending on which database the application is pointing to? Can I
|
| COM Objects in VB.NET | 01 Sep 2004 22:13 GMT | 2 |
I'm trying to run a COM object that I created in VB.NET inside another VB.NET program. I'm running into problems with I try to use "CreateObject ()" -- I get the error message, "Cannot Create ActiveX
|
| Very simple but completely stumped... | 01 Sep 2004 22:11 GMT | 3 |
What will following string contains thru this assignment string strList = "\"" + "test" + "\""; If the result is \"test\" then what should I do to get "test". This seems so basic but I am really confused with all different languages (c/c++/java
|
| Getting list of files in directory from a web site | 01 Sep 2004 17:22 GMT | 8 |
Does anyone know how to get a list of files for a given directory from a given url. I have the following, but get an error indicating that URI formats are not supported.
|
| MailMessage Headers | 01 Sep 2004 17:03 GMT | 5 |
I need to set up an automated email system , which means users should not be able to respond back to the emails but at the same time, we need to track bounced emails. This is important as our customers are paying for this service, so we need to track the bounced email Id's.
|
| Compile issues | 01 Sep 2004 14:17 GMT | 1 |
Hi All, I am running VB.NET 2003 . The solution has several projects. Recently I am facing several issues with compilation. It forces me to rebuild the solution for a single and simple code line change. Also sometimes after I rebuild the solution, the execution or run generates ...
|
| Screen resolution | 01 Sep 2004 14:12 GMT | 3 |
What is an acceptable screen resolution for windows forms. I am designing an application and I don't want the windows forms to be too big or too small. Thank you in advance.
|
| Datatable issue | 01 Sep 2004 14:00 GMT | 4 |
How do I programmatically determine if a datatable already exists in a dataset? Regards John.
|