| Thread | Last Post | Replies |
|
| TabPage Control OnClick Event | 01 Jun 2007 22:52 GMT | 1 |
I am trying to run code that binds a DataGridView control on a TabPage. I inserted the code in the TabPage_Click event, but when the tab is clicked, the event never fires. I understand it is necessary to set the StandardClick style to enabled. I
|
| Seeing the selected node after TreeView expansion | 01 Jun 2007 21:04 GMT | 1 |
I have a treeview withmany nodes within it, at many levels. I have writen a function which collapses the list at a certain node level and another function for expanding the list out fully. The problem is that after I expand the list, the end (bottom section) of the expanded list
|
| Displaying new controls and threads. | 01 Jun 2007 20:41 GMT | 1 |
I have a .NET UI threading question. I know the general rule that UI contents can't be changed from another thread. Here's my specific situation. I built a DLL that contains a unified GUI layout for several projects we're
|
| How to print a panel? | 01 Jun 2007 20:37 GMT | 3 |
Hi, I have many content panels in my application, client asks me to add a print button in those panels. Once clicked, the content of panels will be printed out. There is a control in .NET 2.0 could meet my requirement? Thx
|
| Backup database from code: Access denied on user specific directories | 01 Jun 2007 10:50 GMT | 3 |
I want to backup a sql express database from my windows forms C# code. I can do this by running a sql command "BACKUP DATABASE TO..." (or using SMO) and I can save the backup file to any subdirectories of C:. The problem I have is that I want the user to be able to save the ...
|