| Thread | Last Post | Replies |
|
| How to do for use font non true type into form? | 24 Jun 2004 15:06 GMT | 1 |
I must use font no true type into control. The font file have the extension FON. How I can reference this? You have resolved this question? Thank you.
|
| How to make AxWebControl.Navigate work! | 24 Jun 2004 12:42 GMT | 1 |
When attempting to invoke "Navigate" on an AxWebControl that I programmatically created, I was getting an InvalidActiveXStateException exception. After searching around for a solution to the problem, I couldn't find one that worked reliably. I
|
| So many fonts ... | 24 Jun 2004 09:00 GMT | 6 |
I have noticed that the Windows Forms Designer generates code that creates a new System.Drawing.Font object every time the Font property of a control is set to any value other than the default. Isn't this a terrible waste of system resources? Or are those mere flyweight objects,
|
| ListView, last item? | 24 Jun 2004 01:42 GMT | 1 |
Hi, i have un listview in a winform, multiselect = true. I would like to know which is the last item to select when it several item selected there. Best regards. Sylvain
|
| Datagrid non navigable | 24 Jun 2004 01:16 GMT | 2 |
Quick question (I hope!) I've been seaarching around, but havent found a way to make a datagrid non-navigable. The databinding value, is set to a dataset and a table which has relations, however I do not want the "+" buttons to the left of the rows to be displayed? Thanks in ...
|
| Viewin HTML in Winform application | 24 Jun 2004 00:03 GMT | 5 |
I am looking for a way to view HTML in Winform application. Does anyone know if there is something like a browser control that I could use to render the HTML? Thanks, Serge.
|
| BeginInvoke calls EventHandler with different parameters than supplied | 23 Jun 2004 21:38 GMT | 1 |
Question, When using BeginInvoke (on a From to marshal to the UI thread) with the EventHandler delegate I see some strange behaviour. The problem is that I call the UpdateTextBox method with a class derived from EventArgs ( i.e.
|
| Delegates & Events | 23 Jun 2004 19:38 GMT | 1 |
I need some clarrification. I have a class called ChatManager that will manage the interaction between the ClientUI (WinForm) and the chat server. The ChatManager will have a number of public events.
|
| playing flash swf files using .NET C# | 23 Jun 2004 18:56 GMT | 2 |
it is possible to use and display flash SWF files on .NET WinForms applications? If so, how? TIA
|
| Abuse of GDI+ resources | 23 Jun 2004 18:54 GMT | 3 |
Recently some friends were looking at some code written by an outside contractor. In the code, there was a great deal of use of pens and brushes without disposing of them. What surprised me is that the system never seemed to run out. The brushes
|
| Shortcut for Refresh, F5 or symbolic code? | 23 Jun 2004 17:56 GMT | 8 |
I would like to introduce a keyboard shortcut for refreshing the user interface in many programs. In english locales it's often F5 which is used, but how about other locales and/or preferences. Should I simply bind the refresh feature to F5 or is there a symbolic Shortcut for ...
|
| Anyone knows how to change the height of a ComboBox ? | 23 Jun 2004 17:52 GMT | 2 |
I have modified a .NET (C#) ComboBox to display images along with text so I need to set the combo box height to values larger than default in order to show an image bigger than 16 pixel high. Changing the control height property is irrelevant. The only way I found to
|
| Inheritance | 23 Jun 2004 15:51 GMT | 1 |
Is there a way to inherit the System.ComponentModel.Design.CollectionEditor.CollectionForm form? So, something like: public class MyCollectionEditorForm :
|
| ComboBox Datasource problem | 23 Jun 2004 15:01 GMT | 1 |
Hi, i am having a little problem with a combobox that i set his datasource property to a collection, but doesn populate its items, the strange thing is that i do the same thing on a datagrid and it works fine. Take a look:
|
| Forms question (.) | 23 Jun 2004 14:10 GMT | 1 |
I've created a custom control. And now I've done something that prevents me from using the designer to layout controls on my custom control. I tried deleting the .resx file, thinking the VS would just regenerate it, but did not.
|