| Thread | Last Post | Replies |
|
| Classes into dot net framework 1.1 | 30 Nov 2003 21:30 GMT | 7 |
How many classes are into dot net framework 1.1?
|
| How: To get true dynamic polymorphism (i.e. smalltalk) | 30 Nov 2003 21:25 GMT | 12 |
I have two subclasses of SpriteModel (1) LocalSprite (2)Sprite Both implement a method called .ToXml() which returns an XmlDocument. But they are different. I instances of these objects stored in a Hashtable. Extracting them from the
|
| Filename Extension Too Long | 30 Nov 2003 17:29 GMT | 1 |
Some bright spark has decided to include DotNet content on our product CD. Unfortunately the CD will not burn now as it reports errors with file extension lengths. I guess that is due to the xxx.xxx.xxx.xxx.dll type of files that DotNet produces. Is this a problem that can be ...
|
| How to catch an exception ocurred in the work thread from the main thread? | 30 Nov 2003 08:57 GMT | 1 |
I have a window form application. The main thread creates a work thread to do a web request. The work thread has the exception mechanism in place so that if there is anything wrong with the web request, the exception is catched in
|
| Smart Navigation on ASP.NET 2.0 for Mozilla or Netscape | 29 Nov 2003 23:33 GMT | 3 |
Is there going to be any smart navigation in ASP.NET 2.0 for Mozilla or Netscape? Thanks.
|
| passing a ref to a method | 29 Nov 2003 19:39 GMT | 3 |
Objects are reference types. When i pass an object as a parameter to a method, in Java this automatically means I am passing a reference of that Object, not a copy of it.
|
| tool bar | 29 Nov 2003 14:28 GMT | 1 |
Hi group I actually use the ToolBar class, I am not satisfied. infortunnally i haven't time to create a new ToolBar class. but this class offered by visual studio is not the bar that i can see using
|
| flat style for combobox | 29 Nov 2003 14:26 GMT | 1 |
Hi group It seems that i can't have a flat style for combobox, can you confirm ? so for design purpose, how can i get a flat style for my combo ? must i override .paint method or something like that ?
|
| Enumerating sub-namespaces | 29 Nov 2003 11:03 GMT | 4 |
I want to enumerate the namespaces under a given namespace. For example I would like to submit the namespace of System and get CodeDOM, Collections, ComponentModel, Configuration, etc. Can someone clue me
|
| Framework directory | 29 Nov 2003 10:02 GMT | 1 |
does someone know how to retrieve the framework installation path? I mean I wanto to get the C:\WINNT\Microsoft.NET\Framework\v1.1.4322 diretory for the framework 1.1 Thanks
|
| Problem of data storage | 29 Nov 2003 08:46 GMT | 1 |
In my program, i would like to save some custom settings for the users. Next time when the users load the progam, they will see the settings that they have made before. For example, imagine that i am writing a ftp client, which allows users to add their favorite ftp site in
|
| How to cause a line break in a textbox? | 29 Nov 2003 07:07 GMT | 1 |
I have a multi-line textbox. How do I cause a line break in the textbox?
|
| Product Key | 29 Nov 2003 04:05 GMT | 1 |
While installing VS.Net Academic it seems I incorrectly typed the product key. Later, while attempting to run VS.Net I received an "invalid product key" error. How can I reset the product key / license without having to go through an hour+ long installation??
|
| Read Bitmap and create Method to Create Image at runtime | 28 Nov 2003 20:27 GMT | 1 |
Is there Source available that could read in a Image/Bitmap and create a C# Method that would use Grafics to create this Image/Bitmap at runtime without having load (in a other program using this created Method) the original Bitmap again?
|
| Referencing project within solution | 28 Nov 2003 19:42 GMT | 5 |
I have a VS.NET Solution containing two projects. I want to add a reference to one of the projects from the other project (say: reference 2 from 1) i.e. select the DLL assembly from project 2 and put it as a reference on
|