VS 2010 The Process Cannot Access the File Because It Is Being Used By...
I am getting this error at this line: My.Computer.FileSystem.RenameFile(objListViewItem.Text, InputBox("Please enter the new name of the file.")) Sometimes I get the error, sometimes it works. No open...
View ArticleChanging the format of a databinding
I am using vb in VS 2005. I have a label that I bound to a date field in a dataset The following: lblAuditDate.DataBindings.Add("text", dsResults.Tables("2013_results"), "auditdate") shows it as...
View ArticleVS 2010 index was outside the bounds of the array error
Hello, I'm a newbie program developer and i'm using visual studio 2010. I got a problem named "index was outside the bounds of the array error" I can't understand the problem.. Please help me..I'm...
View ArticleVS 2010 Textbox to Datagridview to Access Database not updating
Hi guys, Looking for some help with this one. I have an access database which is being read into a datagrid view. When I type directly into the datagridview and press "Save" it saves perfectly. But...
View ArticleVS 2010 Help with assignment
I need help with a school assignment I am working on. I am completely lost. Create a Visual Basic application to budget for a vacation you are planning. In this application the user will be able to...
View ArticleVS 2010 [RESOLVED] How can I make the button becomes invisible when I hover it?
How can I make the button becomes invisible when I hover it? Got button1 and button2, i want button1 to be visible at first, but when my mouse is in button1 i want button2 to show. Sorry for my english
View ArticleVS 2010 Escape key to close out Form/Window
Hi all & thanks for looking. I was able to pickup keyboard button presses in VB5/6 years ago & I am trying to do this new (years later) in VB 10 Express. It is so frustrating, but I cannot seem...
View ArticleVS 2010 Modify User Control from Application Design?
Hi guys, I just made a simple user control (my first one) so I have close to 0 ideas about how to manipulate them. Anyway, my user control has 3 pictureboxes with a bunch of code. What I would like to...
View ArticleFile I/O of a structure with field 'ddcs' of type 'UInt16' is not valid.
Hi, in my program, I'm reading a binary file to a structure. In the structure, I have one field called as 'ddcs' and it need to be declared as UInt16. However, there are exception prompt when I try to...
View ArticleCant find Data in DataGrid
Code: For i = 0 To ComparisonDataGrid.RowCount - 1 If foundvalue = 0 Then If tREF >= Val(ComparisonDataGrid.Rows(i).Cells(0).Value) Then...
View ArticleKeyPress - help
Hello! I want to know..how to make something like this: form1 opened... by pressing T (keyboard) it should do some actions (e.g. label1.text = "Nice") and how to disable the code -> 'by pressing T...
View ArticleVS 2010 Moving my form1 doesnt work at formborder = none?
Moving my form1 doesnt work at formborder = none?
View ArticleCalling functions
I posted this in the wrong area.. I really need some help with my first vb application. It is a basal metabolic rate calculator I got to say I am really new to vb and it will show... Ok here goes.....
View ArticleHow to package a VB program for installation on other PC's
Hi, I took a couple of VB classes in college so I'm sort of an advanced beginner I guess you would say. What I'm wandering is this: If I go and download a new program, say adobephotoshop.exe...when I...
View ArticleVS 2010 [RESOLVED] Changing the Location of a Control
My aim in this thread is to find a way to change the location of a text box easily. I have tried: Code: TextBox1.Top = Me.Size.Height - 120 TextBox1.Left = 0 ListView1.Top =...
View ArticleExporting charts at runtime
Hi All, I'm working on a program where I need to be able export a chart at runtime to both Excel and Word. Is there an easy way to do this? I don't mind if this needs to be in an image format. Thanks!
View ArticleVS 2008 Microsoft.VisualBasic.powerPacks 9.0.0.0
HI to all: Can anyone tell me where i can find the Microsoft.VisualBasic.powerPacks 9.0.0.0 in file .exe? I had Find VisualBasicPowerPacks3Setup.exe mas not version 2.0 THanks
View ArticleVB.net for Android...
Hi, first off all I know that VB.net is Windows and Android is Linux. Anyway I wanted to ask if there is a program for developing apps for Android with the same coding like in VB.net? I have read some...
View ArticleUsing System.Reflection
Need help/example of using system.reflection, code below. Code: Imports System.Reflection Public Class Form1 Private Sub b1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
View ArticleStart Embedded Youube Video On Website
there's a youtube video on the sites below embedded into the site and I cant figure out how to start them threw my webbrowser Code: http://likenation.com/p.php?p=youtube&vid=639...
View Article