VS 2005 Part of the Application not running in Windows7 64-bit
I have a full fledged application built in VB 2005. This application communicates with a custom hub made by our company. This application when i install in 32 bit windows 7, it is getting installed....
View ArticleGenerate Number for Password?
Hello. I've been searching through the net finding an answer to my problem. That is, I need to create in vb.net a generated password that consists of 8 number. I need only numbers for the...
View ArticleVS 2010 Problem inserting decimal into access database
Hello, I have the following code for inserting a decimal value into my ms access database (2007). Code: dim test as decimal = If(Me.txtPrijsEenheid.Text = String.Empty, 0,...
View ArticleVS 2010 Tool Strip
Hi Please have a look on attached image file, I want to create a tool strip as it is. Please guide me how can i create same. Thanks Ladak Attached Images
View ArticleVS 2008 member not found exception
in excel addin i have a form chartdetails : Code: Public Class ChartDetails Private myChart As Excel.Chart Private myChartQueryTable As Excel.QueryTable Public Sub New(ByRef chart As...
View ArticleVS 2012 [RESOLVED] Trying to make equal-sized cells in TableLayoutPanel
I'm trying to create a chessboard using a TableLayoutPanel of 64(8x8) cells, each cell to contain a PictureBox. I also want the chessboard to expand and contract as the user grows or shrinks the form....
View ArticleVS 2010 MS Access and datetimepickers
Hello, I have a form containing a datagrid and 2 datetimepickers. In the datagrid I want to show data from dates between the 2 datetimepickers (including the date in the datetimepicker) I use the code...
View ArticleVS 2008 Problem in code
Hi to all, I have a problem here with my code, lines marked as bold, once the code pass throught the lines and don't do anything, i mean the motor should stop but don't stop....I think the loop is very...
View ArticleVS 2013 [RESOLVED] Loop through all columns in binding source...
I am making a control and want to be able to get the data directly from a binding source... that is set via a property of the control. I need it to be able to get a list of column names, and also the...
View ArticleVS 2010 Question about two statements
What is the difference between these declarations?: Dim number = 0 Dim number as integer = 0 Thank you.
View ArticleVS 2010 Can't run program on another PC
I am in the process of creating a small database with search function. All was OK until the project is transferred to another computer (Windows 7). If I start the program, I get an error when I click...
View ArticleSimple Question.. Pls help me!
how to create a background music recorder recorder??? Pls help me...
View ArticleVS 2012 [RESOLVED] Triming Strings in FileInfo???
right here it goes.. I got a listbox called programlist which gets selected item to string. I do this so i can capture the location of a file and the file name. I am so confused and I have googled...
View ArticleVS 2010 How to modify a jpg image attributes
In windows 7, windows explorer, if you click on a jpg image at the bottom you see the following: -filename -Tags: Add a tag -Rating: -Dimensions: -Size: -Title: Add a title -Authors: Add an author Is...
View ArticleKeeping focus in the current DataGridView Cell?
I have a DataGridView in which the User is allowed to manually enter data in certain cells. Some of these cells allow for only numeric input. When they enter anything other than numerics, I popup a...
View ArticleVS 2010 How to filter apostrophes and dollar (' stud $') signs for ListView
Hi guys, When accessing a workbook, I'd like to be able to select the desired sheet and chart data from it. Now, I have modified a few snippets to look like this: Code: Dim conn As New...
View ArticleArray controllers
I want to create an array controllers, that I can control them after they created .. PHP Code: Dim NewLoc As Integer Private Btn() As Button Private Sub Button1_Click(sender As Object, e As...
View ArticleVS 2013 Get dimensions from paper kind???
There seems to be no reliable way to get paper dimensions from the paper kind ... I have looked for about an hour online ... but all methods seem to use either the PrinterSettings or PrintDocument. The...
View ArticleVS 2010 redirect language
Hi Any idea how to redirect a website according to the country or language for example, this is my website www.domian.com but if a person visits the website Spain, Argentina or Venezuela or Mexico,...
View ArticleVS 2012 listViewPrinter Error
Hi Guys, Got a problem and have absolutely no clue why or how to fix it. First I have set up and slightly modified the colours of the listViewPrinter that is available on MSDN here. This works...
View Article