Copy Text From A Text Box
Hi, I want to be able to copy text from a textbox to my windows clipboard. I have the code for that already "Clipboard.SetText(txtAccountNumber.Text & vbCrLf & lblCustomerName.Text &...
View Articlehow to detect folder name by first few character
Hi expect, i am doing a project and face some problem in DirListBox, The problem is like DirOrg.Path = "C:\Users\project" but for the folder "Project", the folder name is not only Project and will be...
View Article[RESOLVED] how to install DirectX for vb.net
Hello everybody; I have a problem, I've install DircetX, but I can't use DirectX in VB.NET 2010 What's the problem ?
View ArticleN>character removing code until char
I have strings generated by my program ex. {Eff_stun,Eff_poison},{},{},,,,,, I want to remove all "," from the rightside until it reaches "}" TO make it short I need: {Eff_stun,Eff_poison},{},{},,,,,,...
View ArticleHtmlElementCollection Sort Links
Code: Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click Dim PageElements As HtmlElementCollection =...
View ArticleVs2012
Im making a program in Visual Basic that is a Windows Application Form. It has 6 checkboxes and two buttons. I would like each checkbox to have a "value" than when the box is checked, the program takes...
View Article[General] - i need some advices\Sugestions
what a Sprite struture have besides Position and Size? i have 2 strutures(Sprite and Images(mask image inclued). and more 3 functions: LoadImage(), DrawImage() and DestroyObjects(). i wanted some...
View ArticleVS 2010 How to determine if a web page has been refreshed.
I'd like to pull data from a web site after it has been refreshed with new data. My first stab at it is to periodically compare text strings. However, there has to be a more elegant way to do it. For...
View ArticleVS 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 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 ArticleParent child relationship(excel) capture the parent tree structures
What is the correct formula to always capture the parent item which is dictated by the level in column B? Currently using this excel formula but doesn't work when there is more than 1 level 5 item for...
View ArticleVS 2010 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 Articleclear me please!
With a big amount of recorset data warth is the best in order of performance, with Acces data base? Set RS = New ADODB.Recordset RS.CursorType = adOpenKeyset RS.LockType = adLockOptimistic or Set RS1 =...
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 ArticleError 1004 (application or object error) : filldown command
Hi, I have a workbook which is running code and it creates a number of new workbooks. Upon creating a workbook, the code will copy some values to the new workbook onto sheet1 I then want to fill some...
View Article