| Thread | Last Post | Replies |
|
| Calling a Local Application from ASP.net? | 01 Feb 2005 17:13 GMT | 1 |
I have been using ASP for quite a while.. but, I am starting to do some work in ASP.net .... My question is..... If I am running ASP.net files from IIS through the web ... OR Locally (like .hta files) .... can I have my asp file LAUNCH an application that is already
|
| popup menu show on top of frame? help | 01 Feb 2005 16:47 GMT | 1 |
I created a menu, all with javascript, inside the top section of a 2 part frame. It is opening fine, however only inside where it is created. The top part of the frame. Thus part of it gets covered.
|
| .Net Web Browser Control | 01 Feb 2005 15:41 GMT | 1 |
Are there plans to ever include a native Dot Net web browser control in future versions of Visual Studio? It's weird to have to use an ActiveX control to do this.
|
| Capturing internet activity | 01 Feb 2005 15:07 GMT | 1 |
I need to write an application which should monitor user activity client-side and transmit captured information to a central server. User activity means application usage and "internet activity" (browsing, FTP, or whatever).
|
| "unable to get the project file from the web server" | 01 Feb 2005 14:35 GMT | 1 |
OK, after searching on the web for half a day on this and findin solutions that were not working, please advise. BTW - the cache cleanu didn't work. I am use VS 2003 and checked out a project from another fello
|
| Restarting an application - how? | 01 Feb 2005 14:27 GMT | 4 |
I have a problem I can't find a solution for. I have given my users the ability to restart the application from the File menu. I don't know how to re-invoke the sub main() in my .vb module -- in the sub main, I do the following:
|
| OLE Document Reader crashes office applications | 01 Feb 2005 12:49 GMT | 1 |
I am using the DSO OLE Document Properties Reader 2.0 to update custom properties in office files. (i.e. a word document) After updating a couple of times, the word document becomes corrupted. I am using the following code to open the file and update the custom
|
| Strip the "time" off from a string variable holding a datetime val | 01 Feb 2005 11:26 GMT | 16 |
I have a string variable that holds the equivalent of a DateTime value. I pulled this datetime from the database and I want to strip off the time portion before displaying to the user. I am using C#
|
| Release compilation | 01 Feb 2005 08:52 GMT | 3 |
Anyone have had problems when opening a project after compiling in release mode? My asp.net project can't be opened any more, visual studio 'argues' that my iis aspnet is version 1.0, which IS NOT the case, other failure after
|
| Connect to an mdb file resource | 01 Feb 2005 08:49 GMT | 6 |
I have added an access mdb file as a resource to my VB.Net windows app. Is there a way of reading and or writing to it without first steaming in out and saving it as a file on the harddrive?
|
| get the name of a property | 01 Feb 2005 08:18 GMT | 2 |
Is it possible to get the name of a property? Something Like having a method that I could pass as argument the property of class and get back the propertyName string name=GetPropertyName(class1.Property)
|
| Do people really need the IE client? | 01 Feb 2005 07:13 GMT | 5 |
This is more of a conceptual question: 1. More and more companies are using VPN's and locking out internet connectivity (for a host of reasons, security, productivity, etc.). 2. ASP.NET requires a web server and has more layers than a .NET Windows
|
| References, Dependencies and Interfaces | 01 Feb 2005 05:25 GMT | 3 |
I have a Web Service that I'm writing that needs to reference a VB.NET dll. The catch is that the VB.NET dll has a dependency on a COBOL dll which I can't load in my development environment (not a COBOL programmer), so when I try to build a setup project for the Web Service I run ...
|
| FilesySystemWatcher EnableRaisingEvents Reverts To False | 01 Feb 2005 02:53 GMT | 7 |
I have a FilesySystemWatcher that is watching a folder on a network share. After varying periods (sometimes more that a week, sometimes less that a day) of time the EnableRaisingEvents property becomes False. How can I tell why this is happening?
|
| Please Help - Message Queue | 01 Feb 2005 00:57 GMT | 2 |
I have a MSMQ message queue in a Windows Service. When a message arrives in the queue locally, an event is generated and the event handler handles it. However, if a message arrives in the queue from another machine, the event is not generated. Thus, the event handler isn't ...
|