| Thread | Last Post | Replies |
|
| how to specify which row is to be displayed? | 25 Feb 2007 06:39 GMT | 2 |
I have a form which I would like to fill with data from one row of an ODBC database table. I have created the Table adapter and I have a query: SELECT PATIENT.Name, PATIENT.address
|
| TreeNode.ChildNodes not available | 25 Feb 2007 05:44 GMT | 2 |
Can someone tell me why the ChildNodes member of the TreeNode class is not available. I am using VS 2005 and the help file tells me it should be available in .net 2.0, but it is not listed in the dropdown member list and if I add it anyway, it gives me a compiler error:
|
| Time Comparision in C# | 25 Feb 2007 01:45 GMT | 5 |
How can I compare time in C#. I have to write that if the current time is less than 9:30 am then exit the program. How can i do this programmatically. Right now I am trying to do the code
|
| WEB SITE PROMOTION | 25 Feb 2007 01:14 GMT | 2 |
The FriendFinder Magazine is unique in that it relies on you, our FriendFinder members, for its exciting and very interactive content. Not only can you read the interesting articles, but you can add your own and respond to those of others!
|
| PictureBox & groupbox question | 24 Feb 2007 21:43 GMT | 2 |
Let's say i have a tab control. And on one of the tabs is a fully docked picture box with an image. I also have a few groupboxes on top of this picture box. How can I make the background image of the groupboxes fit into what is on the
|
| How to change text of ListViewItem | 24 Feb 2007 18:50 GMT | 3 |
I have a ListView with 4 columns that shows in details mode. How do I change the text of one of the columns of a specific item if I know the index I want to change at? mylistview.Items[index].Tag
|
| Earliest instance of a character using Regex | 24 Feb 2007 18:31 GMT | 3 |
More regex questions, sadly ;) If I had a string that could contain any combination, or some/none of [].+-*/ how could I strip off extraneous characters after any of these characters to get just the left most sub string?
|
| Combo and checkbox | 24 Feb 2007 16:28 GMT | 5 |
How can put checkBox in comboBox... Thanks
 Signature GoGs
|
| How do you stop a Window Service | 24 Feb 2007 15:07 GMT | 2 |
I am trying to have a windows service stop itself. I am currently using the following code but I would like to find a way to stop the service without having to shell out to a command prompt Process p = new Process();
|
| Windows Form Dictionary | 24 Feb 2007 13:57 GMT | 9 |
I want to make a dictionary with windows application. My data is html format. therefore, i use webBrowser control on my windows form. If the user click any word in webBrowser control, word mean must browse to
|
| DataGridView - BindingSource (Object) and ComboBox cell | 24 Feb 2007 13:05 GMT | 3 |
Dear Group, I'm developing sample window form, using DataGridView control, which is filled with data through BindingSource, which is based on type of object, as follow:
|
| IIS info on remote computer in C# | 24 Feb 2007 12:56 GMT | 1 |
Pls anyone tell me how to get IIS info on remote computer in C#
|
| problem RichTextBox | 24 Feb 2007 11:45 GMT | 2 |
Hi, I'm new with Csharp and have an annoying problem with RichTextBox: I cannot change the text by modifying the Rtf property from a derived class. String sRTF = Rtf; sRTF = sRTF.Insert(insertloc,
|
| getting return on select | 24 Feb 2007 11:33 GMT | 7 |
hey all, i noticed when i run my stored procedure in sql studio i get a result set from my select statement and then below that i get a return value. how about when it's called from inside csharp. how do i get the return value then?
|
| DB connections inside constructors | 24 Feb 2007 11:31 GMT | 8 |
Can i create Command,Connection objects once inside a class constructor and use them again and again by changing their values and destroy them instead of creating objects everytime in a class member function.......
|