| Thread | Last Post | Replies |
|
| getting type of delegate parameters by reflection. | 13 Oct 2004 10:56 GMT | 1 |
I use .NET reflection to get information about assemblies, and I have a proble with delegates with types parameter like : delegate void MyDelegate (int a, double b); Visiting my assembly, I can get all type (as System.Type), and some of
|
| ASP.NET strange error | 13 Oct 2004 08:33 GMT | 4 |
I have a strange problem with ASP.NET i.e. when I open VS.NET 2003 with .NET Framework 1.1 it is showing up an error saying that there is 1.0 ASP.NET version. Then I shared my friends web directory in his system and copied all my
|
| Detect if a server is a Domain Controller | 12 Oct 2004 23:46 GMT | 1 |
Avoiding the subject to rant about how I cannot find a way to use native .NET to retreive information about Windows..... I have found that what I used to think worked does not appear to work anymore... I have some code that should allow me to return if a server is a domain ...
|
| download webcast | 12 Oct 2004 20:49 GMT | 2 |
i find following link: http://www.microsoft.com/seminar/events/webcasts/library/default.mspx that could link to archieved online webcast,but i can't find how to download them.who can tell me,thank you!!!!
|
| Generating Explorer File Previews/Thumbnails | 12 Oct 2004 20:04 GMT | 1 |
I'd like for files generated by a program I'm writing to show bitmaps/previews in Explorer when in thumbnail view(like powerpoint, visio, photoshop, etc. do) Anyone know where to begin with this?
|
| obtaining type using reflection | 12 Oct 2004 19:43 GMT | 2 |
In this moment I'm writing a new SQLAdapter class to persist my objects. the idea is to receive an object, and using reflection obtain the field name, the field value and the field type. At this moment, name and value was obtained, but the value type of the field
|
| HTTP Protocol violation, underlying connection to server closed er | 12 Oct 2004 18:39 GMT | 5 |
Hello, I developed a No touch deployment client which accesses data through a web service. The application worked really well until I installed .NET framework 1.1 SP1. It worked well without the Service Pack1. But now it throws a HTTP
|
| What is .Net? | 12 Oct 2004 17:09 GMT | 3 |
I am new to .Net. I heard the names (VS.Net, ASP.NET, Framework.Net etc) for years. Somebody said .Net is server side technology. Today I went to Mircosoft VB.NET 2004 World Tour seminar. The speakers just taught about how to use VS.Net to build applications. It seems VS.Net ...
|
| Setting MDIParent of new form | 12 Oct 2004 16:59 GMT | 3 |
Having an issue with setting the MDIParent of a new form. I have a form called CMIMain. From this form a child form is opened called Form1. This is the code I use to set that up:
|
| the word ".Net" | 12 Oct 2004 16:52 GMT | 3 |
what is the particular meaning of word ".Net". why the word ".Net". why not something else for e.g. xp means experince please dont mind
|
| How can I download assemblies files from a serever directory? | 12 Oct 2004 16:19 GMT | 1 |
I need to do a pugin for my application that have to verify if the components of the client are updated. I have to verify the versions of the assemblies allocated on a server directory, if there are new ones, copy it from the shared server directory
|
| Integrating .Net 2.0 with VS.Net 2003? | 12 Oct 2004 16:17 GMT | 3 |
With the forth coming release of .Net 2.0, will it integrate with VS.Net 2003?
|
| What is thread safety? | 12 Oct 2004 16:15 GMT | 1 |
Is there anyone can explain "thread safety" in detail for me please?
|
| How to get currently selected control? | 12 Oct 2004 15:32 GMT | 1 |
I have a fairly complicated windows forms with user controls and panels and everything. I'm using KeyPreview in my main form to watch keyboard events because I need to have some keys that work 'globally'. For example, I need to catch the '1', '2', '3', and Backspace keys. When ...
|
| A small problem comparing types | 12 Oct 2004 11:53 GMT | 3 |
I hope someone can help me with the following: I have a number of usercontrols that I've made which provides certain audit functions for any data inserted into it. Each audit control is a descendant of BaseAuditControl. Descedants include AuditableTextControl and
|