| Thread | Last Post | Replies |
|
| How can I test for previous instance of the application? | 04 May 2004 20:46 GMT | 3 |
I am looking for the equivalent of this VB code: If App.PrevInstance Then End if Thanks,
|
| Online help creation for .NET app | 04 May 2004 18:40 GMT | 1 |
I have a .NET application and would like to create online help (maybe .CHM file) from the XML documentation inside the sources. Does anyone knows how to do this ? Thanks,
|
| Override existing class name with custom assembly? | 04 May 2004 17:41 GMT | 13 |
I have a rather special question here. I'd like to write a wrapper for a .NET assembly, and register that on my server so that the people on my server call my assembly instead of the standard .NET assembly. Reason is that I want to include some additional security checks in my ...
|
| run function without stoping | 04 May 2004 16:56 GMT | 6 |
I have very little knowledge of threads (although I think this is what I need to use). I have web services and web applications. It's my understanding (correct me if I'm wrong) that if a web application calls a web service execution of the
|
| compiling with visual studio .NET and linking with visual studio 6.0 | 04 May 2004 16:46 GMT | 2 |
I would like to know if its possible to compile code in a visual studio .NET environment and then link the objects in a visual studio 6.0 environment with other visual studio compiled objects Thank Girish
|
| Circular Collection? | 04 May 2004 16:30 GMT | 1 |
Is there a predefined collection in .NET that allows you to index through its values by simply using a "NextItem" function (where it keeps track of the currently referenced item) and wraps around so that you return to the first item after reaching the end? Or is this something ...
|
| FTP operations | 04 May 2004 15:36 GMT | 6 |
My current project requires providing the ability to upload/download files from an FTP site using VB DotNet. My first thought was to look for either Freeware or Open source but didn't find any which would provide a good starting point.
|
| Multiple instances of a Windows Service | 04 May 2004 13:46 GMT | 2 |
I have written a windows service application and setup project to install/deinstall my service. There is a requirement to run one more instance of the same service with different set of configurations and connecting to a different database. Both
|
| Long URLs in text emails | 04 May 2004 12:27 GMT | 1 |
Can anyone please let me know that how can I handle very long URLs in a text email? I'm writting a bulk email program in VB.Net which sends text emails. The problem is when I've a very long URL it is wrapped by my email client and the result is an unusable link Is there anyway ...
|
| .NET compliants for users | 04 May 2004 11:21 GMT | 21 |
I am trying to develop .NET programs because the development cycle is multiple times faster. But our clients complain that in order to use that, they have to install .NET first and to do that they need to have administrator rights, so here
|
| Intermittent compiler error | 04 May 2004 10:46 GMT | 2 |
Using Visual Studio .NET 2003, I'm intermittently getting the VB.NET error BC30002 ("Type ... is not defined.") when I build a particular assembly that I have written. This error does not occur every time the assembly is built, and seems more likely to occur when a change has ...
|
| HttpCompileException | 04 May 2004 10:06 GMT | 2 |
When I left last night my ASP.Net app was working fine. This morning I had to re-boot the server and then now all i get is the following error message from my custom error handler There has been an error in the Budget_DeptInput application. ...
|
| C# | 04 May 2004 09:09 GMT | 1 |
(Type your message here) -------------------------------- From: lovey dovey Hello all,
|
| Security | 04 May 2004 08:03 GMT | 2 |
I'm trying to develop an application (Windows Form Based). The application will be reside on a shared network drive in a Windows 2003 Domain. The user (Domain User) will access the application from his/hers PC. Now everything works fine if the User is a member of "Domain Admins" but ...
|
| Cant solve this easy problem | 04 May 2004 06:08 GMT | 5 |
I am starting to learn VB.NET. A problem that i have encountered is that i cannot seem to use the values in my textbox accross forms for example i have 2 forms. On form2 i have a search facility that allows the user to search for the guests in a hotel. When the user has selected a ...
|