| Thread | Last Post | Replies |
|
| NHibernate question | 01 Dec 2007 19:12 GMT | 1 |
Does the number NHibernate download data? For example, first can be downloaded 100 rows of data, and then as necessary podgruzhat else. Where can I read about NHibernate and its potential? http://www.alvas.net - Audio tools for C# and VB.Net developers
|
| RegEx for Hex string validation | 01 Dec 2007 19:09 GMT | 3 |
How can i validate the characters in a string are all hex chars. I tried following but it does not work. Regex r = new Regex(@"^([A-F]|[a-f]|[0-9])*"); TIA.
|
| Setup api and microphone detection | 01 Dec 2007 18:08 GMT | 2 |
I am trying to detect the USB device arrival and removal. I have registered to receive the device change message. I am able to get the interface class and also the name. But I am unable to get the type of class. IE when a microphone is inserted, I am trying to find whether the ...
|
| binding a listbox | 01 Dec 2007 15:09 GMT | 1 |
I want to bind a list box to a collection that will be pulled dynamically from a web service. The data that will be pulled will consist of a name and id. I want my listbox to display the name but, when a name is selected, pass the id
|
| <<<<<< Earn $5000 per month with the Excellent Money Making Programs <<<<<< | 01 Dec 2007 14:40 GMT | 1 |
Want to Earn $5000 per Month Are you looking for an easy work at home? Are you looking for a way to earn extra?
|
| default background color name? | 01 Dec 2007 13:30 GMT | 2 |
What's the equivalent color of the default background in C#? I want set the a circle to that color after I draw it. Thanks. C# color link
|
| TreeView or DataGridView ? | 01 Dec 2007 13:17 GMT | 7 |
I wish to display and edit 3 collections of different object types, each object type also has a collection of the other 2 types, such that if one object contains another then the reverse is always true, a many to many relationship.
|
| Need advice on working with coarse-grained objects | 01 Dec 2007 12:43 GMT | 1 |
I am used to dealing with recordsets and I am using a coarse-grained object and need to know if I am doing it correctly. I have a class named Activity which represents an event being planned (golf outing, dinner dance etc.). The Activity hold a list of Registrations which
|
| Replace rows in dataGridView | 01 Dec 2007 12:30 GMT | 1 |
Hi to all. How can I replace rows with all of their data in a dataGridView ? I tried to do copy, clone and more but the row is added\copied without the data inside.
|
| Questions about porting C++ dll to C# | 01 Dec 2007 08:37 GMT | 4 |
I have some codes in C to do some complex calculation. In order to use it in C#, I wrap the C codes using C++ and create a unmanged dll, then my program will call the dll from the C#. The application has been working ok. However, it is not convenient for me to
|
| My own version of replace | 01 Dec 2007 03:42 GMT | 21 |
I try to code my own version of replace but it doesn't work. I hope somebody can help me out. It only replaces the first char!. Why I don't use the public string.replace function? Well I love
|