Answer Questions
amzzz BUG: Unhandled exception in system.windows.forms.dll
I have the following code: Dim BuilderForm As frmBuilder BuilderForm = New frmBuilder(_LastChangedFile.Path) BuilderForm.Refresh() BuilderForm.ShowDialog() And get the following exception on the last line: An unhandled exception of type 'System.InvalidOperationException' occurred in system.windows.forms.dll Additional info ...Show All
UberMensch ListView in dotnet: Getting currently displayed items at scrollbarposition
Hi, how can I get only the items that the user actually sees To be more exact: The items that are shown in the client area at the specific scrollbar position the user currently has set. Greetz, Sven. If you are using the ListView in details mode: Use the ListView.TopItem to get the first item currently visible in the list. Then call ListView.GetItemAt using x=1, y=ListView.ClientRectangle ...Show All
Ameabaspy hello guyz help me !!!!
i ve a series problem with nt windows like "2000,me,XP" when i press shutdown the computer restarts i ve an intel motherboard p4 1.7 can u help "NO more easy cd creator software or this stuffff" THNX ...Show All
M-Star form's focus question
Hi, There's a problem in my program, due to the limitation of my knowledge, I post it for your hands. The technique background is VB2005 After the "OK" button of a dialog is clicked, a new form composed of a webbrowser will be opened. However, the new form could not get the focus which remains on the original main form comp ...Show All
Bob__Bob MultiSelect ListView & SelectedIndexChanged
When a listview's multiselect property is set to true, the selectedindexchanged event fires once for every item removed or added to the set of selected items. Is there any way to determine when the selecteditem collection is done being updated &nb ...Show All
Anand Kumar S.R DragDrop Icon from desktop
How to implement DragDrop desktop Icon on MyForm, so user can click on it and use its funcionallity as a shortcut... Thnx... ...Show All
dlussier Non-responsive IExplorer 6.0
well then, since I am new to this forum, could you please direct me to the right forum for this question I can't seem to find it on the list of numerous categories. Thanks, Devin If you read the post it informs you of the correct place to post. ...Show All
Darren Shaffer User Control constructors
I'm new to Windows Forms ... It is nice to design User Controls that initialize themselves in their constructor(s) ... possibly with various parameters. This indicates that controls on a Windows Form should be created programmatically. However, in many cases  ...Show All
John Simpson 2000 Static Child in MDI
Hi, I am developing an MDI application. I have a need that there should be only one instance of the each child which can be opened. Say i have a "Add Stock" form, so if its open then when user clicks on Add Stock Menu the&nb ...Show All
ivanw Application.StartupPath???
I seem to be having trouble with Application.StartupPath. It works fine until I call A OpenFileDialog. Then the startup path is amended to whatever the directory was that the file was opened in. example.. ----------------------------------------------------------------------------------- ...Show All
gustsnts Dynamically resize a control after user controls are added.
Hi, I'm developing a business rule management application that, basically, let the users create their own rules and the evaluation for that rule. I have 3 types of evaluation controls: a comparing control, a simple control and a composite control. The idea is that the user can create any type of evaluation, as he adds those controls. So, while he adds, the parent evaluation controls (user control) and the main user control should ...Show All
Kristian Dupont Teaching .Net in Colleges
In January 2004 (possibly in September 2003), I will be teaching VB .Net at a local college. I was wondering what kind of ideas my friends over here have for me. Also, does anyone know of a school that is already teaching .Net I'd li ...Show All
Jack gillespie Small problem with a e.cancel in a KeyPress event Plz help
private void textBox1_KeyPress(object sender, KeyPressEventArgs e) { if (!(Char.IsLetterOrDigit(e.KeyChar) == true ||(e.KeyChar)==8)) { e.cancel = true; } } i tried the above code for my alphanumeric filter as a textbox it is giving me the following error.: its saying : --->System.Windows.Forms.KeyPressEventArgs' does not contain a definition for 'cancel' <----- help! how can i ...Show All
fornol IExtenderProvider for DataGridViewColumn's doesn't work
Hi, I'm trying to extend the DataGridViewColumn's dialog with some properties. It works fine with the DataGrid control and the table styles, respectively column styles. With .NET 2.0 and DataGridViewColumn the extending component's "CanExtend" is still called with the DataGridViewColumn instances and returns "true", but no properties are being displayed in the edit columns dialog of the grid. And now the question is: how can I extend the column ...Show All
SHAS3 Eumerate Sub-Folders
All, I am trying to write something that you can point it to a directory, ex. c:\library, and it will tell me what the sub-folders are in that directory. The reason that I am doing this would be to create something of a dynamic library. &n ...Show All
