| Thread | Last Post | Replies |
|
| Format A4 et marges avec reportviewer de VS 2005 | 31 Jan 2006 15:28 GMT | 3 |
Salut à tous, J'ai un problème avec le reporviewer de Visual Studio 2005 : celui-ci réinitialise systématiquement les paramètres imprimante au format "Letter US" avec des marges délirantes. J'ai eu beau définir que mon état était de
|
| Can i create control that add another control to container? | 30 Jan 2006 22:57 GMT | 3 |
I try to create Inherit TextBox ,that when i put it on the form, it put also Label into the form. but how i can add the label to form within TextBox New method(constructor)?
|
| Private default constructor in usercontrol | 30 Jan 2006 14:56 GMT | 1 |
I want to set the default constructor in my usercontrol to private. The reason is that it shouldn't be used and raise a compilation error if used anywhere in the code. I have another constructor that should be used instead. My problem is that if I set it to private, I can't ...
|
| MenuStrip not working properly | 29 Jan 2006 11:37 GMT | 1 |
My App uses VB.Net 2005. In a new form I add a MenuStrip1 and design a few entries for it. The design aspect is OK. 1) When I run the app, the form shows an EMPTY Menu strip (I can assure that
|
| Controls on form have disappeared | 29 Jan 2006 11:16 GMT | 3 |
In VS2005 after I saved my project, the next time I opened it, the main form was missing all its controls. I had placed 3 buttons and a label on the form and the project had been running successfully. I did some investigation and determined that there were 4 lines of code ...
|
| XML Download with WebBrowser class | 28 Jan 2006 05:14 GMT | 2 |
I want do download a XML file using the WebBrowser class. How can I prevent that the file is converted to HTML code using a stylesheet. Thanks,Kurt
|
| Problem displaying labels and such in windows controls | 27 Jan 2006 20:06 GMT | 2 |
At runtime, all of the labels on the controls on my form are invisible. Label controls, button labels, radio button labels, etc.. In design mode I can see everything. Any ideas? I'm runing VisStudio 2003 in a Tecra M2 laptop & WinXP. The tecra has a
|
| Black TreeView Control | 27 Jan 2006 16:00 GMT | 2 |
I have a Tree View control as a menu on my application. The nodes are fixed and created when I write the program. So far as I know this Tree View looks fine on all system but this morning I was told on one system the background color was black and the text is black unless ...
|
| Deriving from ComboBox and creating a new Items | 27 Jan 2006 08:53 GMT | 3 |
I want to create a new Items class for my ComboBox but the problem is the Items doesn't get stored at design time and at runtime, OnDrawItemEventArgs.Index always = -1. I can check the Items collection and verify that the items were added at
|
| ReportViewer and right to left | 27 Jan 2006 07:54 GMT | 5 |
I want to create reports in my native language which requiered right to left support, is there a way to do that, i tried all properties and the report do not flow from right to left, please help it is holding back my project, and i do not wish to use a third party reports ...
|
| Manual set the ID of an System.Windows.Forms.Control | 26 Jan 2006 23:25 GMT | 9 |
I need to set the controlid of a text box manually. It seem that the id of an control now changes everytime i start the application. I need this for an single logon-form to make the singlesignontool http://www.passlogix.com/ work. (The use of ControlId´s was very common used in ...
|
| Two DataGridView controls - one form - layout issue | 26 Jan 2006 19:30 GMT | 1 |
I have a simple form to display two different data tables. The tables have different numbers of columns and column headings so I put them in separate DataGridView controls. Works fine except for layout. There is also a label that I would like to be at the top.
|
| modify property of a control of formA from formB | 26 Jan 2006 05:51 GMT | 1 |
My main form, frmA, contains a dataGridView, dgvItems. When you click the "Configure" menu item on frmA, a configuration form, frmB, is created and shown. I wish to use frmB as the place where a user can customize the dgvItems dataGridView (hide column, change column headings, ...
|
| DataGridView Row Context Menu | 26 Jan 2006 02:51 GMT | 5 |
Has anyone created, copied, or have ideas for creating a DataGridView Context Menu for Rows. I wanted something like in MS Access where you R click on the RowHeader and you get a cut/copy/paste menu.
|
| Designer LoaderExecptions | 25 Jan 2006 23:04 GMT | 6 |
I have a solution that has multiple projects in it. One is a Windows Controls Library, and another is a normal windows project. In the controls project I have created some User Controls that I use on a form in the normal windows project.
|