Forum: VB.NET Nov 1st, 2007 |
| Replies: 1 Views: 6,293 With a ComboBox there are multiple properties and events that interact.
SelectedIndexChanged()
DropDownStyle
AutoCompleteMode
AutoCOmpleteSource
Now I have a static collection of... |
Forum: VB.NET Oct 24th, 2007 |
| Replies: 2 Views: 1,110 Is there a generic (built in either to windows or VB.Net) Find and Replace dialog, like the simplistic one that's in Notepad, or do I have to design and write the Form from scratch?
Thanks
Jaeden... |
Forum: VB.NET Oct 17th, 2007 |
| Replies: 1 Views: 3,493 In the standard ListView this is a SortOrder property and Sort() Method, but there is no OnSort event than I can see, so how can i cause a Sort by a subitem column instead of by the ListViewItem.Text... |
Forum: VB.NET Oct 15th, 2007 |
| Replies: 0 Views: 1,155 Okay,
Now I have made some changes from one version of my source to a new one, and suddenly the program hangs in the middle of it. I've gone over the source with a fine tooth comb and there... |
Forum: VB.NET Oct 2nd, 2007 |
| Replies: 0 Views: 5,749 Well,
I'm not sure how other people do it, but eh, for some reason VB makes my task excessively difficult, because it is so inter-dependent and integrated.
Now, HTMLDocument, is a Document... |
Forum: VB.NET Sep 20th, 2007 |
| Replies: 0 Views: 1,515 Okay,
I'm doing a bunch of DOM processing, which means I need to have HtmlDocument's created from a web address. However, the only way i know how to load an HtmlDocument is with a WebBrowser... |
Forum: VB.NET Sep 20th, 2007 |
| Replies: 0 Views: 5,449 Okay,
I have a standard ListView, in details view, with CheckBoxes visible. However, I want a different functionality to occur when I DoubleClick an Item and when I Check the CheckBox.
HOwever,... |
Forum: VB.NET Sep 11th, 2007 |
| Replies: 0 Views: 641 I can link in an ActiveX/COM reference into a project, but unlike VBA where the referenced COM library automatically adds the control as a valid "component" to be placed on the form, I can't seem to... |
Forum: VB.NET Sep 11th, 2007 |
| Replies: 0 Views: 1,827 Is there a way to determine if the mouse is hovering over a link in the WebBrowser component?
Thanks
Jaeden "Sifo Dyas" al'Raec Ruiner |
Forum: VB.NET Sep 7th, 2007 |
| Replies: 3 Views: 7,079 Well, that appears to be a lie to me then.
MainForm.KeyPreview is a binary equation.
1: Either it Previews EVERY key
or
2: It doesn't.
If it doesn't then it's a lie, and doesn't do... |
Forum: VB.NET Sep 7th, 2007 |
| Replies: 3 Views: 7,079 Okay,
How do I make MainFormKeyDown absolute GOD over everything else? I have a tabpage control, and I want CTRL+Tab to ALWAYS switch tabs. But several tabs have a Multiline edit controls that... |
Forum: VB.NET Sep 5th, 2007 |
| Replies: 0 Views: 4,008 Okay,
Given a runtime created DataGridView, I am trying to handle some of the clipboard /copy/paste functionality. Now, i've lookedup and found the function GetClipboardContent() as a member of... |
Forum: VB.NET Aug 29th, 2007 |
| Replies: 0 Views: 733 I was wondering how difficult it would be to make a menu item share the same line as a menucombobox. I would like an "Item" that is a check-able menu item, and when it is checked, a combobox to the... |
Forum: VB.NET Aug 28th, 2007 |
| Replies: 2 Views: 5,341 Is there a way with the VB interface to either:
GetTextMetrics (ie: take Label, and I want to get the Width of the text that would be outputted by that control.)
Determine if the Text is... |
Forum: VB.NET Aug 24th, 2007 |
| Replies: 0 Views: 1,050 First off, I use SharpDevelop for my vb.net work, and it has a weird glitch that it claims it's trying to load a non-existent file. This error is actually indicative of trying to access... |
Forum: VB.NET Aug 21st, 2007 |
| Replies: 0 Views: 422 Okay,
I've read the documentation about Class INitializers, but they don't work for me.
Public class FGBGColors
'Inconsequential class
end Class
Public Class ColorTableClass |
Forum: VB.NET Aug 17th, 2007 |
| Replies: 2 Views: 2,136 There once was a time when VB did not put on airs, thinking itself to be a little language it was great. And then they tried to make it into more than it should be and everything got fouled up.
... |