| Thread | Last Post | Replies |
|
| rectangle contains | 29 Aug 2005 22:21 GMT | 1 |
I have a program that creates an image and displays it to the screen....pretty simple. I put it into a matrix so that I can rotate it. I would also like to be able to know when I click on it so I am doing a rectangle.contains. This works fine if the image isn't rotated. But ...
|
| Telling a classes full name | 29 Aug 2005 19:29 GMT | 4 |
I am creating a plugin system and each plug-in has a class called "Connect", which is what I created as the entry point for the plug-in. The problem is, I need to get the Full type name of this to create a instance of it. previously I was doing this a different name by using the ...
|
| WinForms Timer | 29 Aug 2005 19:15 GMT | 1 |
Let's say I have a WinForm with a System.Windows.Forms.Timer running in it. In the Tick event of the timer I update the form. Now, must I, in a Form_Closing handler, do something like the following? timer.Enabled = false;
|
| [ANN][X-POST] Goliath.NET Obfuscator... | 29 Aug 2005 17:39 GMT | 8 |
[it] ...finalmente disponibile l'ultimo sicuro obfuscatore per la piattaforma .NET - il nuovo progetto tutto italiano che cerca di fermare la decompilazione & reverse-enginnering degli assembly .NET
|
| What doesn gacutil /cdl do? | 29 Aug 2005 17:21 GMT | 1 |
I have tried to overwrite an existing assembly in the GAC and those the operation seem to complete O.K nothing happened. So someone told me it might be because I need to reset my computer in order to reset the GAC
|
| Colors | 29 Aug 2005 16:13 GMT | 11 |
I have a button on my web page the backcolor of which I want to change: btnSample.backcolor = ???????? I want the color to be Gainsboro However I enter Gainsboro or color.Gainsboro I have the blue wavy line
|
| J# Framework | 29 Aug 2005 13:04 GMT | 1 |
What do I need to run a J# application on a computer?
|
| Error in Installing Service Pack2 | 29 Aug 2005 10:46 GMT | 1 |
hi Actually I have a Problem that's resolved in MS Article. http://support.microsoft.com/default.aspx?scid=kb;en-us;Q319345 so according to this article as i starts .Net Framework Service Pack 2 to
|
| Sharing folders | 29 Aug 2005 10:01 GMT | 3 |
How i make a folder to be shared with C# ? Regards, Mystique
|
| PLEASE HELP ME | 29 Aug 2005 09:03 GMT | 1 |
I have been trying to install framework 1.1 and get the same error: Iexpress setup has encountered a problem and must close. Any advise would be apprieciated!
|
| App won't start | 29 Aug 2005 08:24 GMT | 1 |
I have a Windows Form application (C#, .NET 1.1) that I distribute to my clients and everyone can run it successfully but those who have international versions of Windows XP (German, Norwegian, Russian, etc). When they try to launch the app after an installation they get the
|
| DataGridView missing "OnItemBound" event | 29 Aug 2005 07:26 GMT | 2 |
Hi, i want to set separate styles on the DataGridViewRows when i bind a datasource to a datagridview. Basically some rows should be displayed with a bold font while other should be displayed using the default formatting. The problem is that i can't seem to find an event which ...
|
| Generics: difference between Dictionary, SortedDictionary and SortedList | 27 Aug 2005 21:00 GMT | 2 |
They all seem to be kind of a hashtable and using different algorithms but what is the actual difference? When should I use which one?
|
| Setting up hooks | 27 Aug 2005 15:00 GMT | 3 |
I am trying to figure out how to either hook winsock or in someway intercept socket connections for port 80 to basically sniff all information passing over them for any given application. Does anyone know of any example of doing this in .net or have any ideas?
|
| Version 2 out of Beta? | 27 Aug 2005 12:41 GMT | 6 |
I found a file called: dotnetfx 2.0.50727.7 on the net. It appears to install fine and Netframe 2.0 shows in add/remove programs.
|