| Thread | Last Post | Replies |
|
| Obfuscated code problem | 13 Nov 2005 11:32 GMT | 4 |
I'm trying Obfuscation for the first time using the community edition of dotfuscator that ships with vs .net 2005. After building my code, I load the compiled .exe into dotfuscator and let it run. When I try to execute the obfuscated code, I received an
|
| Using Databases with SQL Server 2005 | 13 Nov 2005 10:13 GMT | 2 |
I know that SQL Server 2005 can allow for simple deployment with .NET 2.0 applications. Does anyone know where there is a simple tutorial, on how to attach your .mdf DB files to the SQL Server 2005 database on runtime / install time??
|
| where to put this code | 13 Nov 2005 05:53 GMT | 7 |
Here's what I have: while (readSwitches.Peek() != -1) { int i;
|
| What is the default NameSpace | 13 Nov 2005 01:43 GMT | 1 |
If I did not include a class in a NameSpace. What is the default NameSpace of that class
|
| Simple array problem | 13 Nov 2005 01:29 GMT | 2 |
I'm new to c#. I've got arrays in a class: private DateTime[] dates; private IPAddress[] addrs; In constructor:
|
| Generic Type Instantiation | 13 Nov 2005 01:27 GMT | 4 |
I don't understand the third paragraph under the heading 'Generic type instantiations' on <http://msdn.microsoft.com/vcsharp/2005/overview/language/generics/>:
| The .NET Common Language Runtime creates a specialized copy of the |
| Trouble connecting to SQL Server 2005 Express | 13 Nov 2005 00:47 GMT | 4 |
I am trying to connect to SQL Server 2005 Express with Visual C# 2005 Express using this code: static void Main(string[] args) {
|
| System.IO.Compression | 12 Nov 2005 23:53 GMT | 1 |
Can we create a standard .zip file with System.IO.Compression? I have tried, but the files create by System.IO.Compression can't open in xp!
|
| what is wrong with this code? | 12 Nov 2005 23:43 GMT | 1 |
I'm trying to write a class where I need to sort a list of TreeNode objects in a certain way. So I thought I'd use: List<ListNodeData>
|
| Framework availiable | 12 Nov 2005 22:46 GMT | 3 |
As you know, there is a environment called "Mono" to compile C# code in linux platforms. This means that there is a framework to linux? Is it like the Windows one? Thank you.
|
| How can we get client' IP in web service | 12 Nov 2005 22:35 GMT | 1 |
When client connect to a WebService, how can we get the client's IP?
|
| Tray icon doesn't disappear after making it invisible | 12 Nov 2005 21:03 GMT | 5 |
Sorry for the repost, but this has been driving me mad for the past few days. There must be a simple solution. There are many other posts about this problem upon an application exit, but my problem is slightly different as my application does exit.......
|
| Where can I download the FULL (!) Visual CSharp Express software | 12 Nov 2005 19:37 GMT | 2 |
Yes, I know at the webpage http://msdn.microsoft.com/vstudio/express/visualcsharp/download/default.aspx I can download Visual CSharp Express software. But this is only a 3MB setup wizard vcssetup.exe which installs the final
|
| Adding a row | 12 Nov 2005 19:15 GMT | 1 |
I am trying to add a row to my database. I first made a data connection with Database Explorer where I have made the connection to my database royDBnew and my table tblRoy with 2 columns SOBN, BN1 (both int). Then I made a data source connection in the Data Sources. When I run ...
|
| setting shortcut keys for buttons | 12 Nov 2005 19:03 GMT | 1 |
Is there a way to set a single key to activate a button on a form?
|