| Thread | Last Post | Replies |
|
| Datagridview Caption | 19 May 2006 09:08 GMT | 3 |
The old datagrid had a caption. I am upgrading to VS2005 and converting datagrids to datagridviews. Is there a way to put a caption on a datagridview? Thanks.
|
| Events outside the form | 19 May 2006 08:40 GMT | 2 |
I implemented the color picker in vb .net 2005 , but i can't select the color . when ever i move the mose over the sreen or desktop i show the color below the cusor in the picturebox which is there in the form But i need is as follows
|
| Error code and regional setting | 19 May 2006 06:18 GMT | 1 |
In an application, I'd like to manage the error in my application. Exemple : 1 : Operation successful 2 : Error during update
|
| Allowing only number in column | 19 May 2006 04:35 GMT | 1 |
How can I allow only numbes in a specific column in a DatagridView? (It's a currency column) Thanks in advance CC
|
| RichTextBox question | 18 May 2006 19:15 GMT | 3 |
Is it possible to insert line by line a string to a RichTextBox ? and give a font color different for each line ? I'd like a control like a TMemo in the Delphi. Thanks,
|
| Pop a Form from Unmanaged code | 18 May 2006 16:49 GMT | 7 |
I have a .Net Form. When I call the ShowDialog from unmanaged code (C++ compiled in VS2005 /clr), the dialog don't appear... it seem to be behind the main window.
|
| Create control with drop-down similar to ComboBox | 18 May 2006 15:59 GMT | 8 |
I have created a control where I am trying to mimic the behavior of the drop-down component of a ComboBox. Currently, when I display the drop-down portion I am changing the size of the control (specifically, the height) and custom painting what I need to paint in the lower ...
|
| Registry GetValue | 18 May 2006 15:28 GMT | 1 |
When reading a value from the registry: string licenceKey = Registry.GetValue(@"HKEY_LOCAL_MACHINE\Software\MyProg", "LicenceKey", "").ToString(); It raises an exception if the path HKEY_LOCAL_MACHINE\Software\MyProg does
|
| How to minimize whole application (all its forms)? | 18 May 2006 14:17 GMT | 1 |
Hello, I have the following problem with application minimizing . I spent hours with searching for solution but no success. I have a main form on which I show modal form using Form.ShowDialog method. I want to achieve this behaviour: After the user clicks on the minimize
|
| Listbox problem | 18 May 2006 13:39 GMT | 4 |
I have created a listbox called "dtlist1" on my VB.NET form. I call a procedure as follows: Private Sub openfile(flname As String) dtlist1.Items.Clear()
|
| Transparent and interactive form on top of existing one | 18 May 2006 12:06 GMT | 1 |
I want to create a "glass" effect, where one transparent form is on top of an existing form, which is full of controls. The idea is to allow the user to select a part of the screen, by showing a selection rectangle while the mouse is down. The mouse events must not pass to
|
| Refresh problem on a simple Win Form | 18 May 2006 08:17 GMT | 6 |
I'm just trying to do a simple task: display a count number that increases in the time in a label on a Form. So I uses the label1.Refresh( ) method to force the drawinig: private void counting()
|
| How to get ListView Control subitem by columnHeader Name? | 18 May 2006 03:54 GMT | 2 |
i put a listview control in win form and add some columnHeaders, give the comumnHeader's name, Can i get ListView Control subitem by columnHeader Name ? Thanks
|
| DataGridView Image Column | 17 May 2006 21:41 GMT | 1 |
I'm trying to display a GIF image in a DataGridViewImageColumn when a certain condition is true, and nothing when it is false: private void dgvInbox_DataSourceChanged(object sender, EventArgs e) {
|
| Best way to organize large project | 17 May 2006 20:43 GMT | 6 |
I am working on rewriting a Fox 7 ODBC app. and teaching myself .NET in the process. So far I have over 130 of the screens rewritten, but debug performance is terrible. It would be much better if I had each screen as seperate solutions, but then I'm constantly having to remove ...
|