| Thread | Last Post | Replies |
|
| Prevent decompiling of the code | 18 Oct 2007 20:35 GMT | 9 |
I need to be sure that my C# code is as hard as possible to decompile. Can anyone tell what is the best tool for that job? Also will this be a part of Visual Studio 2008? It seems natural to me that the .net framework came with a solution so other
|
| Allow to reference to any version of assembly during compiling | 18 Oct 2007 20:12 GMT | 6 |
VCSE 2005 .NET 2 WinForms I created assembly at runtime and added mydll.dll reference to it. mydll.dll is in applicatino startup directory. When I change mydl.dll to never version, this assembly is not loaded
|
| Performance Issues with Delegates | 18 Oct 2007 19:54 GMT | 10 |
I wrote a simple method that allows me to pass a delegate to find a value in a list. I already had a set of methods for doing comparisons: less, greater, equal, equivalent, etc. However, find algorithms always compare the element in the list to a given value. In other words, I
|
| windows Theme | 18 Oct 2007 19:44 GMT | 1 |
I develop my own control, however i would like to keep them in phase with Windows Theme. for example, if i have a custom button, i would like also to offer to user the possibility to select the renderer (XP theme, flat, gradient,
|
| Which Async. Pattern should I be using? | 18 Oct 2007 18:48 GMT | 15 |
I've got a windows form that monitors the status of employees [location/work status etc] it polls a database every 2 seconds to fetch updates [index on history table with 'LastUpdate' Datetime field] then update a underlying dataset bound to a grid using Invoke to marshal to the ...
|
| Exchange containers permissions | 18 Oct 2007 18:27 GMT | 2 |
i need help on a new project. i want to write it in C#. i need to traverse the exchange 2003 org looking for specific containers. then find what the permissions are.
|
| A question about replacing a process with a another process | 18 Oct 2007 18:10 GMT | 1 |
Today we have two processes A and B written in MFC which are communicating with each other by using serialized socket. These processes are running as console application and as a GUI application. Assume I want to replace one of these processes say B with a process written
|
| Automating input | 18 Oct 2007 18:07 GMT | 7 |
Is there any way of getting VS2005 to 'type' the content of a file into the currently open CS file? I am trying to capture the VS2005 screen: I'd like to be able to record the code (already stored in a file) being typed; doing this manually is fraught
|
| documentation tips requested | 18 Oct 2007 17:21 GMT | 2 |
hey all, does anyone have some good tips or references on writing good documentation alongside the application code (not comments)? I do write stuff down but 6 months from now if i have to come back to that documentation it's a little
|
| building a service application at the same time as desktop app | 18 Oct 2007 17:07 GMT | 1 |
I am writing a service that sits on a single pc. It does occasional work to a database eg logging users out after time period, sends emails in the background, processes scheduled jobs etc Its part of a larger project. To date I've kept the service solution
|
| TreeView Resize | 18 Oct 2007 17:01 GMT | 2 |
I'd like to allow user to resize a treeview control in a form at runtime. What properties should I set to allow this? Thank you.
|
| console.write easy peasy beginners question | 18 Oct 2007 16:50 GMT | 5 |
I'm messing about with a console app that does some tedious data processing, I want to show activity in the console window. What I wanted was - followed by \
|
| Inheriting Consts | 18 Oct 2007 16:40 GMT | 5 |
Am I missing something quite simple as I can't seem to see how to inherit consts from my base class. Can this be done? Thanks,
|
| Is it possible to embed a console window c#? | 18 Oct 2007 16:33 GMT | 7 |
Curious how you could embed a console in a Windows form.. any ideas ?
|
| XmlIgnore an inherited attribute | 18 Oct 2007 16:03 GMT | 2 |
I have a number of classes that inherit from another class which contains an attribure called "Url". I serialise my objects to an xml file, but I would like to hide the "url" attribute for one of my inherited classes. I can place the XmlIgnore in the base class, but
|