| Thread | Last Post | Replies |
|
| Assembly linking | 18 May 2005 09:43 GMT | 2 |
Suppose an assembly "Main" is using class "A" from another Assembly "Dep" as follows : A a = new A(); a.MethodOne();
|
| Freamwork 1.1 and 2005 | 18 May 2005 08:03 GMT | 1 |
My code is written in VB.Net 2003 using freamworks 1.1 version. I created a setup file that will install the 1.1 if it not installed. My questions are these: 1. What is the best way to find if the version 1.1 is installed?
|
| Can I use Windows.Forms 2.0 with Visual Studio 2003? | 18 May 2005 05:42 GMT | 1 |
I have a question regarding the new release of the Framework that is coming up. This is truly a framework question, I think. I have Visual Studio .Net 2003. I like some of the news about
|
| Need tab and Return key for IE Hosted UserControl | 18 May 2005 05:35 GMT | 8 |
I am writting an IE Hosted UserControl, which has a TextBox for accept input. In the textbox, I use OnKeyDown handler to check the user pressed key. Which work fine under WinForm environment. However, under IE with form environment, the Key tab and return are took by
|
| extensive type search | 18 May 2005 04:29 GMT | 1 |
I want to search a type by name. Type.Get(string) only return those from a limited set (the current one?) I was thinking to use
|
| DropDownList -dissalow first item | 18 May 2005 03:07 GMT | 2 |
Is there an easy way to create a dropdownlist with a "Please Choose" message in the first item that is disabled? I would prefer to handle this on the client side, so that the DropDownList autopostback is disabled when the user chooses the first
|
| Why CurrencyManager? | 18 May 2005 03:03 GMT | 2 |
Anybody nows a reason why System.Windows.Forms.CurrencyManager is being called that way? Thanks
|
| [announce]DataDirect XQuery now Available | 17 May 2005 22:35 GMT | 1 |
Dear microsoft.public.dotnet.framework community, The first XQuery component to implement the XQuery API for Java™ (XQJ), DataDirect XQuery™, is now available in beta. DataDirect XQuery allows you to query XML, relational databases, or a
|
| HttpWebRequest and HTTPS | 17 May 2005 21:01 GMT | 2 |
Group, I did the following using XMLHTTP (VB6 client) o.XmlHttp.Open "POST", _ "https://wwww.mycompany.com/getinfo.ashx", _
|
| Socket problem | 17 May 2005 20:54 GMT | 1 |
I'm using c# to create a server client application. I have to check if the socket is in"CLOSE_WAIT" state. Anyone knows any solution for this? I tried to used Socket.Connected but it doesn't give a false message if the
|
| Parser Error Message: Execution permission cannot be acquired. | 17 May 2005 18:24 GMT | 2 |
When I tried to run a web project on the browser using localhost I always get this message: Configuration Error Description: An error occurred during the processing of a configuration file
|
| Server.Transfer vs Response.Redirect | 17 May 2005 17:02 GMT | 1 |
I don't know if there's anyone out there is having the same problem. My DotNet 1.1 version uses FormsAuthentication.RedirectFromLoginPage() method to take user from the Login page to the Welcome page. My folder structure is as follows:
|
| oppss...ICustomTypeDescriptor convert my control to NonVisual?! | 17 May 2005 13:22 GMT | 2 |
After implementing ICustomTypeDescriptor on my UserControl When ever I drop the control it moved to the none visual area Which properties or attributes should I add to my Descriptors collection in
|
| Array of classes and a pointer to it | 17 May 2005 08:20 GMT | 2 |
I defined a class name MyClass. I would like to define an array of 4 by 8 of that class. I would like to define a pointer to the array of MyClass. I tried it with static definition:
|
| How to record WebService calls from my WinForm application? | 17 May 2005 06:33 GMT | 2 |
We would like to do a scalability test of our WebServer by stimulating WebService calls made from our WinForms application...I have tried using ACT...but it does not record WebService calls made from WinForm applications...Is there any tool that does this? Or is there a
|