Dotfuscator Community edition is allowed for non-commercial use only.
My english is not so good. Please, correct my errors. Best regards, Alexey.
Dotfuscator Community edition is allowed for non-commercial use only.
My english is not so good. Please, correct my errors. Best regards, Alexey.
I'm looking for a free obfuscator tool. I tried Aspose and Skater Lite, but each one of them throws an exception while processing my assembly. My assembly doesn't contain reflection. Do you know any other free (or light versions) of obfuscators (especialy for .NET Compact Framework 1.0) ?
My english is not so good. Please, correct my errors. Best regards, Alexey.
Thanks.
My english is not so good. Please, correct my errors. Best regards, Alexey.
My article (Star Wars style text scroller[^]) has been moved to wrong category (Languages » C / C++ Language » General). In top of article we can see "C#, C# 2.0, Windows, .NET, .NET 2.0, Visual Studio, GDI+, Dev" It must be in "Languages » C# » General" or in "Languages » C# » Windows Forms". Please, move this article to the right category.
My english is not so good. Please, correct my errors. Best regards, Alexey.
You can save the image displayed in a Button to temporary file, and after that read from this file. Or you can save this image to stream, and then read it's data to array.
My english is not so good. Please, correct my errors. Best regards, Alexey.
Hi all ! Can you tell me some good IRC channels on programming and C# topics ?
My english is not so good. Please, correct my errors. Best regards, Alexey.
The last my task was to translate code from Delphi to c++. Here is the worst bug: if you have Delphi code if (count = 1) { ... }
In c++ you must replace it with if (count == 1) { ... }
else you'll got assignment in condition. But if you write constant first the compiler alert you if you leave "=" uncanged : if (1 = count)// Compiler error { ... }
This trick helps me a lot.
My english is not so good. Please, correct my errors. Best regards, Alexey.
Try this code: System.Diagnostics.Process.Start("explorer.exe", "c:\\Test");
My english is not so good. Please, correct my errors. Best regards, Alexey.
Maybe this article will help you ?
My english is not so good. Please, correct my errors. Best regards, Alexey.
Try to replace it with IntPtr.
My english is not so good. Please, correct my errors. Best regards, Alexey.
No. Only for pocketPC / Smartphone. For other devices, if supports - java micro edition (J2me).
My english is not so good. Please, correct my errors. Best regards, Alexey.
You're right... Some of questions appears again and again.
My english is not so good. Please, correct my errors. Best regards, Alexey.
You can simply write bat file or VS plugin.
My english is not so good. Please, correct my errors. Best regards, Alexey.
My ideas are better and above price. And I also will not tell you them. :laugh::cool:
My english is not so good. Please, correct my errors. Best regards, Alexey.
You're right. I think that more than 90% tech guys here :laugh:
My english is not so good. Please, correct my errors. Best regards, Alexey.
Try to create this component dynamicaly. If it'll works, then it's bugs with form designer, else try to debug your component.
My english is not so good. Please, correct my errors. Best regards, Alexey.
Thanks for adding Mathematics ! But what about Usability / Interface forum ?
My english is not so good. Please, correct my errors. Best regards, Alexey.
Use POST method in forms instead of GET.
My english is not so good. Please, correct my errors. Best regards, Alexey.
I have same problem with ActiveX components on form. But when I reopening VS2005 all works fine. Maybe you trying to access some object before it's initizlisation ? Analize your callstack.
My english is not so good. Please, correct my errors. Best regards, Alexey.
Hi, I'm from Russia :cool:. Where are you from ?
My english is not so good. Please, correct my errors. Best regards, Alexey.