| Thread | Last Post | Replies |
|
| Which MySQL Provider. | 09 Feb 2007 21:00 GMT | 14 |
I've been given a project to work with which involves connecting to MySQL from .NET 2.0 app. I've googled looked and there is a metric ton of different MySQL ADO.NET providers from different people. Is there a consensus on which one is the most stable, more or less
|
| DirectShow C# | 09 Feb 2007 20:53 GMT | 1 |
Can anyone send me a snipper code of how to build DS graph for "File Source (Async.)" filter as intelligent graph builder? Thank you
|
| Do we have managed newsgroupss for WWF and WCF questions? | 09 Feb 2007 20:49 GMT | 6 |
Do we have managed newsgroups for WWF and WCF questions? If not, which newsgroup should I use for WWF and WCF questions? Thank you, Max
|
| How do I tell my project about a new method in a C++-developed ActiveX control? | 09 Feb 2007 20:19 GMT | 2 |
I have a .Net Windows app whose sole purpose is to be a wrapper to display an ActiveX control (.ocx file) developed in C++. I just added a new method to the control. My .Net project does not know about the new method. How do I tell it?
|
| Collapsable / Docking Panels | 09 Feb 2007 20:18 GMT | 1 |
Is there a collapsable panel available in c#, e.g. like the toolbox / solution explorer etc... Or would one have to develop one? thanks
|
| Interface and enums | 09 Feb 2007 19:08 GMT | 13 |
Can someone explain why you can't declare enums in an interface? The compiler says "interfaces can't declare types" Ignoring the syntax implications it seems to me that you should be able to declare that an enum exists. i.e. It is within the 'spirit' of an interface
|
| List of soundcards | 09 Feb 2007 18:51 GMT | 2 |
I am looking for a way to obtain the list of all the soundcards installed (ASIO ones included). I had a look to the mciSendString with "info" parameter, but it seems that it's only for the current one...
|
| The type initializer threw an exception | 09 Feb 2007 18:41 GMT | 4 |
We migrated our windows application from 1.1 to 2.0. The debug and Release mode of the application work fine with some tweaking. But when the setup project is migrated to 2.0 the installation gives the follwing error: Message:The type initializer for
|
| Little clarification | 09 Feb 2007 16:41 GMT | 2 |
Ok in my app i have some classes that will only ever have one instance. All of which i make Singletons. I also have another class that acts like an easy access wrapper for any db access. Again this is a one time instance.
|
| convert string to double and count characters | 09 Feb 2007 14:49 GMT | 6 |
I need to convert from a string a double that is followed by a scaling character (k means *1e3, M=*1e6, etc) then apply the scaling character. Example: "-1.345k #comment" I know roughly how to do this in C (using the %n in the sscanf format specifier to find the number
|
| oo mess: how to make life complicated for yourself with inheritence and collections.please help | 09 Feb 2007 14:26 GMT | 3 |
i've got myself into a bit of an oo mess. it's probably me misunderstanding how oo works. I've got a base class called "Feature" which some classes inherit. in the database i've stored the data in a table along with a type id to
|
| Mapping Notify Messages to a function | 09 Feb 2007 13:54 GMT | 2 |
I have writen a C# Com object which interacts with a piece of hardware via a C library. At the moment I poll this hardware from within my C# assembly to see when new messages are received. The C library also contains a function called setNotify() which posts a
|
| I just don't understand how enums work.....Help needed | 09 Feb 2007 13:20 GMT | 3 |
I have a class as follows: class GamesConsole { public int iReference;
|
| printing datdgridview | 09 Feb 2007 11:49 GMT | 1 |
Any tips on how to print the data in a datagridview control?
|
| Copying application folders | 09 Feb 2007 11:21 GMT | 7 |
I have a bunch of projects in my solution with a typical dependency structure. A class library project (lets call it "X1") at the bottom of the dependency tree has a folder with a bunch of files that are set to be copied to the Output directory on compile.
|