| Thread | Last Post | Replies |
|
| consuming windows service in web application | 09 Aug 2005 14:38 GMT | 1 |
I am working on a ASP.Net web application. I have to build a windows service which will have functions that returns Current Systems CPUID etc... I need to consume this Windows service with my ASP.Net web application. How can I do this? Is it possible to do so?
|
| Changing scrollbar width, thumbsize etc | 09 Aug 2005 14:38 GMT | 2 |
Is there any way programatically change the scrollbar width and thumb size for any of the standard windows forms controls (ListBox, ListView DataGrid etc) without having to set the system wide settings in Control Panel ? I'd prefer not to have to do an owner drawn scrollbar, ...
|
| MDI Forms. Opacity | 09 Aug 2005 10:55 GMT | 3 |
is it possible to make the MDI Parent form transparent and set the child form opacity to 100%? thanks Henrik
|
| CLIPBOARD: How to add several images and strings at once? | 09 Aug 2005 10:37 GMT | 3 |
I have an array of items, each having an image and description. I would like to programatically copy them all to the clipboard (for pasting into say a Word document). I've tried the following code, thinking SetData keeps appending info to the clipboard, but when I paste into Word, I ...
|
| StateImageIndex of ListViewItem < 15. Why?? | 09 Aug 2005 10:23 GMT | 1 |
Does anybody know why ListViewItems aren't allowed to get StateImageIndexes that are greater than 14??
|
| Fonts in a windows application | 09 Aug 2005 10:01 GMT | 3 |
I recently tried my windows application on another PC and it crashed with an exception because one of the fonts (specified within GDI+) was not installed on that PC. My question is : rather than change the font to one of the standard windows
|
| A summary row in Datagrid | 09 Aug 2005 07:30 GMT | 2 |
Hi, All: I have a datagrid that display some columns of money data. I want to add a summay or total row at the end of it. Do you know how to do it? Thank you, Dennis Huang
|
| Determining size of a window | 08 Aug 2005 22:53 GMT | 2 |
I have a RichTextBox I'm displaying in a WinForm. I'm trying to resize so that the RTB fills the form, but with enough room for its vertical and horizontal scrollbars. The RTB will be the only control on this form-- think of it as a popup window with text instead of ...
|
| .NET 2.0 Form Minimum Size Bug | 08 Aug 2005 20:48 GMT | 2 |
We've located a bug in .NET 2.0 where no matter what settings we make on a Form, it will now size smaller than 123 width by 34 height. In .NET 1.0 and 1.1, setting the border style to None and setting MinimumSize property to 1x1 (along with other settings like no control box, ...
|
| Reference controls on the form 'dynamiclly' | 08 Aug 2005 20:27 GMT | 4 |
Is it possible to do, to get to the control by its name dynamiclly. ASP.NET has .FindControl("") method to do that, is there a similary method in winforms. Thanks.
|
| Added Row in DataGrid Not Correctly Written To DataSet | 08 Aug 2005 10:51 GMT | 3 |
I have created a DataGrid that I populate through a DataView. The DataView itself represents only parts of the columns and only parts of the dataSet's Rows. When the User is adding a new Row in the dataGrid, I fill all fields with
|
| Is it imperative I use Application.Run(Form) in a Forms applicatio | 08 Aug 2005 09:13 GMT | 1 |
Apologies for the cross-group post here, but I wasn't sure of the best group to pose my question to ... I have developed a small API for taking care of a lot of boiler plate stuff in a multi formed windows application, for example setting up a messaging
|
| MouseMove event continually being called | 08 Aug 2005 03:16 GMT | 5 |
I have a control which inherits from TabControl and is having some issues with the MouseMove event being continously called when the mouse is over the tab on the top portion. When this happens, my CPU goes to 100% utilization and causes all sorts of issues. The odd thing about ...
|
| Getting rid of the first (auto) column in DataGrid | 07 Aug 2005 16:01 GMT | 2 |
Is it possible to remove the very first column (the one that has an "arrow" when you click on the row) from a DataGrid that is added to the grid by default? Thanks!
|
| Form component like common Openfiledialog | 07 Aug 2005 03:59 GMT | 12 |
Sorry for the newbie question, but I've searched the net and MSDN and I can't find anything on how to do this. Any pointers to doco or advice will be appreciated. I have created a Windows Control Library in MC++ and added a couple of User
|