| Thread | Last Post | Replies |
|
| Moving selected items between listboxes | 21 Feb 2004 21:50 GMT | 1 |
I would appreciate your help on this. I did some research and couldn't find anything to solve this... I have two multiselect listboxes (listFrom and listTo), the listFrom is bounded to a datatable. I want to be able to select items in the
|
| Trouble setting properties in saveFileDialog | 21 Feb 2004 20:38 GMT | 1 |
I have a winform app using vb.net and I dragged a saveFileDialog control onto the form. In the code below I'm trying to set some properties for some default setting for when it opens up. Even though I set the initial directory to "d:\" and default extension to ".gif" (I also tried ...
|
| Password masking in individual Datagrid Cells | 21 Feb 2004 13:41 GMT | 2 |
I have an XML driven datagrid that displays configuration data. To hide particlular sensitive information I would like to mask particular cells with a password char like "*". I can "color" out the data for particular cells by inheriting a class from DataGridTextBoxColumn and ...
|
| How to customize PrintDialog? | 21 Feb 2004 11:47 GMT | 1 |
I want to add a checkbox in PrintDialog that determines what to print (e.g. print table summary, or print table content). It seems like there is no way to customize PrintDialog like what Win32 & C++ allows you to do (specify PD_ENABLEPRINTTEMPLATE in PRINTDLG structure) Any ideas
|
| Very Disappointed with this discussion group? | 21 Feb 2004 07:23 GMT | 4 |
I am new to Custom control programming in .net. I had many posts for help and guidence but i haven't recd any replies...I guess this discussion group address only few selected issues. Am very disappointed after using this discussion group....My knowledge sharing experience in ...
|
| Dialog box to access dataset in Parent | 21 Feb 2004 02:20 GMT | 3 |
Do I have to set Mdi information? How can I access the parent form and it's controls?
|
| MdiClient border style | 21 Feb 2004 00:56 GMT | 1 |
I have a desperate need to either change the border style of the MDI client window on a form to none (lack of WS_EX_CLIENTEDGE create param), or somehow redraw the non-client area to make it appear as though there is no border. Is there *any* workaround for this? It would've been ...
|
| listview display problem | 20 Feb 2004 20:41 GMT | 3 |
I met a strange problem during playing listView control. If I create the control following the InitializeComponent(), then it displayed well at the beginning. If later on I want dynamically change-remove all existing column headers and all items, add new header and
|
| OwnerDraw == Out of Memory Exception | 20 Feb 2004 16:16 GMT | 2 |
I'm trying to create my own Windows Forms menus via the MainMenu control by setting the OwnerDraw property to true for the various menu items. Right now I just have one item and am using the exact code from MSDN (ms-
|
| OnPaint troubles. | 20 Feb 2004 15:57 GMT | 1 |
I inherit my control from Splitter. I overrided next function: protected override void OnPaint(PaintEventArgs e) {
|
| Dynamically Change URL of web service | 20 Feb 2004 15:53 GMT | 6 |
I have a the same web service that sits on multiple servers. All I want to do is change the URL that the client app points to. I found this code in the Reference.vb file under the web reference: Public Sub New()
|
| How to find control with focus? | 20 Feb 2004 15:20 GMT | 8 |
I have a form with four text fields, each with sequentially ordered tabstops. I want to have the fields recognize the return key and automatically shift the focus to the next control. I created the following event handler that I've assigned to the KeyUp event of each of the TextBox
|
| Looking for "Windows XP style" graphics for a standard administrative WinForm based system | 20 Feb 2004 14:28 GMT | 3 |
I'm looking for a shop where I can buy "Windows XP style" graphics for a standard administrative WinForm based system. It has modules such as inventory, order, billing, and so forth. Thanx!
|
| How to get visible MDI client area? | 20 Feb 2004 13:59 GMT | 1 |
Does anybody know how to get REALLY visible MDI client area? ClientRectangle (even without scrollbars) is greater than its visible part - it includes borders (checked). Not saying about StatusBar that can visible or not. Framework knows this visible rectangle because it
|
| Form problem | 20 Feb 2004 12:24 GMT | 4 |
I'd like to create small window, with progress bar in it and with cancel/OK button. Something like that: +-----------------------------------+
|