VS 2012 Detection of pressing a button on a web page.
Hi all, I would like to detect BUTTON pressing on a WWW. For example, when you press the button pops up the message "OK" I know his ID. Code from site below. How should I properly programmed? Code:...
View ArticlePrint pages in sequence
I need to print fixed document reports for learners as a single print job. How do I stack and send these reports in one click. I can print one page at a time by clicking the Print button on the...
View ArticleVS 2010 MSChart - Add second series
Hello, on my MsChart i have the first series with dates on X axis. I want to add another series where to add points depending on values on X axis. If i want to add the date "2013-01-01" with value...
View ArticleReturn an Access DB value based on combobox value
Hi - I have read many posts on this, and (as a beginner) cannot get this to work, so am seeking advice please. My access database has two tables. The first table ("Advisers") simply contains two...
View ArticleWeb Page Logon
Ok . I am trying to write some code to logon to a webpage. I have a form with webbrowser1 navigated to the login page. the script for the input of UserId, Password and Submit inputs is as follows....
View ArticleVS 2012 populating listbox
Hi i need help populating a list box from a openfiledialog. I am adding multiple items and this is for a media library i am making. Basicaly i want to add a list of folder and files, and all files in...
View ArticleSort by Columnheader click
I want to make listview to be sorted by columnheader click. I made code like this. Code: Class ListViewItemComparer Implements IComparer Private col As Integer Private...
View ArticleConnection string for connecting to a sql server 2008 express database on a LAN
I am using VB 2010 Express with a sql server 2008 express database for the first time. I am using windows authentication. The Sql server database is on a computer named "NewLaptop". This connection...
View Articleimage gallery from database
hi i am attempting to create a image gallery using images stored in a vb database. now i know how to attach the image in a database BUT the issue is i have no idea were to start for the image gallery....
View ArticleVS 2010 VB2010 : how to detect mouse collision with a point?
Use the following controls on form1: - button named button1 - picturebox named XY - checkbox named checkbox1 past the following code in the editor: Code: Public Class Form1 Public bmp As Bitmap...
View ArticleVS 2012 Web Request Time Out
I am getting a timeout error from the following code: Code: Public Function DoesHTTPFileExist(WebAddress As String) As Boolean Dim HttpWReq As HttpWebRequest = _...
View ArticleVS 2012 TryParse a Double
I have a variable (ApplicationVersionInformationArray(0)) that holds the following value: "1.0.0.1" What is the best way to determine if this value is larger than 1.0 Here is my current code...
View Article[RESOLVED] Regex Problem in VS2012
Hi, I want to scrape some values from a html file and I can do this well using Regex in a regex editor but when I put the pattern in VB I get errors (VStudio will interpret the " from the pattern as...
View ArticleInvoking webpage submit button
Hi all, I am having a bit of trouble invoking a button without any id or tag name from a webpage. Here is the html code. <div class="sbSubmit"><ul class="buttons floatRight"...
View Articlewindows service hanging issue
windows service hangs while reading certain .doc document when it finds corrupt docs. is there any way to catch this error message and skip this file? Attached Images
View ArticleVS 2010 Why my Application is closing?
When I click on a button or LinkLabel my application closes automatically. Why is this happening?
View ArticleVS 2012 Form Properties
Is it possible to set a forms text property at runtime, such that each time a form is loaded, the .text is shown that is the new value rather than the value set at design time?
View ArticleVS 2010 [RESOLVED] Webbrowser not clicking login
Hi Guys, I'm trying to login to a site via the webbrowser control, i can set the user/pass fields fine but the "Login" button doesnt have an id: Code: <div...
View ArticleVS 2012 PictureBox over PictureBox
I would like to know how to make a picturebox would not get on each other and can see both without some overlap. The only way I know is to pin down one picturebox Parent as the other but in this case,...
View Article