| Thread | Last Post | Replies |
|
| "Managed Debugging Assistant 'LoaderLock' has detected a problem in | 06 Jun 2006 22:25 GMT | 3 |
I have ported my VB.Net project from VS2003 to VS2005. I am facing two issues while running my applications: Issue1: I am calling some managed dlls (developed in C#) from my Vb .net .
|
| Getting and changing File Summry information | 06 Jun 2006 19:27 GMT | 3 |
I am trying to find a way to get and change file summary information. I tried using FileInfo class, but it doesn't give me information such as "Author,Title,Rating" etc. Is there a way to get and change these information using .NET libraries?
|
| Obsolete Errors using Dotnet Framework 2.0 | 06 Jun 2006 17:51 GMT | 1 |
I am Trying to build my 1.1 framework code with 2.0 framework using Visual Studio 2005 installed in my machine. when i tried doing doing so , i get errors like :
|
| Reflection question about PropertyInfo | 06 Jun 2006 14:13 GMT | 4 |
How do you take a PropertyInfo and get an instance of the object described by it? For example, I want to get the actual instance of the object described by "pi" in the snippet below (not the object's value like what GetValue() provides, but a reference to the object itself):
|
| getting value from Dropdown and setting it as TextBox Text without Postback | 05 Jun 2006 19:00 GMT | 1 |
I have a DropDown and a TextBox just bekeow it... I have to get the selected value from dropdown and set it as textBox Text.. The thing is i have to do this Without PostBack.....
|