| Thread | Last Post | Replies |
|
| access modifiers applied to property | 10 Oct 2006 20:51 GMT | 2 |
If I define a property as int age { get;
|
| RegLoadMUIString Vista P-Invoke | 10 Oct 2006 19:10 GMT | 10 |
I'm trying to get an MUI string out of the registry in display friendly format. From what I've read, strings in the following format: “@[path]\dllname,-strID” are MUI strings and receive special handling via the RegLoadMUIString API call.
|
| populating treeview from database table | 10 Oct 2006 19:06 GMT | 3 |
I have a database table with 3 columns table1: eid ename parentid 0 root 0
|
| Console app printing | 10 Oct 2006 18:59 GMT | 5 |
Does anyone know how to print an HTML file with images in a console application?
|
| Windows Service, MS SQL 2005 and late binding | 10 Oct 2006 18:40 GMT | 1 |
I am trying to develop a Windows Service that is able to connect to a MS SQL Server 2005 database through late binding. However I am not able to find any information about this. I hope that someone around here can help me with this or at least point me to something useful. I am ...
|
| Adding Stylesheet to XmlDocument | 10 Oct 2006 17:50 GMT | 1 |
is there a way to add a stylhesheet like: <?xml-stylesheet type="text/css" href="styles.css" ?> to an XmlDocument? Regards,
|
| Using Generics with System.DirectoryServices | 10 Oct 2006 17:21 GMT | 6 |
I'm in the process of updating an ASP.NET v1.1 web app to v2. The app uses ActiveDirectory a great deal, and I'm trying to use the new System.Collections.Generic namespace where possible, having been advised by several luminaries that that is a "good thing to do"... :-)
|
| Custom Sorting in DataGrid | 10 Oct 2006 17:15 GMT | 4 |
I want custom sorting on some of the columns in the datagrid. And i am able to do the same by overriding MouseDown event. However, i need to rebind my datatable to reflect the changes in grid. And with rebinding, sorting image (little triangle on the column header) goes away.
|
| checking for numbers in C#.net | 10 Oct 2006 17:15 GMT | 5 |
Is there a command in C# which will allow me to check whether or not a variable is a number? Something similar to the VB isNumeric command? Thanks, Ben
|
| Hiding Menu Items | 10 Oct 2006 16:50 GMT | 3 |
(using VS2005) I want to hide a menu item, but setting the Visible property to False does not work! If it's initialy false and I set it to true, that works. Any suggestions? - Fred
|
| Regex question | 10 Oct 2006 16:46 GMT | 7 |
I have a long string that I need to take a section out of and use. The section I need always starts with "XX XX XX XX XX" and always ends with "YY YY YY YY YY" I want to throw away the rest and use whats between the 2 Marker
|
| Default property | 10 Oct 2006 15:57 GMT | 2 |
How do I set a default property in C#? In VB we use the default keyword before the property.
|
| Apostrophe in Column value of DataTable select query | 10 Oct 2006 15:51 GMT | 2 |
Hi, I have some kind of problems with an apostrophe character ('). I would like to select from DataTable DataRow containing value horses' (with an apostrophe on the end). But when I do it in an obvious way, like this: DataTable dt = new DataTable();
|
| Help. MySQL OleDbDataAdapter Error Unrepresentable DateTiime | 10 Oct 2006 15:37 GMT | 1 |
I am performing a query on MySQL table which contains two DateTime fields Here is my code string sqlCmd = "SELECT * FROM categories";
|
| How would you make TreeView nodes turn into TextBoxes to edit? | 10 Oct 2006 15:01 GMT | 1 |
I have a TreeView and I would like to have it function so that when someone right-clicks on a Node and chooses an option Edit under a context menu the node changes from a read only label to a TextBox and I can edit the text. What's a good way to accomplish this?
|