Hey all! So I'm trying to access a few pages from a website. Staples.ca to be more precise. sending information into the search property of the site and trying to grab the source code of the page of...
Looking at the ListboxCombobox sample. I don't get it, that appears to be exactly what I have. The only difference is my code for that part is located in a module, and I have to refer to my main form...
I have a combobox with whose contents get populated via code. Works ok. But When I select something in the list and hit 'OK' it always returns as: nothing, "", or -1 (tried with .selectedValue,...
This is true. I do already have a button called submit... but how do I place the once I'm making in VB.NET then? The exisiting button is an <asp:button> in a particular location on the page, if I can...
Because the WithEvents has to match the actual name of the button, right? no matter what name i set the button to I'd have to name the WithEvents to the same thing, unless I understand that wrong
I've got a listView item, and it has Multiselect enabled. I need to program a button to select everything in the listView and another to deselect everything. I don't know how to use SelectedIndices...
Okay, I have a file name + directory as a string. What I'm trying to do is separate the file name (with or without) an extension from the rest of the directory. The point is that it is supposed to be...