| Thread | Last Post | Replies |
|
| Draw a circle in WPF | 29 Oct 2007 20:31 GMT | 7 |
I need to draw a black lined circle and save it as a gif file. Can this be done with wpf or do I need to use GDI+ The examples I found seem to only apply to UI elements not a file. Thank you
|
| Problem with VS2005 windows form when i switch to design mode | 29 Oct 2007 20:30 GMT | 2 |
Due an unknown cause VS2005 started to show an error when i switch from code to design in windows forms projects. I repaired the installation but the same happens. The error is:
|
| Measuring exact size of a string | 29 Oct 2007 19:47 GMT | 4 |
Hi all, hope not to be OT here. I want to write a function that gets the following parameters: a string "s" a font "f"
|
| coding style question | 29 Oct 2007 19:35 GMT | 9 |
I have the following code which does 1. Make sure the array of numbers are in decending order starting from startNumber. 2. Make sure the total numbers in the array is equal to the
|
| there seems to be some overhead between SQL Server 2005 and a CLR function written in C#. Why is this? | 29 Oct 2007 18:48 GMT | 2 |
there seems to be some overhead between SQL Server 2005 and a CLR function written in C#. Why is this? I have a simple wraper around System.Diagnostics.Stopwatch.GetTimestamp() : public partial class UserDefinedFunctions
|
| Custom Control inheriting from a Custom Control | 29 Oct 2007 18:36 GMT | 5 |
My problem is that a custom control "newA" that inherits from a base custom control "baseA" is not displaying any contained controls - that were not inherited - at run time, but displays them fine at design time.
|
| Regex help needed | 29 Oct 2007 18:13 GMT | 1 |
I need help with a Regular expression to match the following strings: /debug /x -debug
|
| C# 3.0 questions | 29 Oct 2007 17:04 GMT | 1 |
1. What are the additions to the class library that are not associated with new language features, or "Foundation" classes. E.G. I have heard a rumor that a "BigNum" class, or infinite precision arithmetic would be supported.
|
| [from metadata] page issue | 29 Oct 2007 16:43 GMT | 2 |
Not sure if this is a vs.net question, but since its happening in Im looking at c# code ... I often double-click on a method to highlight it, right click, and choose "Go To Definition" to view a method. Ive done this in vs 1.1 and other vs
|
| Using GC.Collect() in a timer | 29 Oct 2007 16:32 GMT | 9 |
I am wondering if it is a good idea to use GC.Collect() in a timer. For example, timer is fired every 5 minutes and calls GC.Collect(). In our server app the memory goes to 600MB and stays there. The memory hardly goes down. When I disconnect the client and the connect it again ...
|
| About EventLog.SourceExist | 29 Oct 2007 15:52 GMT | 1 |
I just wonder what does it mean when this statement return true EventLog.SourceExists("MySource") I have read in .NET framework but doesn't quite understand what they mean. They say return true if the given event source(here MySource) exist in the
|
| Implemeting EZNamespaceExtensions | 29 Oct 2007 15:34 GMT | 1 |
Hello friends, Can anybody help me out to implement EZNamespaceExtensions in C# which will help me to create virtual drive in windows explorer. Thanks in advance
|
| How to perform mouse/keyboard events for user? Like macro tools do | 29 Oct 2007 15:32 GMT | 1 |
I want to do something similar to what some macro tools do, where they perform mouse/keyboard events on the user's machine , while intercepting the user's current keyboard/mouse events so that it does not interfere (unless they press a certain hotkey to deactivate it). How would ...
|
| Tab Control - how to move from one tab to anotherone | 29 Oct 2007 15:14 GMT | 1 |
How I can, on btnClick move from one tab to another, for e.g. from tab1 go to tab2 and make tab1 disabled. Actually, I am trying to do some kind of wizard. Thanks for help.
|
| About window service | 29 Oct 2007 15:10 GMT | 2 |
Below I have the two methods OnStart and Start that are relevant to my question. If I do net start TimeServerService I will see something like Service TimeServerService starting .........
|