| Thread | Last Post | Replies |
|
| How to search in a grid | 08 Feb 2007 20:57 GMT | 6 |
Is there an easy way to find the row in a System.Windows.Forms.DataGridView that contains a particular value in a particular cell? TIA - Bob
|
| TrackBar | 08 Feb 2007 16:14 GMT | 3 |
HI, Experts: For the TrackBar control in .Net (VS2005), what should I do in order to have the tick numbers displayed? For example, suppose I use TickFrequency = 10, Maximum = 100, I want
|
| Help need with Cell Click event on DataGridView in C# | 08 Feb 2007 09:23 GMT | 1 |
I am using DataGridview in my application. In that i am able to display images. when i click the any cell of the datagrid i wanted to open a new Frameless window(which contains some checkboxes and lables) on top of that cell. but i am not able to display that form on top of that ...
|
| Problem with visualization properties of controls on panel | 07 Feb 2007 21:49 GMT | 2 |
I have a dynamically created panel on a form. That panel has a control, let's say a label, that is visible. Then, after some action (pushing some button) the label should get invisible (label1.Visible=false). But it doesnt' work.
|
| Using C# .NET 2.0 WebBrowser to create and show popup? | 07 Feb 2007 16:12 GMT | 2 |
I can use the WebBrowser.Navigate(strURL, true) to open a new IE window and show a URL. However, how would I show a URL in a popup window without any menu, toolbar and so on?
|
| Changing Disabled color for Checkboxes | 07 Feb 2007 07:55 GMT | 3 |
Hello NG, I'm wondering how to change the color for disabled Checkboxes. After checkbox1.enabled = false;
|
| VB.Net 2005 has a bug in sending ASCII code over RS232? | 06 Feb 2007 15:20 GMT | 9 |
I had a VB6.0 program sending a character throught RS232 to a hyper terminal. The character code is 170 decimal. Now since VN.Net 2005 has the capability of a new class, System.IO.Ports.SerialPort, I
|
| Office 2007 Ribbon | 05 Feb 2007 18:11 GMT | 1 |
How can I use the the Ribbon control in Office 2007 on a web based application? regards, Boon
|
| listbox doubleclick in c# | 05 Feb 2007 11:29 GMT | 2 |
What do I have to do to get the DoubleClick event to work with a listbox in .net 2.0? This is my declaration private void listFieldsInTable_DoubleClick(object sender, EventArgs e)
|
| Icons in Initial toolbar | 04 Feb 2007 18:48 GMT | 1 |
Where are the icons stored that are used to build the initial toobar, ex. the save button? I want to include them as an image in the menu item. Bill
|
| Can't drop a control onto my user control | 01 Feb 2007 21:57 GMT | 2 |
VS2005-SP1 I created a simple UserControl derivative. I drop that onto a form. Then I try to drop a panel onto the UserControl. It works, but I notice that the parent ends up being the Form itself. I need the parent of the panel to be
|
| DataGridViewColumn Textbox with button? | 01 Feb 2007 21:02 GMT | 2 |
Hi, I'm looking for a DataGridViewColumn that has a Textbox for editing with a button so that I can use this as a prompt to open a selection form. Seems like a simple control, and I have seen similar in the PropertyGrid, but I am perplexed by the
|
| datagrid insert row | 01 Feb 2007 16:46 GMT | 2 |
hello ng, i have the problem to insert a row into an datatable. using the method DataTable.Rows.InsertAt(newRow, position) this creates an new datarow at the end of my datagrid instead of the given
|
| Replacement for RichTextBox? | 01 Feb 2007 14:58 GMT | 5 |
I'm setting color on text in a RichTextBox and after considerable effort I'm convinced there's nothing I can do to prevent the text from repositioning (jumping up or down) after I do so. I've searched hard, but can't find a multiline text control that will simply
|