| Thread | Last Post | Replies |
|
| How to change control properties in Form1 from Form2 | 13 Dec 2005 21:42 GMT | 3 |
I have Form1 - the main form with some controls including a button. I have Form2 - the properties form with a combobox and button. The user can select the colors of a button in the combobox in Form2 and press "OK". What code should I add to "OK" so that the user can change the ...
|
| C# Open Source Projects | 13 Dec 2005 21:30 GMT | 4 |
Does anyone know of any C# Open Source Projects that I can get involved in? I am a beginner in the C# world but I would like some experience with this language though. If anybody happens to know of any projects please let me know.
 Signature (\(\ (=':')
|
| Double BUffer | 13 Dec 2005 21:11 GMT | 7 |
Hello Gurus! I really need this one to finish a module in my thesis. PLease please help me. I need a double buffer class so i can call it and use it anytime i want, the problem is everything ive tried as a class doesnt work.. please please
|
| bind GUI elements to xml | 13 Dec 2005 20:48 GMT | 1 |
hi all I have a small application assembled from C# winForm client side (few of them) C# webService at the server side
|
| Can not add rows into dataset using Merge() | 13 Dec 2005 20:46 GMT | 2 |
I have problem when merging existing DataTable into new dataset. DataSet ds = new DataSet(); while ( done ) {
|
| C# runtime version | 13 Dec 2005 19:32 GMT | 17 |
I'm trying to get a C# application developed with .NET 2.0 tools to run with .NET 1.1. runtime. Is this possible? I have only used methods and properties compatible on .NET 1.1. Are there specific build options that I need to use?
|
| Find out if classis used in asp.net or windows app | 13 Dec 2005 19:21 GMT | 7 |
I need to be able to find out if the assembly is currently used by an asp.net app or a windows app. Assembly contains a class which has an object factory, but this object factory should throw an exception if used in asp.net app.
|
| combobox problem | 13 Dec 2005 19:11 GMT | 1 |
I'm trying change the layout of a combobox when f.e. a certain property is set to true. My problem is the following: when I execute the code, the combobox is repainted but there always stays an area unpainted.
|
| GetType Question - Best way to do this? | 13 Dec 2005 18:57 GMT | 7 |
I'm using a modified Tree control that contains a Tag property of Object. I iterate through two different tables to build the Tree w/ root nodes being Groups and child nodes being GroupMembers. As i iterate, i'm adding to the Tag property either the instance of that specific ...
|
| SQL query on in-memory data | 13 Dec 2005 18:52 GMT | 1 |
I need to read data from flat files in memory and execute SQL query on the in-memory data. I do not have an option of using a database and I am using c# .Net to build my application. Does anyone know whether it is possible to make SQL query on datasets or on XML data for that
|
| Inheritance Woes | 13 Dec 2005 18:43 GMT | 5 |
Running into an issue where the compiler will throw an error... "The type '<BaseClass>' is defined in an assembly that is not referenced. You must add a reference to assembly '<BaseClass>'." ... when using a derived class where the base class and the derived class
|
| Access SQLRS2005 from .NET 1.1 application | 13 Dec 2005 17:40 GMT | 3 |
I currently have a windows service written using VS2003/.NET 1.1 and this accesses reports from an SQL2000RS server and distributes them via email. My customer wants to use SQL2005RS in order to facilitate end-user report creation; is it possible to access SQL2005RS from .NET 1.1 ...
|
| How to support SQLite and PostgreSQL at the same time? | 13 Dec 2005 17:20 GMT | 2 |
One quick question, with hope that the answers will be the same :). What to use if I want to ship two versions of my application, one using SQLite, small embedded database for single-computer instalations, and one using PostgreSQL for multi-computer instalations.
|
| Send voice stream to another application? | 13 Dec 2005 17:16 GMT | 1 |
Is it possible to play a wave a wav file from my application and send the output to another application (like a voice chat application) instead of the speakers? I hope you can guide me or give me hints on how to do this.
|
| Windows Service in Web Garden | 13 Dec 2005 16:50 GMT | 1 |
Here I am using Windows service as failover for the regular C# web application which will read failed uploads( to database from the MessageQueue) and re-uploads to the database. I am using MessageQueue.GetMessageEnumerator method in PeekCompleted Event. Is
|