| Thread | Last Post | Replies |
|
| Listbox numerical sort | 09 Jun 2005 11:23 GMT | 3 |
I have a bit of a problem with a sort procedure I need to do. I have a list of items in a listbox, eg:- 2.3%<A other text here> -4%<B other text here>
|
| Basic Authentication | 09 Jun 2005 10:57 GMT | 2 |
I have a web application with basic authentication and i need to read a XML File from the server, to do so i need credentials. So I generate network credential by using the data i get with Request.Headers("Authorization").
|
| What major applications have been ported to the .net framework? | 09 Jun 2005 09:03 GMT | 5 |
Does anyone have a list of applications that have been ported to the .net framework? Does anyone know if future versions of Office will be ported? What about other Microsoft products? Games?
|
| Cross Browser Post | 09 Jun 2005 03:40 GMT | 2 |
I have a form that I need to post to a popup window. I've done this gazillions of times in Classisc ASP but with .NET as soon as I post the data I got an error. "Unable to Validate the Data".
|
| How to use .NET framework to toggle the power on a USB-powered dev | 09 Jun 2005 03:20 GMT | 3 |
We have a C#.NET win-forms application that talks to a device plugged into the USB port. Sometimes when severe communications interruptions occur, such as from a burst of ESD electricity, we need to toggle the power on that device in order to bring it back to life.
|
| Installing Remote Components | 08 Jun 2005 23:45 GMT | 2 |
I'm trying to get debugging working, and I've come across a snag. I've got Visual Basic.net Standard - not the full Visual Studio. From what I can see, it talks about installing the Remote Components in the README file, but it doesn't seem to actually give me an option to
|
| BETA 2 problems | 08 Jun 2005 23:30 GMT | 1 |
I justed loaded BETA 2 and it cause quite a few problems. Every time I try to view the designer I get the following error: Could not load type 'Microsoft.VisualStudio.Shell.Interop.IVsRunningDocumentTable2' from
|
| closing an app with multiple forms | 08 Jun 2005 21:31 GMT | 1 |
If I have an app that has Form1 and Form2. When I open the app Form1 is displyed, I do some stuff then open Form2 and set Form1 visibility to False. If I want to totally close the application now closing all forms how do I do that?
|
| Visual Studio 6.0 and Visual Studio 2005 | 08 Jun 2005 20:57 GMT | 2 |
Is it safe to install both Visual Studio 6.0 and Visual Studio 2005 in the same machine? Thanks.
|
| Date & DateTime datatypes format | 08 Jun 2005 17:59 GMT | 3 |
My problem is the following: When I assign a custom formatted Date & Time to a Date variable it loses it’s formatting. Ex. 2005-06-07 15:46 [Format(Now(), "yyyy-MM-dd HH:mm")] now when I assign this to a variable of type Date or DateTime this becomes 2005/06/07 03:46:00
|
| Consuming event of a class in collection | 08 Jun 2005 15:28 GMT | 2 |
I must be missing something here. All I want is to be able to handle the events of one of my class, objects of which are in a collection. For e.g. I have a class MyClass1 which raises MyEvent1 and a collection
|
| Process.Start taking a long time, the FIRST time only | 08 Jun 2005 13:18 GMT | 2 |
I am using the Process class to run an external application from my application. The first time I call the .Start() method it takes several seconds for the process to actually start. Subsequent calls to .Start() go very fast as is how I would expect it. Has anyone seen this ...
|
| Legality of using Microsoft DLL'S in programs? | 08 Jun 2005 12:56 GMT | 8 |
G'Day all, Im just curious as to how legal it is to use dll's that microsoft have made? For example, lets say I make a program that creates users in active directory, I have to reference system.directory services, is it
|
| May i know about the component of .NET | 08 Jun 2005 11:33 GMT | 1 |
May i know what is the technology that the .NET component use for communicate each other in the .NET environment ??? since i am the new in .NET thank you
|
| anyone have any cool secretes or shortcuts in vb.net to share! | 08 Jun 2005 11:28 GMT | 1 |
I always like to ask because someone who has worked on specific projects may have been in the possition to find a handy short cut or solution that cannot be found in a book only through trial and error experience. I may soon be working on a similiar project. Even something a ...
|