| Thread | Last Post | Replies |
|
| Automate MSAccess from Windows .Net app | 26 Apr 2005 14:48 GMT | 3 |
From a windows .Net app, I need to 1) check if MSAccess is already open to a certain Access application. If so, then open a form and find a certain record. 2) If not open, then open MSAccess and open a secured Access application and then open a form and find a record. (The Access ...
|
| Closing application? | 26 Apr 2005 13:57 GMT | 2 |
I am wondering how Application.Exit, Me.Dispose and End are different when it comes to closing an application (File --> Exit menu) Thanks
|
| C# Question | 26 Apr 2005 12:35 GMT | 3 |
What is the best way to convert an integer to a Enum value? I hope this makes sense. Thanks, Yosh
|
| DLL and EXE versions | 26 Apr 2005 12:25 GMT | 2 |
What's the deal with dll and exe versions? I have a problem with versions of dll:s and exe:s being incompatible with eachother. Is there any way to get around this? Is I understand it, a guid is generated for the dll when it's compiled (is
|
| newbie to asp.net... | 26 Apr 2005 12:11 GMT | 1 |
I'm using XP pro and devloping web app using studio 2003. This is very basic application , just trying to connect to database (sql 2000) which is hosted somewhere else. when i hit debug button i am getting following error.. Login failed for user '(null)'. Reason: Not associated ...
|
| windows service - 2 simple (I hope) questions | 26 Apr 2005 09:07 GMT | 3 |
I've written and installed windows service in C#. I have two questions: 1) File.Open("lock", FileMode.OpenOrCreate, FileAccess.Read, FileShare.None) does not create the file even if it doesn't exist.
|
| Security problem with Exception Management Block | 26 Apr 2005 04:26 GMT | 1 |
When running my application on accounts that don't have admin privileges, I recieve the following error (I am trying to write to the Application event log): System.Security.SecurityException: The event source
|
| Creating controls on the fly | 26 Apr 2005 01:43 GMT | 5 |
I want to create controls on fly. Specifically, I want to create some ASP.Net Link Buttons dynamically. They would also need click events written on the fly also. I'm pretty sure you can create controls on the fly but not sure about events. Does anyone know? Anyone have any ...
|
| Hooks Maybe? | 26 Apr 2005 00:28 GMT | 1 |
Hi, I am currently working on an application where I would like to monitor the CD-Rom drive to see if certain types of files are being opened (Movies or Images) and I was wondering where the best place to start would be. I know that hooks can monitor system messages, but I do ...
|
| use imagebutton to reset form.. | 25 Apr 2005 21:52 GMT | 3 |
How can I reset a form using an Image Button.. I tried using and HTML button and some javascript to reset the form, but it doesn't work.. any suggestions?
|
| Treeview Question | 25 Apr 2005 18:58 GMT | 1 |
Is there a treeview method that will uncheck all the treenodes in a treeview or do I have to recursively uncheck in code? thanks again, yosh
|
| Play an MP3 | 25 Apr 2005 18:56 GMT | 1 |
I am writing a visual basic program, and I want to add something where a MP3 plays when a user clicks a button. Can this be done?
|
| Formatted Text boxes | 25 Apr 2005 18:54 GMT | 1 |
Did I dream it or did I see somewhere that you can apply formatting to text boxes in vb.net i.e. Specify it contains time as "hh:mm" etc
|
| forms authentication | 25 Apr 2005 17:28 GMT | 1 |
I am trying to do forms authentication. But what I am doing is a little complex, I think; and, I cant find any documentation out there on it. What I am trying to do is forms authentication across applications where the two applications reside on different servers. How do I do ...
|
| Newbie problems with Web Services project | 25 Apr 2005 16:49 GMT | 1 |
I tried posting this in the m.p.dotnet.framework.aspnet newsgroup earlier this morning, but it seems to be somewhat dead. So please accept my apologies in advance if anyone has a problem with multi-posting. This will be the only other multi-post as long as someone answers.
|