| Thread | Last Post | Replies |
|
| adding controls programmatically on winfform | 09 Sep 2003 21:11 GMT | 3 |
i try to add a group of linklabel to winform as following, but when running it, i can only see one linklabel added (the first one). Could anyone help me to solve it and tell me why? thanks
|
| invoking on UI thread | 09 Sep 2003 20:04 GMT | 3 |
I understand the notion that a UI thread should be responsible for managing the UI elements; therefore, worker threads need to call invoke on a control. I don't understand the technical reason for this. What is it
|
| .net directory dialog | 09 Sep 2003 17:36 GMT | 1 |
since there is no folder dialog controls in .net how to make such kind of things with existing controls? or any 3rd party controls is good?
|
| changing configuration file at runtime | 09 Sep 2003 16:16 GMT | 5 |
I want to ask how to modify the configuration file (windowapplication.exe.config) at runtime and keep this setting for the next time the program start?
|
| Changing values in DataRow | 09 Sep 2003 15:16 GMT | 4 |
How can I change some values in the DataRow? I make a query to get some records out of database and then I want to change some, but it doesn't seem to work. With the following code, nothing gets set: foreach(DataRow myRow in Table1.Rows)
|
| Docking controls on Windows Forms | 09 Sep 2003 15:14 GMT | 5 |
I've been having loads of problems with this. Coming from Java I never had this problem with the LayoutManagers, but it keeps happening in the VS.NET designer, and I don't know where the issue's coming from. Say I have a form and place two controls on it - in this instance a
|
| .NET DataGrid vs. 3rd party controls | 09 Sep 2003 13:11 GMT | 2 |
I have not done much work with .NET yet but we are trying to decide whether the grid that Microsoft provides is going to provide enough functionality for us. As far as VB 6, we use the Videosoft FlexGrid now and have found it to be very useful. Does anyone know what how
|
| Alternative to TransparencyKey property? | 09 Sep 2003 11:27 GMT | 3 |
I'm trying to convert an application from C++ to CSharp. Under C++ I used the SetLayeredWindowAttributes() API to make parts of my form transparent. Now in CSharp, I was trying the forms TransparencyKey property. However,
|
| Memory Issue | 08 Sep 2003 21:51 GMT | 2 |
I am developing a application and I think I have a memory leak, but I am not sure. TESTS: 1: I open and close a edit window I have work on for 2
|
| Datagrid column font change | 08 Sep 2003 18:19 GMT | 2 |
I am attempting to change the font and color on a column of data within my datagrid. I have included the following code: Dim dgtxtLinks As DataGridTextBox
|
| Modal form | 08 Sep 2003 18:07 GMT | 2 |
This must be a trivial problem. I have a form that I display using ShowDialog method. The problem is that it doesnt go off nicely when I want to get rid of it (by setting Visible property to false or calling
|
| .net localization problem | 08 Sep 2003 15:42 GMT | 4 |
can i specify the localization (which language to display) each time when i run a window application instead of localize by the windows system automatically?
|
| Toolbar buttons dont' show | 08 Sep 2003 14:26 GMT | 4 |
I just wrote a quick Windows app with some toolbar buttons. In design view, the buttons show up fine, but when I run the app, the toolbar button images don't show up. Is there some simple setting that I am missing? I've tried using both .GIF and .BMP format, and both show up fine ...
|
| Images on button with XP-Theme | 08 Sep 2003 14:11 GMT | 4 |
I have an application that has bitmap images on the button. The applicaton was displaying them fine until I added a manifest to the application to display them as XP style buttons. I used the example manifest in the VS
|
| String Builder - not appended | 08 Sep 2003 14:07 GMT | 3 |
I am using a variable of StringBuilder to form a string. After appending a string of value like this {\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fcharset0 Verdana;}}
|