| Thread | Last Post | Replies |
|
| modify the keyboard queue | 08 Sep 2006 12:04 GMT | 3 |
I need to be able to modify the keyboard queue and I have no idea how to do it. I have a windows app (C#) that should login to another application when pressing a login button. I have no access to the other application so I would like to add the username and password to the ...
|
| How to detect if an app is allready running? | 08 Sep 2006 07:21 GMT | 7 |
How can i detect if my application is allready started? if it is started, set focus to it else start it? Thanks
|
| Operating System and H/W for new Dev Workstation | 08 Sep 2006 06:41 GMT | 2 |
What's the best OS to use on a Development Workstation? The dev environment includes projects in: VB 6.0, C++ (Visual Studio 6) ASP 3.0
|
| Statics & Interfaces | 08 Sep 2006 06:37 GMT | 10 |
I have an interface where I would like to have some static functions. When I add "static" to any of the interface functions I get the following error: "The modifier 'static' is not valid for this item". Why is it not possible to define static functions in an interface?
|
| Windows Service Security Zone | 08 Sep 2006 04:21 GMT | 1 |
Can someone tell me in which of the four security zones a windows service running under a domain account would run? I have a windows service installed under C:\Program Files\blah blah blah... so at first I figured My Computer, but since it's a service I figured the security zone ...
|
| What questions would you ask when inteviewing a programmer for a dot net ap? | 08 Sep 2006 03:19 GMT | 1 |
What questions would you ask when inteviewing a programmer for a dot net ap? I want a few simple things I can ask over the phone just to weed out people who have no idea what they are doing.
|
| wi-fi detection | 08 Sep 2006 01:43 GMT | 1 |
I need to implement in my application a function that, shows the wi-fi connection available on the notebook (running winxp), allows the user to choose one in order to copy a file on a folder though the wi-fi connection
|
| How do I know my collection was modified? | 07 Sep 2006 19:51 GMT | 3 |
I have a user control that includes a StringCollection. I provide my users with a property that retrieves a reference to the string collection so they can add and remove items from it, just as you would do if this were, for example, a listbox.
|
| Question on OleDbDataAdapters from a new guy | 07 Sep 2006 19:31 GMT | 4 |
I create 2 data OleDbDataAdapters, one with the wizard, and one in code. I know the adapter created in code is OK because I use it to fill a data table and I then look at one of the fields and the data is there.
|
| Detecting Windows Forms Desginer | 07 Sep 2006 18:12 GMT | 2 |
When VS 2005 visual designer attempts to open an inherited windows form it attempts to instantiate the form. Unfortunately, this does not work under certain conditions/needs to the form's constructor. You get a nasty error something like: "One or more errors encountered while ...
|
| What is Proces.WaitCode = 255 ? | 07 Sep 2006 17:20 GMT | 3 |
Hi, I'm starting from my application simple bat data...test.bat. This file (test.bat) should start another aplication app.exe. I'm starting the test.bat from my application with Start() method of Process class.
|
| Obtain the folder where is the executable of my application | 07 Sep 2006 14:11 GMT | 2 |
I want to obtain programatically the folder where the executable of my applicationj is installed. I want that path to find other files which are located related to the path where my application is installed. Is there antway to do this?
|
| OpenFileDialog too slow | 07 Sep 2006 13:43 GMT | 4 |
hi im trying to create and show an openfiledialog to let the user selecta file but the control is too slow. When i call showdialog on it it takes too long for it to appear on screen and when i move between folders it takes too much time to update it. Whhat
|
| Print out contents of a hashtable | 07 Sep 2006 13:40 GMT | 4 |
I can't believe I've stumbled on a simple problem such as this. After all these years, that too. Anyway, it goes that I just realized that I could not iterate through my hashtable and print out its contents. On further probing, I realized
|
| System.net.mail.SmtpClient send generates a Syntax error, command unrecognized | 07 Sep 2006 13:06 GMT | 1 |
I've just posted this into the microsoft.public.dotnet.VB group by mistake - Just reposting it here... Have hunted around on the groups and can't find anything, hence. I've tried this against 2 mail servers (mailtraq and hmailserver) and
|