Button click help??
What do I need to add to this code to make a button click on the joystick do something? If anyone can help, this is the last thing I need to complete my program. Thanks! Imports System.ComponentModel...
View Article[VS2008] Windows.DispatcherTimer Causing strange behaviour in word addin.
Hi im posting this here because i feel the problem is being caused by the timer (specifically UI thread) and not office, but im not sure. i have various posts trying to solve a problem of checking...
View ArticleAny vendor have a good form/control resizer?
I'm an avid VB6 programmer finally moving to VB2010 (or 2012). In VB6 I used Seekfords resize control which works extremely well. It eliminates any need for extensive code for resizing controls, fonts...
View ArticleVS 2010 [RESOLVED] Error on setting checkstate in a CheckedListBox control
I have a CheckedListBox control that I fill with DataGridView Column HeaderText values. If these columns are visible, I would like to set the CheckedListBox Items to "Checked". My code is as follows:...
View ArticleConverting date to the day of the month
hello I'm Trying to convert a string containing a Date. Code: Dim sDate as string =" Feb 2012" dim InDateFormat as date = cdate(Sdate).toshortdatestring The result would be 02/1/2013, the VB...
View ArticleVB Express 2010: Disable Num Lock in my form?
Hello! :) Is there any code that lets you disable the activation of Num Lock? Because this is very important for my form.
View ArticleRichtextbox search and color change?
Ok here is my problem, i've been trying at this all day... I have an application in which loads a directory structure into a richtextbox based on where you search \\joi\al\users\awiles...
View ArticleVS 2008 array's within structures
I am upgrading some old vb6 code and within that code I am working with an array that is in the structure Sample_Data_Type. The following sub was inserted at upgrade to my structure: Structure...
View ArticleVB.NET - Best method for applying changes with Datagridview and SQL to Excel
Hello, I am building app with the following: - Microsoft SQL Server - Visual Studio 2012 (Visual Basic) I have a database where I have a table with all required parameters as ID, TAG, Unit, Formatting,...
View ArticleVS 2010 Datagrid >> XML >> Website Hyperlink
I have a datagrid that connect to my xml file and displays 3 columns of data, the third which is the website links, how can I have it so those website links become hyperlinks, can someone assist me...
View ArticleVS 2010 How to make that Timer use only one repeat?
Hi, my english is poor because i'm spanish, sorry. I need to make that a timer only use one repeat when i touch hotkey and stop. For example, if I want that the timer1 write "CXZ" and stop. Actually...
View ArticleVS 2010 .net browsercomponent with upload function?
i have a program which automates the filling in of a form, i used setattribute and invokemember("onchange") and invokemember("click") for this, and i also need a way to upload a file automatically, the...
View Articlei have error saving in database
hello guys, please help me to fix my problem.. i am trying to add record in my database in mysql.. i have this codes below: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As...
View ArticleNeed help with Geckofx, Making a simple program.
Guys i am making a traffic exchange viewer(Bot) for my own traffic exchange : http://skillerzforum.com/exchange/ I have used normal default IE browser before and now i just copied the same code with...
View ArticleVS 2008 How to sort
Hello I have a string array named wantToSort with 10 elements, and I would like to use some kind of sort command. Please show the actual line(s) to do this. I've read about sort in Help and got...
View Article[RESOLVED] How to write this shorter?
hey guys, I have a question. im trying to make 25 pictureboxes the same picture. i have it written like this now: PictureBox1.Image = ImageList1.Images.Item(0) PictureBox2.Image =...
View ArticleHow to write this shorter?
hey guys, I have a question. im trying to make 25 pictureboxes the same picture. i have it written like this now: Code: PictureBox1.Image = ImageList1.Images.Item(0) PictureBox2.Image =...
View ArticleVS 2010 ListView collect entries problem
Hi, I have a listview with 2 collumns. The properties of listview is: Multiselect: False View: Details, GridLines: True FullRowSelect: True The user will add data to the listview. At the end i want to...
View ArticleCannot Open Access in VB 2008
Dear all, I have been trying to open my Access Database without success. In the beginning there are no data sources, so I go through the routine of adding a new data source, and receive the following...
View Articlesteps of create a vb.net program with ability to replication under sql database
hi i want to create a program with vb.net that include a sql server database . i want install this program on several seperate system .this program's tables update with replication between all systems....
View Article