| Thread | Last Post | Replies |
|
| Namespaces and Inheritance | 13 Mar 2008 07:09 GMT | 3 |
Is it perfectly acceptable, from a "conventions" or "best practices" point of view to have a class in one namespace extend a class in another namespace? I just came across this state of affairs in the .NET Framework itself and,
|
| Why are threads so scary? | 13 Mar 2008 06:05 GMT | 1 |
I'm trying to learn threads so I created a simple dialog based MFC app with an edit box, a Run button and an Exit button. Run starts a loop that continually updates the edit control. How do I modify the code so that the dialog responds to events? That is, so the Exit button ...
|
| 2 applications using membership provider, how to setup things in IIS? | 13 Mar 2008 04:34 GMT | 1 |
I have one application that is a CMS that uses .NET membership. Now on the same domain, I have to setup a ecommerce store. I want the URLS to look like: www.example.com <-- ecommerce application
|
| Casting | 13 Mar 2008 00:53 GMT | 11 |
Hi, I have 3 or so windows they have 6 chkboxes , These Checkboxes Represent The Serial Port Signals, CD,CTS,DSR,DTR,RTC,RI I dont want to write the same code , in 3 or 4 or more places ..
|
| The cpu usage is increased between com and atl | 13 Mar 2008 00:32 GMT | 1 |
i made a singleton com with sink. then i use the com in C# with sink. -- win32dll -> atl com -> event of atl(if i don't use this code, it's ok) -> C#
|
| Access denied issues under Vista while using C# Registry classes | 12 Mar 2008 23:58 GMT | 2 |
This is driving me batty. Why is this piece of code repeatedly throwing an "access to registry key is denied exception"? This is a small console application that is being run on Vista. I fire up a command prompt (which is NOT running as an administrator)
|
| Linq to xml and collections | 12 Mar 2008 23:19 GMT | 1 |
I have a contact class that has as one of its properties a segment list collection public List<Segment> SegmentCollection { get; set; } In the Segment class there is a segmentname property
|
| interacting with windows calculator | 12 Mar 2008 23:10 GMT | 4 |
I am trying to interact with the windows calculator. I want to open the calculator for the user so the user can work with it. When the user is done (or during) working with calculator I need the (displayed)value of the calcultor back in my textbox.
|
| cast of arrays with a given type | 12 Mar 2008 22:25 GMT | 3 |
I have to write an editor for Visual Studio. It's one editor for different kind of Arrays: Button[], TextBox[] and so on. The intern array is Control[], so I can use it for all of the inherited controls.
|
| SQL Statement In to SQL | 12 Mar 2008 22:11 GMT | 2 |
How would I convert the SQL IN statement to LinQ Select * from TableName where FieldName in (Value1, Value2)
|
| bitmap bands | 12 Mar 2008 21:20 GMT | 5 |
Hello, I have a BitMap band i created 32x31, 24x24 and 16x16 how can i extract the portion (single bitmap pict) that i want to use thanks
|
| How do I get DNS name and port in code | 12 Mar 2008 21:01 GMT | 1 |
I have some code thatr does the following: Managers.AppUrl = String.Format("http://{0}:{1}{2}",Request.Url.Host, Request.Url.Port, Request.ApplicationPath); To assign the URL of an ASP.NET site to a property - this is called
|
| Windows Forms apps and various versions of .NET and Visual Studio | 12 Mar 2008 21:00 GMT | 6 |
I'm writing a Windows Forms application (i.e. desktop) which I wish to eventually distribute to a reasonably wide customer base (not necessarily as wide as possible, but as wide as it makes sense for me to do given my limited resources).
|
| SerialPort.Open() Exception | 12 Mar 2008 19:38 GMT | 9 |
I have a problem calling serialPort.Open(). The customer receives a message like: Die Anwendung hat einen Vorgang versucht, der von der Sicherheitsrichtlinie nicht zugelassen ist ...
|
| Knowing which part of a Window is currently visible on the display | 12 Mar 2008 19:27 GMT | 1 |
Dear Experts, I have an application that has several graphical components on it. The state of these components is decided by some data which is available in some data store. The graphical components periodically go
|