| Thread | Last Post | Replies |
|
| How Can I Have TopMost Form Without Stealing Focus? | 31 Jan 2005 23:12 GMT | 5 |
I have a pop-up Windows Form that displays next on top of the system tray. I can get it to pop-up just fine using .TopMost and .Show, but the problem is that it seals focus away from the application that the user is currently using... I don't want that. I have gone to the API ...
|
| Is there a way to set the category order in the PropertyGrid | 31 Jan 2005 22:29 GMT | 2 |
I have an application which uses the PropertyGrid to display highly-customised dynamic data using ICustomTypeDescriptor. I need to be able to display the properties within categories with the order of both the categories and properties being programmable.
|
| Kyepreview with combo box... | 31 Jan 2005 18:19 GMT | 1 |
I have a simple requriement... I want then whenever a user press enter on a form in moves to next control... For that purpose I wrote following code in Form's KeyDown event and sets Form's Keypreview property to true... Private Sub frmBHEntry_KeyDown(ByVal sender As Object, ByVal ...
|
| no active cell in read-only datagrid | 31 Jan 2005 17:51 GMT | 1 |
George Shepherd's great Windows Forms FAQ has this article about creating a datagrid with no active cell: http://www.syncfusion.com/faq/winforms/search/856.asp Unfortunately, this only works properly for datagrids that are not ReadOnly
|
| menu shortcuts and language changes | 31 Jan 2005 16:25 GMT | 1 |
Here's a tricky problem I just ran into. 1) Install the German language pack of the .NET framework 2)Create a menu bar with a File/New menu item and make the shortcut be ctrl-N
|
| datagrid contents changed | 31 Jan 2005 13:04 GMT | 1 |
My user amends text in a datagrid. When this happens i want a Save button that currently has enabled set to false to become enabled. I have been messing around with the CurrentCellChanged event, however this activates the button just by clicking within the grid.
|
| Rename Datagrid columns, How??? | 31 Jan 2005 08:41 GMT | 2 |
How to loop for each datagrid column and rename it? Is it different mechanism if this is webform? Here You have example i have tryed For Each col As System.Web.UI.WebControls.DataGridColumn In DataGrid.Columns
|
| Custom Control | 31 Jan 2005 03:09 GMT | 1 |
Can any one help me in creating the custom control in C-Sharp .Net. I want to create a transparent resizable rectangle which when placed on any window should be able to see the contents of the window. Thanks in advance
|
| ProgressBar/Custom ProgressBar | 31 Jan 2005 02:01 GMT | 1 |
Does anyone know of any nice custom ProgressBar libraries? Thanks
|
| How to develop Smart Client application? | 31 Jan 2005 01:20 GMT | 4 |
Hi all, I want to develop a smart client application so that I can use features like one click update, easy deployment, offline ... Which development tool i should choose to start the project? VS.NET 2003 or VS.NET 2005 beta
|
| Form | 30 Jan 2005 13:20 GMT | 2 |
I am new in VB.NET and at the bigining of my work I have a problem. I wont to make small program which contain 3 forms. In the 1st Form I put 10 Textbox which contents I need to display in the 3th form. This 3th form I connect with
|
| VS.NET 2005 beta and .NET Framcework 2.0 | 30 Jan 2005 12:36 GMT | 1 |
Can I use libraries e.g. MS Application Blocks (which build on .NET Framework 1.0) in VS.NET 2005 (Framework 2.0)? Is there any problems?
|
| datagrid vertical scroll bar | 28 Jan 2005 18:57 GMT | 1 |
when the datagrid gets enough rows a vertical scroll bar shows up, but is there a way to make the vertical scroll bar always show up? i do not want to add a vertical scroll bar component, since the datagrid already has its own scroll bars. i just need the vertical scroll bar ...
|
| How to Force Push/Pull on Bound Object | 28 Jan 2005 16:54 GMT | 4 |
How can I force my form to re-read fields from the bound object? In my case, I have a form that uses simple binding to bind to properties on an object. I'm using the Format/Parse events to manage data flow in/out of the object. Everything works very well.
|
| Moving an irregular shaped form in an MDI Container | 28 Jan 2005 16:31 GMT | 2 |
Overview: I have been creating custom shaped forms using a bitmap to set the form's region. This has worked well, and I have had a lot of success finding resources to help out. However, most of the examples that I have located
|