| Thread | Last Post | Replies |
|
| Passing Values | 01 Apr 2004 17:03 GMT | 1 |
How do I pass values from one VB.Net exe to another VB.Net exe?
|
| Web Browser | 01 Apr 2004 16:22 GMT | 1 |
Does anybody know if it is possible to to place a web browser in a .net application without using the Microsoft active x control.
|
| ListView and delete file | 01 Apr 2004 14:06 GMT | 3 |
I have a listview with images, and when I select one image I can delete the image, bu I produce an error, say "the process cannot access the file D:\imagesDicomitzador\142617379\image1.bmp because it is being used by another process", What is the problem? I user for delete de file ...
|
| Auto-Dial modem | 01 Apr 2004 13:46 GMT | 1 |
I'm writing a server program that will collect up a directory structure and email to me at 2am in the morning. But I only have access to a modem from the Server. This needs to be a quick, dirty & simple program. Considering that .NET doesn't support modems yet, I don't want to ...
|
| JavaDoc-style documentation in visual basic? | 01 Apr 2004 12:04 GMT | 1 |
Hello, I am new to .net, I come from the Java environment. Is there a tool and a standard notation in order to self-document Visual Basic code? You know, by placing comments just above class and method definitions, etc.
|
| Implementing Front Controller in ASP.NET Using HTTPHandler | 01 Apr 2004 10:26 GMT | 2 |
I am trying to understand the article [url]http://msdn.microsoft.com/practices/type/Patterns/Enterprise/DesFrontController/ [/url mentioned on the msdn website, I created the following example [url]http://msdn.microsoft ...
|
| Displaying "Please Wait" and animated gif when server-side long process takes place | 01 Apr 2004 09:44 GMT | 1 |
In my web application, I have a search screen coded in ASP.Net. The Search process takes lot of time. So, I need to show a wait page informing the user that "Search is in progress. Please wait" along with an animated gif. I have placed a div in the search page which contains the ...
|
| Suspend Threads | 01 Apr 2004 09:14 GMT | 2 |
This is a repost from microsoft.public.dotnet.languages.vb but I had no luck there so maybe this is a better place to ask? I'd like to 'pause' a process that has nothing to do with my application. To do this I intend to suspend every thread in the process.
|
| stored procedures passing varchar parameters | 01 Apr 2004 08:21 GMT | 1 |
Help! I’m running ado.net using sql7 with service pack 4. I’m trying to use stored procedures. When I try passing varchar type parameters it comes back with 0 transactions. If I pass int parameters it works fine just not with char parameters. Any suggestions Thx tdlogge
|
| How to reference a control which was added programmingly | 01 Apr 2004 08:04 GMT | 2 |
Hi, everyone After adding a control into a container like form using form.controls.add(myControl), how could I reference it For example dim aControl as new butto
|
| Where is the dotnet.Crysal newsgroup. | 01 Apr 2004 07:46 GMT | 7 |
I am expriencing lots of issues using Crystall in Visual Studio .NET. I have posted some issues in this community and it is a reproducable problem. Never the less I am guided to the www.businessobjects.com that is really bad support handling. They don't have a clue on how to serve ...
|
| Activator.CreateInstance question | 01 Apr 2004 06:08 GMT | 1 |
Is it possible to call Activator.CreateInstance if the type is not compiled into an assembly. For instance if I drop a DLL into the same folder where executable is running, will the executable be able to create a type that is defined in this DLL If not, what is the way to do this
|
| Access Is Denied | 01 Apr 2004 05:00 GMT | 1 |
I have searched the archives and found several entries that address the problem I'm having, however, the solutions fall short of explaining exactly what to do Like many others, when I attempt to access an Excel file via an ASP.NET page, I get an access is denied error on the line ...
|
| RegExp different behavior in .NET and VB script? | 01 Apr 2004 01:56 GMT | 2 |
As an example, in VbScript ".*\Rad.DAT" is considered a valid regular expression, but in VB7 and C# I'm getting following error message parsing ".*\Rad.DAT" - Unrecognized escape sequence \R. Parameter name: .*\Rad.DAT This is happening for any character that do not have an ...
|