Read the keyboard layout
I'm developing a program similar to On-Screen Keyboard, it is almost finished but one thing i cannot do, i want to automatically read the current keyboard layout and show it on the buttons caption.
View ArticleVS 2012 Application icon
I am not sure if this is the correct forum to ask this in but here I go: I have developed a Visual Basic Application, and have found an icon on the internet that is free. If I use this icon, and edit...
View ArticleVS 2012 How to click this button?
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 ArticleVS 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 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 ArticleEvent Proprety Object Created at RunTime
Code: Private Sub Form1_Load(ByVal sender As Object, ByVal e As EventArgs) Handles Me.Load Dim saves(), paths, nome As String Dim data_save As Date Dim i As Integer = 1...
View ArticleVS 2010 Chart object and custom data point labels - Can set, but not...
Hi, I have set some custom datapoint labels, but they are not showing or if they do when setting IsValueShownAsLabel=true then they display the Y axis values. Code: With embChartTabPage12...
View ArticleA tricky - object reference to set to an insance of reference - case
I use a loop to create a wpf document with four datagrids and other controls at runtime/by code. On the first cycle, the loop loads the window to creates all controls instances and populate the first...
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 2010 Invoking 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 Article