| Thread | Last Post | Replies |
|
| Problem with .NET 2.0 MDI menu merging | 31 Oct 2007 21:02 GMT | 1 |
I've got 2 problems trying to get an MDI child form's menus to merge with its parent's. First, I created a simple MDI app with 2 forms, just for testing. The parent form contains a menu with the following items:
|
| Imaging component for viewing very large JPG's? | 31 Oct 2007 03:45 GMT | 9 |
I'm searching for a component which is able to show very large JPG images (sometimes more than 30 MB). These are professional scans of large drawings from an archive. I tried DotImage from Atalasoft, but it needs to map a huge block of memory
|
| how to avoid atomatic selection of text in textbox? | 30 Oct 2007 22:29 GMT | 1 |
I want to output text in a multiline scrollable read only textbox, but the text is always selected which look strange and is hard to read. How can I deselect the text programatically?
|
| Winforms security issue | 30 Oct 2007 19:13 GMT | 4 |
I have installed a winforms net 2 app on a windows 2000 server. I am just trying to run it on the server at this point and I am getting an error as soon as the program tries to start. I know that its a security error which I can see from the error signature in the sendto ...
|
| Debugging | 30 Oct 2007 15:59 GMT | 1 |
Is there any way to step through a Windows Service, so I can see which events are firing and when?
|
| Embedded image in a Class Library | 30 Oct 2007 15:01 GMT | 3 |
C#, VS2005: I'm trying to send an email containing an image. I use "new AlternateView(imgStream, Mime.MediaTypeNames.Image.Gif);" to do so, fine. The problem is before this, when I try to create the Strem (imgStream) from
|
| Windows Service - login question | 30 Oct 2007 12:11 GMT | 2 |
I am messing around with Windows Services for the very first time - I'm getting to the installation part, and when I install, it asks for a username and password. Is this absolutely necessary?
|
| Multi-threading forms? | 30 Oct 2007 02:28 GMT | 1 |
I have a "Main" ASP.NET 2 Form that could spawn off other forms using //e.g. NewSubForm myNewForm = new NewSubForm(); myNewForm.Show();
|
| ErrorProvider on a UserControl | 29 Oct 2007 17:13 GMT | 1 |
I have a user control, which is a bunch of textboxes and dropdowns. I also have a bindingsource component, to which an object is bound. Also, an ErrorProvider component as well. The bound object correctly implements IDataErrorInfo as well. When
|
| Measuring the exact size of a string | 29 Oct 2007 15:21 GMT | 2 |
I want to write a function that gets the following parameters: a string "s" a font "f" and returns the EXACT width and height of the font.
|
| How do I (cleanly) dispose of a row in DataGridView DataError even | 29 Oct 2007 14:42 GMT | 4 |
I'm writing a Winforms project in VB/Dot Net 2.0 and I'm having some trouble handling the Data Error event. The grid is bound to a filtered binding source. Part of the primary key is set by one of the cells in the grid which is in combobox mode. Add is
|
| Help.ShowHelp and CHM Files with Embedded CHM Files | 27 Oct 2007 18:07 GMT | 7 |
Our application currently uses the HtmlHelp library to show help pages. We have a top level CHM file made up of sub CHM files. Clients can invoke our ShowHelp method and pass the name of their CHM file and the page internally to show. We can show this page just fine with ...
|
| Databinding concepts | 27 Oct 2007 13:20 GMT | 1 |
I have defined a picturebox control defined in the common class and i am loading the picturebox to a panel defined in form1. Now when i load two form1 screens at the same time only the last displayed form shows picturebox. How can i show the same picturebox on both
|
| Determine previously focused control in winforms | 26 Oct 2007 23:15 GMT | 3 |
I have a couple of textboxes and a button. I also have other controls in the same form. When I click on the button, I want to know the previously selected control, specifically I want to know if it was a textbox. If I use the .Focused method for example:
|
| Set currentRow in dgv | 26 Oct 2007 02:24 GMT | 9 |
I have set my dgv to MultiSelect = False and SelectionMode = FullRowSelect. How to I programatically make a specific row current? Additional detail relevent to what I am trying to do... When the user has a specific row selected and clicks the edit button a
|