| Thread | Last Post | Replies |
|
| EditorAttribute - filter file extensions | 30 Apr 2005 22:46 GMT | 1 |
I've created a custom control and I have a FileName property for it. I've added the EditorAttribute so the little ellipsis button will appear at design time for the property, which allows the user of the control to specify a filename. The code is below and that works great.
|
| Convert GetSQLDateTime to formatted date to show on a Windows Form | 29 Apr 2005 19:35 GMT | 1 |
I am retrieving data using ADO.Net (from SQL Server) as shown below: DOB.Text = MyDataReader.GetSqlDateTime(18).ToString This works fine, but I want to display this on the form formatted as "dd MMM yyyy" rather than the way it shows now ("dd/mm/yyyy hh:nn").
|
| DataGrid - Select Full Row | 29 Apr 2005 17:04 GMT | 2 |
Hi, does anybody knows how to select a DataGrid full row by code (like when you click on a RowHeader) ? Thanks a lot, Victor Reboucas
|
| I need to do a "Return" from a sub screen? | 29 Apr 2005 10:19 GMT | 2 |
I have a main window which calls a sub screen. When the sub screen is done I need to return to the main screen. In my file menu I have a return/exit option. Can someone tell me how to code the return?? I know this works for buttons but I do not know how to do this with a ...
|
| Resize an MDIForm to suite different resolutions | 29 Apr 2005 04:01 GMT | 2 |
Can somebody tell me how to resize an MDIForm to suite different resolutions. thankx
|
| Contains Method and IndexOf Method seem not work in Compact Framew | 28 Apr 2005 10:42 GMT | 4 |
May i know why the Contains Method always return false and IndexOf method always return -1 although the value for "cboTableIDMain.Text.Trim())" is the same? Thanks you very much.
|
| User Controls are dissapearing at designTime | 28 Apr 2005 05:31 GMT | 3 |
I use a lot of user controls embedded in the project itself and often when I re-open a compiled project in VS.2003 I get an error message that one or more user controls are not found ( "Could not find type 'xyz'. Please make sure that the assembly that contains this type is ...
|
| saving rows in a Datagrid | 27 Apr 2005 23:59 GMT | 2 |
I have a form with a bound datagrid. When I close the form, I update the datasource with the changes made in the grid. However, I close the form, the most recent changes made to the grid are not updated. How do I force the grid/datasource to save the most recent changes before the ...
|
| Using the UnhandlerExceptionEventHandler in a control hosted by IE | 27 Apr 2005 17:53 GMT | 2 |
I want to handle the 'UnhandledException' in my application, but ir seems not to work. My application is a control hosted by IE. In the control's constructor, I have the following code ...
|
| How to get an StringArray from a Textbox that is multiline | 27 Apr 2005 17:28 GMT | 1 |
I have a textbox that is multiline, it is easy to push an StringArray to the textbox and each element in the array is placed on each line, but is there an easy way to get each textbox row placed in each element in a StringArray?
|
| CheckedListBox won't check! | 27 Apr 2005 16:17 GMT | 2 |
I have a CheckedListBox control whose DataSource is bound to an ArrayList. I'm trying to persist the checked state of the items in the list box across invocations of my application. Serializing the data to disk when the application closes works just fine. However, when I try to ...
|
| Detailed Information about members of an assembly | 27 Apr 2005 10:24 GMT | 5 |
Can anyone please tell me how to retreive the detailed information of members of an Assembly.(As in summary column when one selects a member within an assembly in an OBJECT BROWSER, in the .net IDE ). Thanks,
|
| .NET control exposed as ActiveX | 27 Apr 2005 09:16 GMT | 1 |
This is what I want to do: I want to develop a .NET Windows Control, expose the control as an ActiveX and host the control from a VB6 form. The control has to expose a MyEvent event.
|
| this is just a test post | 27 Apr 2005 03:32 GMT | 1 |
please disregard - sorry of the inconvenience.
|
| Customized DateTimePicker | 27 Apr 2005 03:14 GMT | 4 |
I am trying to build a customized DateTimePicker control to handle null values. One restriction I have to place on the control is to set the MaxDate to the current sytem date and time. However when I use my customized date control, the MaxDate value doesn't refresh to the ...
|