| Thread | Last Post | Replies |
|
| Name for metatypes | 16 Mar 2006 05:08 GMT | 1 |
I have a question about nomenclature. When you declare a class, or any of the user-defined types, you are declaring a TYPE, that can then be used throughout your program. E.g., the following declares a new type called MyClass.
|
| unmoveable Form | 16 Mar 2006 05:01 GMT | 2 |
how can i create unmoveable form with c#? in vb6, its very simple me.moveable = false in CSharp . .. ?
|
| How to prevent DataGrid cell editing ? | 16 Mar 2006 03:33 GMT | 5 |
I have a DataGrid on my Form, and I wish to disable any cell editing. For example; when the user clicks on a cell, the cell become editable by changing its color to gray and context menu is shown on muse right mouse click.
|
| How to get the Mime type | 15 Mar 2006 23:31 GMT | 1 |
Is there a way to get the Mime type for a particular file extention? Preferably via the .NET framework, but I'll settle for interop. Thanks.
|
| attaching a form to the edge of a separate application window? | 15 Mar 2006 23:20 GMT | 3 |
I'm trying to build a .NET application (C#) in which my program acts as an add-on to another existing application, providing some additional functionality. The way I want the UI to behave is such that my application's window will dock itself to the right-hand edge of the
|
| DataGridViewComboBox | 15 Mar 2006 23:09 GMT | 6 |
I have bound a dgvcombobox to a datasource/table/column value set. I would like to be able to include a NULL value in the pick list the combo box shows, but it seems that once I've clicked in the combo box, there's no way to assign a NULL value in the DataGridView for that column ...
|
| Dll Viewer | 15 Mar 2006 22:52 GMT | 2 |
I know my question is not related to this topis but maybe somebody can help me.. I'm looking for a software which can show exported methods of a dll like windows dll axtivex dll and all.
|
| Having trouble with background threads and exceptions | 15 Mar 2006 22:24 GMT | 1 |
Hey guys, Here is the scenario: I have the main form open and a background thread is running. The background thread sometimes needs access to the main forms graphics object
|
| Flimmern beim Zeichnen auf einer Form | 15 Mar 2006 22:19 GMT | 1 |
Hallo NG Ich zechne einen Kreis auf eine Form, welcher seine Position alle 10ms ändert. Dies mache ich mit einem Timer. Nun fährt der Kreis jedoch nicht schön, sondern es flackert die ganze Zeit, so dass man den Kreis
|
| Selecting item in data bound combo box | 15 Mar 2006 21:25 GMT | 4 |
I have a data bound combo box. The combo box displays several items (status code descriptions). After the combo box is bound, I want to set the combo box so that the "Draft" status is displayed by default. Since the data originally comes from a database I don't know which ...
|
| Why does vs 2005 want to check out licenses.licx | 15 Mar 2006 21:24 GMT | 2 |
It seems that everytime I open a form that has 3rd party controls on it, vs 2005 wants to check out licenses.licx from the source repository. Regards, Robert
|
| Configuration Block - What to do if the file doesn't exist. | 15 Mar 2006 21:23 GMT | 1 |
What do you do if the configuration file for you configuration block doesn't exist? There doesn't seem to be an easy way to create the file. I could just create the file but that implies I know the name of the file which I can't figure out how to do unless I read in my app config ...
|
| Date format pattern for "03rd of April 2006" type date | 15 Mar 2006 20:40 GMT | 11 |
I'm trying to convert a string to date by specifying the format. The value is like this: "03rd of April 2006". Now this is converted fine by using the following format: "dd\r\d \o\f MMMM yyyy". The problem is of course that the string can be 01st of..., 04th of etc., meaning that I ...
|
| VS2003 - Get List of Class Members | 15 Mar 2006 20:37 GMT | 2 |
I was wondering if anybody was aware of a mechanism (perhaps an Add-In) that will get all the members of a particular class (like the Object Browser), but will make that information available (perhaps on the Clipboard). Perhaps it's something easy that I'm just overlooking. Just ...
|
| Spring Framework Example... | 15 Mar 2006 20:32 GMT | 1 |
Can anyone lead me to .Net sample examples/application using spring framework ? Regards Silent Ocean
|