| Thread | Last Post | Replies |
|
| Test post | 18 Jun 2006 13:06 GMT | 1 |
|
| Setting Control's parent cross AppDomains | 18 Jun 2006 05:27 GMT | 2 |
I encountered the following problem when trying to set control parent when the control reside in a different AppDomain. Here is the pseudo code descibing the problem: pay attention that both controls inherits from UserControl which inherites
|
| Smart Client security issue | 17 Jun 2006 08:58 GMT | 1 |
Hello people, I am having problems getting my smart client app to run. First I got a problem about permissions... So I've searched newsgroups to find out a solution and I was pointed to a MS KB which help me get through
|
| Setting focus on first control of Windows form | 17 Jun 2006 06:07 GMT | 3 |
In Windows application,I have four buttons on Windows form. When I run, it doesn't show focus on first button.
|
| treeview grid control | 17 Jun 2006 02:25 GMT | 2 |
Hi, my application needs to display a table of data that is organized by categories. Additionally, I'd like to display small graphs in a column for each row. Ideally, I'd like the table to have treeview functionality. Can this be done with standard WinForms controls?
|
| ListView with Groups don't display all items | 16 Jun 2006 22:46 GMT | 2 |
I searched all over the internet for this, I can't believe no one noticed that before. Here is the problem, if you have a ListView with lots of items (just enough get the vertical scroll bar on) and all the items belongs to one
|
| DataGrid edit questions. | 16 Jun 2006 16:52 GMT | 6 |
I seem to have gotten the data grid so that I can edit individual columns but it has brought up some questions. 1) The only way that I can get a column to be editable is to make the whole datagrid not read-only. Like:
|
| Need to split EXE into EXE and DLL | 16 Jun 2006 13:00 GMT | 5 |
I'm working on a piece of software that is now growing into a suite of software products. When I started the work, I wasn't fully up to speed with dotnet concepts (am I now either ;-), so the App is probably not built accoridng to best practices.
|
| NON-MDI application that keeps track of open windows | 16 Jun 2006 07:04 GMT | 2 |
I need to write a non-mdi winforms application using c# and .net framework 2.0 that keeps track of open windows and binds to a control on the main application or shell. I can't use a MDI application becuase I need the application to support dual monitors where I can have ...
|
| Update main UI from another form | 16 Jun 2006 05:21 GMT | 4 |
as you can see from the level of my question, i am pretty new to c# and programming in general. situation: i would like to update the UI of a form (main form of my application) from a second form (which was called from the first).
|
| BUG ToolStripItem.Text = My &Hotkey | 16 Jun 2006 00:41 GMT | 2 |
I am having a problem where the underscore for hotkey is not being painted on my MDI application. Only unuasual thing about my app would be that I have killed an internal border.
|
| VS2005 text search box | 16 Jun 2006 00:40 GMT | 2 |
I often try to search for code and get no results, because 1 of 70 codefiles i want is not open. How can I search codefile that is not open? Search hidden text is enabled.
|
| Classes | 16 Jun 2006 00:11 GMT | 1 |
I have created a business class to separate the logic between the UI and code. I have loaded a dataset called dept. Dept has a few columns called dept, dept desc, family. I load only department in a drop down box.
|
| ClickOnce deployment security on the Internet | 15 Jun 2006 20:18 GMT | 4 |
We have a TabletPC application used by remote, roaming users who only have Internet access. We would like to place the deployment site on our Internet so they will be able to apply updates, however the issue of security for ClickOnce seems not to have been considered by Microsoft ...
|
| "Global" objects | 15 Jun 2006 15:06 GMT | 12 |
I am new to .NET and am wondering how to accomplish having certain global objects that could be referenced by other forms/user controls. I have a main form on which I show various user controls depending on which item the user clicks on in the NavBar on the left of the form.
|