VS 2010 2D Array Help!
I am attempting to design a username/password logon system using 2D arrays, but keep coming across the same problem, that the 'GetUpperBound' seems to cause many a problem. My code that I have...
View ArticleSaving Data under Specific Name
Hey guys, I would need you to help me with making part of my new project. I will need to save a lot of data (Paths to programs to be exact), and name them with specific name. So I want to save string...
View ArticleNew projects opens an old one
I am looking for solution for a while.. anytime i open a new project at visual basic, i get the same first project i made, with some debugging ishues. i want a clean blank white pages!! please help...
View Article[VB.NET] Multithreading a large number of web requests
Private Sub threadimportbtcUSD() Do Dim postReq As HttpWebRequest = DirectCast(WebRequest.Create("https://btc-e.com/api/2/btc_usd/depth"), HttpWebRequest) Try Dim risposta As String...
View ArticleWindows Explorer Default Program Icon
Hello and thanks for viewing this thread! I come today with a problem relating to project icons...I have set my project icon as a .ico file (mandatory), and in Windows Explorer, I click on Open With...
View ArticleVS 2012 connecting through a proxy
hey guys, i need some help in here, i need to establish a httpwebrequest using a proxy, the problem is not how to do that but my problem is that i have a list of proxies in a listbox for example , and...
View ArticleVS 2008 Message after converting VS 2005 Project into VS 2008
Hi. I have a project, created in Visual Studio 2005 (in vb.net). I converted it into VS 2008, by the default wizard. After converting, a message appeared that your project is successfully converted,...
View ArticleVS 2008 I need some help with something..thats giving me a headache trying to...
Awhile back i asked for help with an array or something i really don't recall,,but was answered by .Paul who gave me this code which helped out great. Code: For Each udtManual In ItemList...
View ArticleTransferring ListView Checked Items to Text box taking too long
Hey guys, I have a list view that takes values from an analog sensor hooked up to an arduino board. The sensor reads values for a while then I need to transfer them to a text box, or string, or stream...
View ArticleString Characters replace help
I need some help with the following code please. I am new to programming so any support is appreciated. The code below is meant to replace the letters of any given message. The letters of the variable...
View Articleif richtextbox2.lines.doesnt.contains(richtextbox1.lines
then add richtextbox2.lines to richtextbox3 ---------------------------------- my code: For Each RTB1 As String In RichTextBox1.Lines For Each RTB2 As String In RichTextBox1.Lines If...
View ArticleVS 2010 [RESOLVED] DataGridview.currentCell()
Hi, i have a dataGridView and I'm trying to automatically move focus to the second cell on the current row when the first column receives focus. i tried these 2 methods below and both returning errors...
View ArticlePopulate combobox with structured array
I have a ms access database that I am retrieving the database from and storing into a structure. Next I'm trying to populate the comboboxes with the values in the structured array but comes up blank....
View ArticleVS 2012 Creating list based on format?
User gives format x#, suggested output: Code: a0 b0 c0 ... a1 b1 c1 ... That is an easy task with nested for-loops. But what about dynamic-length formats? I want the user to be able to input a format...
View ArticleVB6 Resume in .Net (error handling)
In VB6 error handling there is the "Resume" command which lets us try running again the line which raised an error, this was handy to me in errors pertaining to connection where the LAN may just have...
View ArticleVS 2010 [RESOLVED] Retrieve the active browser tab url
Hi, I´m writing a program in vb.net that should retrieve the current url of internet explorer (that is, the url of the active tab). I know how to get all urls, but I need to find the one that is...
View ArticleVS 2010 Problems loading .backcolor using color codes
I've some pictureboxes where I select the color from a colordialog and then I save the color in a settings.ini file. When I load the program, the instruction Form1_Shown loads the colors from the...
View ArticleVS 2012 Tts ssml
I have developed a Visual Basic.net application that uses TTS (Text To Speech). Can I please have some help to use the SSML Markup Language. Here is my code:...
View ArticleVS 2012 Saving files in AppData Folder
I have written a Visual Basic.Net application in Visual Studio 2012 Ultimate. When this application is installed to the `Program Files` folder, when files are saved, they are located in this location:...
View ArticleVS 2012 Posting Hyperlinks - How (Lots)
If I have a group of websites what is the easiest way for me to post them so they're hyperlinks Code: http://www.aaaa.com http://www.bbbb.com http://www.cccc.com http://www.dddd.com http://www.eeee.com...
View Article