VS 2010 Can't find string in html code
I'm trying to check if a string exists in the html code but seems like the if statement cant find it, I also posted the html code to a text box (The line exists) but still can't figure this out! HTML...
View ArticleVS 2012 How should I save the data in my program?
Ok so I'm new to vb and I won't lie I'm stumbling left and right trying to figure this out. I have a program that I am working on that we will enter information into every time a phone call comes in. I...
View ArticleHelp with some code
I need some help with some code I found on freely distributed on the net. Unfortunatly I've lost the website to give credits so if anyone knows it please say and I'll give all credits. Anyway I'm new...
View ArticleVS 2012 display a number from a textbox
would it be possible to display a number thats that is in a text box that also has letters and symbols in it?
View ArticleFinding Duplicate Strings in an Array
Hi all, I'm working on an assignment and I'm about 80% done. I have to create a program that asks for 10 random words to be inputted by a user. So far, so good. Then the program has to alert the user...
View ArticleVS 2010 Little more assistance
Does anyone know how to do this? I've been googling drop down menu button vb.net but it's not like that, when you press that button it shows up a list then it's displayed in textbox. Could someone...
View ArticleWorking with Container controls
Need some help understanding how these work. Here's a simple example. VS2012 New Project - One Blank Form Add a "Panel" control - Background Pink Add second panel - background Yellow Move pinlk panel...
View ArticleVS 2012 Accepting Project Requests
Hello guys. I am willing to start accepting Visual Basic 2012 project requests. Please make your request like this: Main Program Request: Includes(Any extra "addons" you want): ################ My...
View ArticleVS 2008 add numbers from a text file
Hi How can I add numbers from a text file (and there are only numbers in that txt file), without using IO.File.ReadAllLines is there any other method? I can't use the above because my code must work on...
View ArticleMS Excel 2010 with VB.net...close opened excel file...
Hi. I have two scenarios I need to do but don't know how. 1- Check to see if that excel file is already opened. If so then close it before writing to it else VB.NET will complain that the file is...
View ArticleDataGridView BackColor won't reset?
I have a datagridview in which the user can select multiple rows. When they do this, the row's background color changes. That works fine, however, I have a button on my form that when clicked, should...
View ArticleOLEDB connection question
I am querying and appending to a database using OLEDB in some of my code. However, this code is going to be used on quite a few computers on my network. All of them have access to the .mdb file I am...
View ArticleHttpWebRequest only working with a Fiddler proxy?!
Hi VBForums, I will keep this short and too the point. I am sending POST requests to a web service API using the HttpWebRequest/Response objects. During testing, the POST requests we're working totally...
View ArticleVS 2012 How do I verify a button if it's clicked
HTML Code: For i = 0 To TABLE.Rows.Count - 1 matchformat = "( " + UCase(league.Substring(0, 3)) + " ) " + " - " + TABLE.Rows(i)("ora") + " - " + TABLE2.Rows(0)("nume") + " - " +...
View ArticleVS 2012 Find 5 digit numbers in a bulk text
Hi guys! Let's say I have a bulk of text contains numbers and letters randomly -totally a meaningless paragraph. What should I do to say "find a five-digit number phrase in this bulk"? Thanks a lot!
View ArticleVb2010
Hi, I am new to vb 2010 and am in the process of converting program's that I have written in vb5 ( yes, I am late ). My vb5 program is a map with a label on every country which I can click on to bring...
View Article[RESOLVED] Preventing the Blue color from showing when selecting a dgv row?
How do you prevent the default Blue from showing when a user clicks on a row of a DataGridView? Can it be disabled? Thanks,
View ArticleVB 2010: Show form every other minute
Hello! I need help with my current application. I have a form with a video player, and I want it to show up every other minute in front of another form (My startup form). When you switch to the third...
View ArticleVS 2010 Datatable expression COUNTIF or equivalent
Hi there.. In Excel it's possible to do a COUNTIF function on a column... eg say I had a named range called REF filled with A A A A B A B formula would be =COUNTIF(REF,"A") In my datatable I have a...
View ArticleVS 2012 Toolbox builder (Get inside for more info).
Hey all. I was wondering if it's possible (and how) to create something like this. I want to make a program that makes you a launcher for a game. You import the game's .exe, and you can also resize the...
View Article