| Thread | Last Post | Replies |
|
| Do we have a better approach? | 28 Feb 2007 22:30 GMT | 1 |
Hi, friends, I am using .net 2005 to develop a window form application. It has about 15 buttons (with icon on them) which need to be visible/invisible dynamically based on user's selection and rights.
|
| Output parameter in Typed Dataset | 28 Feb 2007 22:25 GMT | 5 |
I am using Typed Datasets in VS2005 based on SQL Stored Procedures. When I do an Insert (using an Insert Procedure), I have set the SP to return a new ID number. However, I don't know how to reference that returned value to populate the Identity field on my Windows form. I'm ...
|
| how to mimimize an application | 28 Feb 2007 15:35 GMT | 9 |
I am using C#, i dont know to know how to minimize the application in Taskbar when i click the button(its not minimizebox button), that means how to handle it?? normally if u click the minimize button on the form it will minimize the form, how can i do it in a simple button click ...
|
| How to improve performance for stock exchange data display received from third party com component | 28 Feb 2007 15:01 GMT | 2 |
I could not get the answer on the Performance community hence forwarding the same issue here... I am using a third party COM component to get very very fast data stream. I have dragged the com component on a windows form. Now we can request the
|
| WPF v Windows Forms | 28 Feb 2007 14:47 GMT | 6 |
Hello all, I am just trying to get up to speed with WPF (and .Net 3.0 in general), and trying to decide whether it is worth using WPF for a new business application (job tracking) which will be used by small businesses on windows Pcs
|
| How would I tell when a winform is "dirty"? | 28 Feb 2007 13:10 GMT | 1 |
I need to know if at least one of the winform's controls have been edited by the user. Controls can have textboxes, combo boxes, datagrid, etc. If any one of the forms have been touched and the user hits the exit
|
| Paging with the DataGriView control | 27 Feb 2007 17:52 GMT | 5 |
Is it possible to view result sets with the DataGriView control, instead of it showing all the results at once? For example, showing the first 10 results, then the next 10 and so on, just like in web pages.
|
| FindRows() doesn't find last entered row in a DataGridView... | 27 Feb 2007 16:44 GMT | 1 |
I'm using FindRows() to locate rows in a DataGridView. When adding new rows consecutively, the last row added is not found when calling FindRows(). It's not until you shift focus away from newly added row by selecting other rows will it find it. It's like it's not being ...
|
| Call another program from withing windows forms | 27 Feb 2007 15:58 GMT | 1 |
Hey Guys, I am developing an FTP application that needs to start another program. What is the command for me to start a program within a windows forms application? For example, if I wanted to start
|
| Menustrip combobox overrides.. | 27 Feb 2007 15:34 GMT | 2 |
I am using VB.NET 2.0, and I am having a trouble of time making the menustrips combobox act how I want. What I am shooting for is instead of the bland list box popping down when I click on the combobox I would rather have it popdown with a data grid instead.
|
| Context sensitive help in wpf application | 27 Feb 2007 07:29 GMT | 1 |
Any suggestion or how to display context senstive help like office 2007 in wpf apps. I would like to use XPS to display the help which may include video, text etc..
|
| Using WPF as a Wizard - XBapp vs XAML Win Form | 27 Feb 2007 07:28 GMT | 1 |
Hi all, I am currently maintaining a web based survey tool that is very poorly written. I see no reason for leaving it as a web based application and many good reasons for making it a windows forms based application. I know that by using an XBapp (XAML Browser Hosted ...
|
| Window Forms and panels | 27 Feb 2007 07:25 GMT | 2 |
Should anything even a menu, toolbar or statusbar ever be directly placed on the main window or should they always be placed on a container such as a panel? Bill
|
| IDocHostUIHandler ShowContextMenu problem with one of the args | 27 Feb 2007 01:39 GMT | 1 |
I have created a context menu when a user right clicks on a link. I've implemented IDocHostUIHandler and post the menu if the right click happened on a link: public uint ShowContextMenu(uint dwID, ref tagPOINT ppt, object
|
| Syntax to get filename list from Multi-select Open file Dialog | 27 Feb 2007 01:26 GMT | 1 |
I need to get the list of files, in a multi-select OpenFileDialog, formatting the list for my purposes (adding to an array) I can't seem to grasp the syntax - - here's part of what I've tried, after creating two variables (s and sList):
|