select 2 tables and include where clause
I have a single SQL Server SELECT search which I search for an Account via a AccountCode (Accounts) and then a user within that Account identified by the resulting AccoutID (UserAccounts) Code: Dim Cmd...
View ArticleAny way to register VB Express 2010 without internet?
I've installed via an ISO downloaded from MS via a link I found on a blog, I used my netbook and copied it via USB stick onto my desktop PC which has no internet connection. It's working but it says...
View Articleediting csv
hey! I have a .csv file (readable in excel), that contains amazon camera products I scraped. column 1 is product name ie. "Canon 6409u Digital Camera" column 2 is product description ie."Product...
View ArticleDim blackPen As New Pen(Color.Black, 3) -- pen not defined ??
i am trying to draw in a picturebox i have Imports System.Drawing.Graphics at top of form but in a subroutine i define black pen with Dim blackPen As New Pen(Color.Black, 3) compiler says that Pen is...
View ArticleVS 2010 Parse text / replace string ~ help?
Hi, I have been working on a little program that can read a chat log of a game called "Path of Exile" and let you easily read through your old chats even after closing the game. The reason I am making...
View Articleshow moving picture on different thread?
Hi, im not sure if this is even possible but ill explain what happens. I have a "preload" form, or even splashscreen if you will. In this screen it checks different things like the existance of the...
View Article[RESOLVED] How may I use more than 1 character as a red flag for removal?
Hello there. I have a list of items for a student game. I borrowed some older code from a bingo game that would let you take away numbers from the bingo list of numbers to be called. Now I am working...
View ArticleVS 2010 Countdown Timer
Hi all, I created a countdown clock reflecting the remaining time in hours, minutes and seconds on a page which is working well as far as the actual countdown goes. Unfortunately I found a problem: the...
View ArticleMYSQL Server Access Denied Help!
I've been trying to backup the tables of my database using mysqldump then suddenly I ran into entering wrong password and syntax several times. After trying again, it says "Access is Denied." How...
View ArticleBad File Mode?
Hello there. I have had the chance to try out some really neat software at school that helps with students morning routines, such as signing in/attendance, etc. The program will load up a student...
View ArticleVS 2010 vb.net sound effect
Hey, My application is not playing the sound effect and I don't understand why. Code: Public SEffect As SoundEffect Code: SEffect = OurContent.Content.Load(Of...
View ArticleHow to integrate a Javascript in HTA written in Vbscript ?
HI :wave: I have this code in HTA is used to convert text into HTML. Code: <html> <head> <title>Exportation du Code Source avec coloration syntaxique en HTML © Hackoo ©...
View ArticleFind and Display Values in textbox help!
I currently have a textfile in the following format: "[Contestants]Chris=12345Cody=54321Dylan=32451Michelle=98765" How do I pull the first name out and have it appear in textbox1 showing just the Value...
View ArticleStore data at end of compiled exe
hi does anyone know were I can find an example of placeing data at the end of a exe then reading it back, I am trying to make a self extractor. I know I can maybe use the old vb style get and put file...
View ArticleA question regarding the first page of VS2012 IDE
Hello, How can I change the background color of the first page of the IDE of VS2012? Thanks
View Articlevb.net WebBrowser control - click on link (it shows an error)
Hi I have used this code in vb.net to logoin to a webpage It works fine Code: Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click...
View ArticleLearning Visual Basic on my own. need help
I am very new to Visual Basic but do have a slight background in Java. I do not know how to explain the problem I am having so I will provide an example and hopefully someone can help me. I am using...
View ArticleVS 2010 [RESOLVED] Is there such thing as generic events for controls?
Hiya, I've got a form with 50 text controls. The common thing within these controls are their label which are incremented as such: txtOutcome01, txtOutcome02, etc... I want to be able to double click...
View Articlelistbox or array with two columns
i have a list box that i add file names into. the user clicks a browse button to open the file dialog and selects their files and adds them to the list box. Code:...
View ArticleVS 2010 Help with Visual Basic and Excel
So I am trying to make a program in Visual Basic 2010 with a form so that every time the form is entered it will add another row of data to an excel spreadsheet. With the code I am currently using, a...
View Article