| Thread | Last Post | Replies |
|
| Using Derived class | 06 Jun 2007 22:58 GMT | 2 |
I have two DLL's .One Dll contains the Base class and the second dll containts the derived class. Now I want to use the second dll only not referencing the first dll in my project.
|
| color text | 06 Jun 2007 21:38 GMT | 3 |
Hi, if I put a string into a label, label.Text = horsy[0] + "\t" + " - " + "\t" + returns.totReturn.ToString();, is it possible to have the 'returns.totReturn.ToString()' string part in a different colur. Regards Robert
|
| Named parameters | 06 Jun 2007 21:16 GMT | 8 |
Is it possible to make use of named parameters outside of Attribute? If so how :) Thanks in advance.
|
| Changing the font for a label programmatically | 06 Jun 2007 20:29 GMT | 1 |
I've got an ASP VS 2005 project. I'm trying to figure out how to programmatically change the font of a label. From memory, this was done easily in 2003, but the Font property is read-only. Can someone please show me how to change the font programmatically? Thanks
|
| WCF Proxies | 06 Jun 2007 20:09 GMT | 1 |
Is it expensive to create proxies in WCF? I always create new proxy instances (when not using sessions) so I don't have to worry about a proxy falling into a Faulted state. I started an application that where performance is an issue, and I was curious if creating new
|
| deployment | 06 Jun 2007 19:54 GMT | 2 |
I have my app ready to go and I would like some advice about deployment. I have coded some files that my app will rely on and have included references to these files in my application such as location="c:\\abc\\def\\ghi\\my.xml";
|
| Form.ShowDialog() overloads | 06 Jun 2007 19:15 GMT | 1 |
I am not grokking the difference between Form.ShowDialog() and Form.ShowDialog(this). I have a form (parent form) that kicks off a modal dialog using Form.ShowDialog(). The modal dialog has a 3rd party control on it. The weird thing is that I can click on parent form's
|
| Derived Button Control Subclass Issue | 06 Jun 2007 18:59 GMT | 5 |
There is a C# CTI app I'm working on using Visual Studio 2005 at revision level 8.0.50727-7600. I need a couple of Windows Form Button controls to emulate line buttons on a telephone. So I went to create a class file for the user control to subclass this out. Something basic
|
| Has VS some equivalent of Delphi Bevel and Shape components? | 06 Jun 2007 18:34 GMT | 1 |
Delphi has nice looking and easy to use components Bevel and Shape. Unfortunately I don't found anything similar in VS 2005. Maybe I missed something? If not - is there some library of free gui components you could
|
| ISO 8601 and datetime store/retrieve from DB. | 06 Jun 2007 17:46 GMT | 2 |
I want to store and retrieve datetime in ISO 8601 format: '2007-06-02T16:12:08.123-04:34' or '2007-06-02T16:12:08.123Z'
|
| stdole.IPictureDisp | 06 Jun 2007 16:18 GMT | 1 |
I have problem is with return stdole.IPictureDisp in this method if the computer don't have vs.net installed. I created a com add-in for outlook 2003 in vs.net 2003 c#. if I calling
|
| C# 3.0 | 06 Jun 2007 16:01 GMT | 3 |
What is a "Predicate Deligate". Please explain.
|
| send file with DirectPlay | 06 Jun 2007 15:49 GMT | 3 |
Please tell me how can I send a file with DirectPlay to a server.(Client/Server program). Thanks in advance
|
| Trigger/Event when a usb thumb drive is inserted? (vista) | 06 Jun 2007 15:36 GMT | 2 |
Is there a way to catch an event/trigger that *might* be fired when a usb thumb drive is inserted into a Vista PC? The reason I ask is that I'd like to catch that event and back up the content of the thumb drive to the local machine with a custom process.
|
| Windows Messaging | 06 Jun 2007 15:03 GMT | 2 |
I wish to find out if a Control has pending WM_PAINT message in its queue. Is it possible ? Thanks!
|