| Thread | Last Post | Replies |
|
| DataSet Wrapper - DataGrid.MappingName Issues | 05 Oct 2005 15:56 GMT | 2 |
I am using a wrapper around my DataSets so that I can call the tables by their appropriate names and not table, Table1, Table2, etc. When I populate a DataGrid upon which I have applied a DataGridTableStyle, the DataGrid does not apply the DataGridTableStyle when I use a ...
|
| An annoyng Serialization problem | 05 Oct 2005 15:24 GMT | 2 |
I'm troubling from months with a serious serialization problem that I'm not able to solve. I try to describe as simply as I can. 1) I have a class tha does something with colors. All default values are obviously NOT serializad. Instead, they are serialized when they are different ...
|
| Checked ListBox | 05 Oct 2005 09:48 GMT | 1 |
I am using the checked list box to display my list but I have 2 columns, ID and Name. I want the ID to be hidden and used in the SelectedIndexChanged method to populate another ListBox. I cannot see how to do this with this control?
|
| TreeView: How align text to the right ??? | 05 Oct 2005 09:35 GMT | 1 |
I want use a treeview to show a table with 2 columns: the first column contains the name of the book and i want to align it to the left. the second one contains the number of books selled and i want align it to
|
| ComboBox SelectedValue property always returns null | 05 Oct 2005 09:31 GMT | 3 |
Hi all, I would like to create a ComboBox, then use the SelectedIndexChanged event handler to activate and get the selected value (not index). Anyway, I have the following to link the control with the event
|
| Error on LinearGradientBrush | 05 Oct 2005 07:39 GMT | 8 |
I found an abnormal behaviour on LinearGradientBrush (or FillRectangle). This code Public Class PanelPanel Inherits System.Windows.Forms.Panel
|
| How to detect menu cancelled | 05 Oct 2005 01:29 GMT | 2 |
I wish to distinguish the situation when the user has popped up my context menu, run up and down the list of items, but then closed the menu without clicking a selection. In this case, I want to set the state back to the way it was before the menu was popped up.
|
| delete row from DataSet?? | 04 Oct 2005 19:02 GMT | 3 |
I have been reading a bunch of posts about how to delete rows from a dataset and have yet to find an answer that doesnt also have something to do with using datagrids. I am just trying to remove a row from a dataset that I have, but I cant
|
| Creating dbf file from dataset in VB.NET | 04 Oct 2005 17:45 GMT | 1 |
I want to create a dbf (foxpro) file from a dataset in VB.Net (Framework 1.1) in VB.Net program. The dataset has data which needs to be copy to dbf. How to do this?
|
| DataBinding custom class to textBox | 04 Oct 2005 17:44 GMT | 2 |
Seems like it should be simple. I found an article on MSDN(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/ html/frlrfsystemwindowsformsbindingclasstopic.asp) that explains doing it with a DataSet.
|
| MULTISELECT DATAGRID | 04 Oct 2005 17:33 GMT | 4 |
Is there a good way to get an arraylist of all selected rows in a datagrid without loop through all the rows of its dataview ??? I have a great number of rows shown on the datagrid. For the performance of the application I think it's no a good idea to loop through all the rows to
|
| Making AutoHide AppBar | 04 Oct 2005 17:16 GMT | 2 |
Is there any example to make an AutoHide AppBar using C#/VB.NET ? Thanks in advance and regards Navin
|
| Making tray icon visible after explorer.exe crash | 04 Oct 2005 15:39 GMT | 1 |
I have an app that minimizes to the system tray (no problems there). The issue is when/if explorer dies and my app continues to run, however the icon no longer appears in the system tray. How do apps like MSN Messenger and others manage to keep their tray icons visible after an ...
|
| Smooth transition between forms - ShowDialog and hide parent | 04 Oct 2005 15:13 GMT | 2 |
My application has a series of forms that open using ShowDialog() on top of their parent as the user drills down to enter increasingly more detail regarding data. I want to hide the previous form so that the user can minimize or move the current form without others behind it.
|
| Calendar Control.... | 04 Oct 2005 13:38 GMT | 3 |
Is it possible to have Drop-Down calendar control in WinForms ? When I place calendar control in winform, it has fix size. I want drop down calendar which pops down I dont want to use date-picker ...
|