| Thread | Last Post | Replies |
|
| Static function | 30 Nov 2006 12:02 GMT | 8 |
I am parsing some main arguments and calling to functions according to it. Is it possible not to define the called functions as static? How can I design it better? Thanks
|
| WPF | 30 Nov 2006 11:58 GMT | 2 |
Can anyone tell me which group to use to discuss WPF? Thanks Pete
|
| String Array to Int Array | 30 Nov 2006 11:55 GMT | 17 |
I get 2 errors in the following code that I cant Debug without some help. They are both in the TryParse function. Seems simple enough.The Errors are Below.
|
| How do i build my own code 'library' (not .dll!) | 30 Nov 2006 11:05 GMT | 2 |
As I continue to explore C# , Visual Studio, and Programming in general I am becoming increasingly hooked. I see myself definately studying and learning c# with visual studio over the next year or two and am frequently finding pieces of code i'd like to save for later use.
|
| create a keystroke logger | 30 Nov 2006 10:42 GMT | 26 |
I've been asked by senior management to create and deploy a keystroke logger application (log to a local or network folder). Active directory already blocks the target users from opening task manager (they won't be able to see it running) so it needs to be straight forward and ...
|
| how to set a shortcut key on a menu item | 30 Nov 2006 10:34 GMT | 2 |
This gives me a runtime error that it is an invalid value. I tryed some other keys with same result. However I tryed some function keys and they work (whell I did not test if it work, I did test if there was no exception). Are there limitations or do I do something wrong here ?
|
| Difference between F5 et running directly the debug exe | 30 Nov 2006 08:57 GMT | 3 |
I've got the following problem: my C# app (an .exe using different dlls) has a different behaviour regarding the way I launch it. The right behaviour when I press F5 from Visual C# Express, and the wrong when I launch the exe file from the bin\debug directory.
|
| Newb question: drawing a sprite | 30 Nov 2006 07:06 GMT | 2 |
I'm new to C#, and I have only limited programming experience. I've been doing the video tutorials at MS's website, and they're very helpful, but I decided to experiment with GDI+ and have gotten stuck. I'm trying to draw a bitmap on my main form and then to draw a second
|
| .NET Framework 3.0? | 30 Nov 2006 06:09 GMT | 11 |
I think I heard that .NET Framework 3.0 is out. How will that work.. having both 2.0 and 3.0 on my PC? I.e. how will I know to which framework a given namespace is corresponding? Or, is there some setting that states which framework version my Visual Studio is using?
|
| Designer serialization of non-default values | 30 Nov 2006 06:00 GMT | 3 |
Imagine I subclass Panel into MyPanel and set a few property values to my own defaults as shown below. Eg. I set BackColor to by LightYellow. When I add MyPanel to a form, it will write the non-default property values into the InitializeComponent of the form. So it will ...
|
| Maximising a borderless form | 30 Nov 2006 06:00 GMT | 1 |
I wasn't happy with the customisability of the standard Windows form, so I decided to implement my own. Basically what I did was extend a borderless form and add my own borders and caption bar to it so it looks and functions like a normal bordered sizable form. However the
|
| Really simple regex problem | 30 Nov 2006 05:49 GMT | 1 |
This should be very simple for someone to solve. string s = System.Text.RegularExpressions.Regex.Replace( "King Henry Viii", "\bViii\b", "VIII"); Console.WriteLine(s);
|
| Help with formatting | 30 Nov 2006 03:25 GMT | 1 |
I am creating a web page using c# and asp.net. I am trying to populate a list box by reading text from a file. The text in the file has leading spaces in order to show a hierarchy of the items. I would like this formatting to show up in the listbox, but
|
| HOWTO?: enumerating custom attributes | 30 Nov 2006 02:34 GMT | 4 |
I've recently 'discover' the wonders of custom attributes and reflection. There's one aspect that has stumping me and I've been unable to find samples in the docs or on the web. I have fields in a class which have zero, one or more custom attributes
|
| O/R Mapper Recommendation | 29 Nov 2006 23:18 GMT | 17 |
I'm the lead developer at my company and i'm looking into O/R Mappers again. I've used LLBLGen and Wilson ORM and played with some others. I prefer WORM because of its simplicity and the fact that its basicly open source, but it has some limitations and code generation/update is
|