| Thread | Last Post | Replies |
|
| problem with localization, inheritance, etc. | 28 Jun 2004 20:02 GMT | 2 |
This problem has stumped me for almost two years now. In a nutshell... 1) I create a textbox class, and set the font to Tahoma 8 2) I drop the textbox class on a form, and set other properties (name, etc.) 3) I build my form, and then users say they don't want Tahoma 8, they want
|
| Form, ContainerControl and IContainer | 28 Jun 2004 17:49 GMT | 1 |
Why is it that the Form class does not implement the IContainer interface? It inherits from ContainerControl but components are attached to the 'components' field via the generated private System.ComponentModel.Container components = null;
|
| newbie: newline in Label | 28 Jun 2004 17:06 GMT | 2 |
two questions: 1) How can i have a multiline Label? 2) In VB.Net command buttons were replaced by buttons ? (trying to follow an intro tutorial "transformed" from VB
|
| How do I automatically show dialog on form Application.Run | 28 Jun 2004 16:06 GMT | 2 |
I wish to display a dialog form after the main form has started and display. Where is the logical place to put my display dialog code to show the my "Login" dialog after the main form has been display. Thanks.
|
| openFileDialog | 28 Jun 2004 14:39 GMT | 8 |
why does not openFileDialog have closed event? i want to do something; as soon as the dialog closes. is there a way to do this?
|
| Inserting a " in a string | 28 Jun 2004 14:10 GMT | 4 |
How can insert a " is a string ? And Also How can I insert a carriage return in a string ?
|
| DataGrid vertical alignment | 28 Jun 2004 12:47 GMT | 1 |
I have a user control setup with a datagrid and some buttons and I'm trying to figure out how to align the data in a row vertically centered. I have no problem aligning the data horizontally, but am lost on the vertical issue.
|
| how to access a variables | 28 Jun 2004 11:51 GMT | 2 |
hi i want to access a variables from form1 to form2 how should i declare on form1 and how can i get those values on form2
|
| Textbox Formatting??? | 28 Jun 2004 11:08 GMT | 1 |
I am trying to format the information entered into a textbox on one of my forms.. i would like to make the information look like this.. (XX) XXXX XXXX - so if the typed in 0755123456 it would look like this (07) 5512 3456
|
| Activate event of multiple child in MDI | 28 Jun 2004 10:33 GMT | 1 |
Create two mdi child forms to a MDI form use the activated event to modify the text of both children (i.e. change title) start the application guess what
|
| ParkingWindow revisited | 28 Jun 2004 09:20 GMT | 5 |
This issue was already reported by several others but I did not find any useful solution / workaround. The problem happens in a random non-frequent manner when I run my WindowsForms application. I get the following exception: Cannot access a disposed object named "ParkingWindow" In ...
|
| passing web form value to a win form | 28 Jun 2004 08:28 GMT | 1 |
Is it possible to pass a value from a post-back in an asp.net web page to a windows form application? Any tips is greatly appreciated. Thanks first. phong
|
| Button swallows keys. Bug? Workaround? | 28 Jun 2004 08:14 GMT | 4 |
The Setup: ================ I have a cardswiper attached to my keyboard, so that when I swipe a card I get "keyboard input" that looks something like:
|
| Windows DataGrid Child Tables New row Hide | 28 Jun 2004 07:47 GMT | 3 |
I use DataGrid.DataSource = dataview that it table is parent table In dataset with relationships. dataview.AllowNew = false hides last * row in datagrid parent. But for child grids the last new row is visible.
|
| End of form resize | 28 Jun 2004 01:33 GMT | 1 |
How to determine if user has ended resizing form? I need to invoke time-consuming operation after the form's size has changed. SizeChanded event seems to be triggered more than once during resizing. MCzajk
|