VS 2010 Custom ListView control max characters.
Hey. I'm using a custom ListView control Chris001 made for someone here, add it to your project and build. Code: Public Class ListViewEx   Inherits ListView   Private imgList As New ImageList...
View ArticleVS 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 ArticleVB Focus on Certain Character in TextBox
Hello again guys, I have a tabbed Rich Text Editor (I use CType to control the text box, so keep that in mind). Anyway, I need to find a way to focus on a certain character in the text. For example, if...
View ArticleHow to put a VB.net application onto my website?
Hello. I have a VB.Net application that I would like to put onto my website. I have a webhosting account with Godaddy, and I am using WordPress. Is this possible? Code: Public Class Form1 Â Â Â Private...
View ArticleTrying to update a record.
Hi I am makeing an adress book, for some reason I decied to ditch my old method of flat files and try the new .NET databases big mistake it took me like an hour just to find out how to add a record,...
View ArticleInput box with numbers and string.
I'm trying to do something like this: when the user pressed the button, it will first ask him to put selection 0 text with ok and cancel button. If he presses ok, it will ask agajn but for selection 1...
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 Article