VS 2008 Deleting letters from integer
Hi ! I have made a simple program where you type how much you want to do something (Dim howmuch As Integer) and then howmuch = TextBox1.Text and it works, but when i type a letter instead of number...
View ArticleVS 2010 How do I get jwplayer to play multiple flv files consecutively? using...
How do I get jwplayer to play multiple flv files consecutively? using vb.net. Just to further clarify, what I'm wanting to know is when jwplayer has completed playing a video so I can begin it playing...
View ArticleVS 2010 Error with execute multiple SQL statements using a SqlCommand !
Hi all I am tray to execute multiple SQL statements using a SqlCommand, but it gave me error : there was an error parsing the query. [token line number = 1, token line offset = 150, token in error =...
View Articlesumming up user selected parts of an array + adding letters at end of...
i have an array consisting of 34 entries, 0-33, i want to sum everyone from 0-21. i wrote this for loop thinking i solved the problem, but i realized it doesnt when the arrays change value For i = 0 To...
View ArticleVS 2010 How do I fix? Error: Select' is not a member of...
Keep getting error: 'Select' is not a member of 'System.Collections.Generic.List(Of String)'. I am rendering x86 and using framework 2.0 (as its unnecessary for the direct player I'm using) How do I...
View ArticleVS 2010 Need to read Registry binary
Basically, my code Code: Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load Dim readValue As String readValue = My.Computer.Registry.GetValue _...
View ArticleUploading Image To Website Using It's API
Hello, I am not sure if this is the correct place for this topic but it seems to fit in decently. I am an owner of a image hosting site and I am currently working on a project/application that will run...
View ArticleVS 2008 How to stream windows console's output to a listbox?
Hi, I'm very new to VB.NET. I'm trying to capture the text shown in a batch file when executed, and show it in a listbox in real time. I Have tested many codes but none of them worked. I think it's not...
View ArticleTrim text...
Hey gang! Simple question here... I'm trying to remove the beginning of a string of text that contains the users name and information. Username: This is the info i need What I'd like to do is remove...
View ArticleFormat Textbox as negative Currency only
I have 2 textboxes that are formated as currency but one is only going to be for negative currency like a coupon... say $.50 off. So my current code is Code: txtCoupon_Validating(ByVal sender As...
View ArticleVS 2008 Little Help About Vb.Net Applications
I was wondering, is there a way that A Vb.Net Made Application Unable to decompress i mean there are people that ruins our works by decompressing it and using the codes without crediting and without...
View ArticleVS 2010 button behavior to avoid multiple clicks
hi I have a button which becomes grayed and inactive when you click on it but if you clicked two or more times instantly it memorize all clicks despite that Private Sub Button1_Click(ByVal sender As...
View ArticleVS 2010 A Bit Of Help Please
Is there anyway I could extract text from a website and place it into a textbox? The only ways I've found are just how to extract the source of the site, but never the actual data that I need. Is there...
View ArticleVS 2010 A student problem :/
Hi, I am a student and my teacher has given me a task for my christmas vacation. I am working with Visual Basic 2010. Sorry for my bad English, I will try to tell the task clearly. So... lastly we were...
View ArticleVS 2010 Form removing zeros when saving
I have two different forms that use datasets to save data to access database files. Each form saves to different files that are setup the same way, just in different locations. Both forms use textboxes...
View ArticleVS 2012 - Database addnew
Hi guys I have just installed visual studio 2012 and tried to find my answer on google but its useless :( . So im asking you first off all is there any youtube channel or website to learn visual basic...
View ArticleVS 2010 Index was outside the bounds of the array
Hi All, I have the following file, with blank row after every section: Code: Country - Levski;Team oper;A;E1914;BGR.BGN - LV - 19140101; Napravlenie kategoria;Validno ot;Vremevi paket. referencia;obekt...
View ArticleVS 2008 Set programmatically the maximizebox click
Hi, I inserted a datagridview in my application and I set its width like this: dgvNumber.width = 50 When the user clicks the maximizeBox, I want the width of that datagridview to be set automatically...
View ArticleVS 2010 Server to send messages to multiple clients
Hi Guys, I'm working on a project that would use a server and multiple client PCs. Here's what I want to do: Attachment 94643 multiple clients are connected to the server. The server can then enable or...
View Articleplay different sounds from resources using dim string?
I have this code: Code: For i As Integer = 1 To 4 Dim btn As Control = Me.Controls("button" & i.ToString()) bttn.Add(btn) Dim beepx As String =...
View Article