[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[SOLVED]
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 Getting Arrows on the Start Menu
Hello again everybody, sorry for the rapid questions. The following picture is cropped from a Print Screen. It is the arrows on the start menu. For example, on Word, it will say Microsoft Office Word...
View ArticleVS 2010 Connected to pop3 now to retrieve
Hi Guys, I have successfully connected to a pop3 server using the code: Code:   Private Function SendCommand(ByRef pNetStream As NetworkStream, ByVal pstrCommand As String) As String     Try...
View Articlecrystal reports & vb.net
Dears In my project I want to create a crystal report. for this I created a new form which I can open by clicking on a button however when I do this I get this error Attempted to read or write...
View ArticleVS 2008 multiple parameters
I'm look for a way to check if a string contains several difference terms. It's an "or" function. If x_string.contains("car", "plane") Then - syntax error If x_string.contains("car") or...
View ArticleVS 2010 [RESOLVED] Sorting an array and showing it in descending order
I've the next variable: Code: Dim MyNumbers(0 to 50) as Integer In a textbox I introduce numbers from 0 to 50 and I want that in a TextBox appears the most repeated 10 numbers in a descending order.
View ArticleVB editable dll
Hi, I have a question about a way to make that class loads from a editable file.Something like a .dll file that's not compiled and can be edited, but works the same way as .dll file.I know that's too...
View ArticleVb web browser help.
Ok i need some help on getting a web browser in vb .net to edit or replace a websites css file to change the look of it. I know how to edit the html of the page just not a pages css file
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 Articlehow to query a local node?
How can you make the ff expression to query just a local node. If the condition is not satisfied it must exit. It must not escalates thoughout the file. I want to filter using text which is sitting...
View ArticleCalling Java Script from VB
Hi, Do any ideas how do i call a JS(Java Script) function from VB application that returns value like a integer for example?
View ArticleVS 2010 Help - print chart on multiple pages
I need help - I am able to create a graph using chart onto a form from a text file with about 7 million lines. When I print this graph I only get what I see on the form - how can I print the whole...
View ArticleVS 2010 [RESOLVED] Apache MQ Read Local Queue - C# Code Converted to VB
Currently I have ApacheMq running locally and have managed to get the following code working to read the Queue. However I don't really understand C# and the rest of my programme is created in VB. Hence...
View Article