Answer Questions
SPSali Invisible text in MessageBox (using VB .NET 2003)
I am using VB .NET 2003 to do my developing. Over the past year or so as i have honed my skills, one thing is getting incresingly annoying. Sometimes when I am testing a theory and want a message box to show the error text or a success message, the message text allocates the right amount of space, it is just invisible. The text on the MessageBox's OK button is invisible too. The caption on the MessageBox shows fin ...Show All
wonny Treenode Editor Question
Hi all, I'm just curious to know if there's an alternate tool I could use in place of MS Visual C++ .NET's basic Treenode Editor I'd like a few more features such as cut/paste/move to make editting a little more convenient. Any suggestions Thanks for your time, Zero It is difficult to find add on components that are purely design time. You will probably have better luck if you search for a new tree c ...Show All
Nathan Going Error when opening, Administrator, click once, .net 2.0
hello all, I have a click once application. my users are not administrators in their computers, I do not know if it is relevant just mentioning. The recent change was that we moved all user profiles to the server. The users has a sevre error, and the application load failed. here is the error description PLATFORM VERSION INFO Windows : 5.1.2600.131072 (Win32NT) Common Language Runtime : 2.0.50727.42 System.Deployment.dll : 2 ...Show All
Acoquinar ImageList with EnableVisualStyles with Framework 1.1
I have an image list that contains some images...I use it with a treeview control to display icons. All works fine but when I call the Application.EnableVisualStyles() the image of my imageList are not displayed... Is this a bug or something that I' ...Show All
TheBilly Registry Keys are removed during uninstall
During an uninstall, the registry-keys created by the installation are removed even when the property "DeleteAtUninstall" are set to false on all Keys. I found out (it is written in MSDN, but i didn't read properly ), that if there are values defined in the key, the key is always deleted at uninstall, even if the property "deleteAtUninstall" is set to false for the key. I'll use the insta ...Show All
Robert holmes Adding a blank top item to bound combobox
Subject says the problem. I want to add a blank item to the top of a combobox (dropdownlist style) such that when the form loads, "nothing" is selected. A databound combobox won't let you alter the Items collection, so how then  ...Show All
bennettdan How do i pass data back from a closing form?
Hi, If i have the main form open for my application then open a new form from that, when the new form is closed how do i notify the main form that it has closed or pass data back to main form Any help appreciated Regards Maurice ...Show All
Javier_Uy Problem with Minimizing both Forms
I have asked this question before but I may have described the issue a little poorly. Basically I have 2 Forms. Form1 & Form2. I start the application with Form1. On Form1, I have a button and it's click event has the following code to launch Form2. Form2 frm2 = new Form2(); frm2.ShowDialog(); When I minimize Form2, Form1 is still in the background. Now, the first question is, how do you minimize Form1 as well, when Form2 is minimized The s ...Show All
Steve Faris Windows Forms autotab
In Windows Forms is there an autotab capability It existed in MFC where when typing into an Edit control (textBox), once the max number of characters for the control was exceeded, the focus went to the next control and the characters were&nb ...Show All
Witzbold Problem with Virtual ListView, Help needed.
I'm trying to use VirtualListView to display a Table of Dataset. Data in displayed OK and works fine except when I click mouse over a listview row first time, before the control has focus. I get this message: "System.ArgumentOutOfRangeException: El argumento ...Show All
MercJim How can I link my control's "Font" property to the form's font property?
Hi I had created a control that has the (font) property; the control is working fine, but with a small problem. If you look at the normal button control for example, when you place that control on a form, the control automatically will take par ...Show All
Mr Dawson Documents w/ Web Services
I'd like to be able to either (1) send a document via a web service or (2) send a link to a zip file to a web service client and have the client either 1. save the file to a directory or 2. download the zip and save&nbs ...Show All
bieblsoft OnPaint method Issue
Hi All, I have developed a control and override it OnPaint method. Inside the overriden OnPaint method i am drawing allot of lines. When i place this control on a Panel and set the AutoScroll property of the panel to be true so it will repaint& ...Show All
GSIL Populating Textbox from Combo Box Selection
Friends, Looking for suggestions on how to populate a textbox based on a combo box selection. My instinct tells me that I will need to have two seperate data tables...One to populate the combo box with values from a data table and another against the same data with a query parameter. For example, my combo box contains values from data table called Departments. In the combo box I would like to display all the department numbers available... ...Show All
Friedel changing column header height in datagrid
Hi all, Trying to display column headers where the header text is the column number (e.g. 1, 2, 3, . . 30). To save on space, I'd like to have the column header for 2 digit columns (e.g. 10) be aligned vertically - that is the&n ...Show All
