| Thread | Last Post | Replies |
|
| want to know about attributes | 22 Aug 2004 20:07 GMT | 1 |
What is the difference between attribute and preprocessor directives
|
| Convert C# to vb.net help | 22 Aug 2004 14:47 GMT | 2 |
(IT is saying the Operator '=' is not defined for types 'System.Drawing.Color' and 'System.Drawing.Color'. (btnface is a color) If btnFace = Color.White OrElse btnFace = Color.Black Then
|
| how to delete readonly files? | 22 Aug 2004 13:47 GMT | 1 |
Directory.Delete() works fine untill there is some read only file. Should I write a functions that changes all file attributes to FileAttributes.Normal or is there a better way of doing it? I just want to be able to delete all files regardless their attribute.
|
| Png compression | 21 Aug 2004 21:27 GMT | 1 |
I want to ask about the png compression for Bitmap.Save Here are the case : Jpg (768 x 576 , 301KB) => Jpg (384 x 288, 22KB) Jpg (768 x 576 , 301KB) => Png (384 x 288, 311KB)
|
| StockOverflowException in Win98 | 21 Aug 2004 10:14 GMT | 2 |
I have problems with executing my application in Win98. I get an error StackOverflowException in many unexpected moments. In Win2000 and WinXP it works well. What to do? Regards
|
| MailMessage and address book entries | 21 Aug 2004 09:38 GMT | 2 |
I am using the System.Web.Mail.MailMessage class to generate and send email messages from my asp.net web app. I assumed that this was some simple interface to send mail using SMTP, but in the documentation for the "To" property it says:
|
| ComboBox.DataSource = {DataTable}; But after is still = Nothing | 21 Aug 2004 07:27 GMT | 1 |
I've got a very weird problem, when I run the following code the ComboBox (Me.cmbInputDevice) is always empty. The ComboBox is on a UserControl in a Class Library. I'm using VS.NET 2003 with SourceSafe 6.0d (the problem occurs whether the code is checked in or out)
|
| reverse-engineering to UML with VS .Net Academic 2003 | 21 Aug 2004 03:49 GMT | 1 |
I cannot reverse-engineer a simple C# program to UML (or any other program for that matter). It seems to go through the motions of processing the code but then the following message appears in VS .Net Academic 2003: "Reverse engineering failed.
|
| question about security (decompiling msil, native code) | 21 Aug 2004 02:31 GMT | 4 |
We have a component in .net which contains encryption and decryption algorithms. (We cannot use standard ones because these are going to be the same as already existing algorithms in another application.) Of course, these algorithms are pretty worthless if it is possible to simply ...
|
| Additional information: Exception has been thrown by the target of an invocation. | 20 Aug 2004 23:37 GMT | 3 |
I have .dll with Form and ImageList component, when I'm making instance, I got execption: An unhandled exception of type 'System.Reflection.TargetInvocationException' occurred in mscorlib.dll
|
| How to notify "main" thread from some other thread ? | 20 Aug 2004 21:36 GMT | 2 |
I have some problem, and have no clue how to resolve it. I wrote some C# application which shows nice GUI and then creates long-running worker thread. I want now to recaive some kind of notify, when the worker thread is terminated (or aborted). I've been trying delegates and
|
| How to modify default Stored Procedure template in VS.NET database project | 20 Aug 2004 21:19 GMT | 2 |
Does anyone know how to modify the default Stored Procedure template the exists in a VS.NET database project? I know how to with Enterprise Manager, but need the same functionality in VS.NET. Thanks,
|
| stream defaul image when no image in DB | 20 Aug 2004 21:06 GMT | 1 |
I have a class that streams an image from a DB. If there is no image (record then I want the class to stream a default image. Why is this not working? It is breaking on the line of code within the for..loop. Any help would be greatly appreciated.
|
| Listing ASP.NET web sites present on an IIS server | 20 Aug 2004 17:27 GMT | 1 |
i'm looking for a method to list all asp.net sites that are hosted by a IIS server using C# language. Any idea ? Thx,
|
| Why System.Type.GetType fails on Enum types? | 20 Aug 2004 13:59 GMT | 3 |
The following code Type t = Type.GetType("System.Drawing.RotateFlipType", True); always throws an exception: An unhandled exception of type 'System.TypeLoadException' occurred in
|