VS 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 Article[RESOLVED] Transferring 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 2010 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 2008 Display search results of a MS Access 2010 database into a combo box...
I need to have my program be able to search each column on a database until it finds matches, then output those matches into a combo box. I have currently programmed a way of it searching one column...
View ArticleVS 2010 Parking Ticket Fine Program
Hello there I am working on a program from my class and I am having one trouble item. When I click on the clear button it works properly but the group box does not clear the select radio button, how...
View Article[RESOLVED] Sorting colors by shade (or like it shows in the property window)
i am adding a color list in a combo box....using the code below. My question is.. is there a way to sort it the same why the have it listed in the properties window? so the colors are grouped? Thanks!...
View ArticleVS 2010 [RESOLVED] Insert Into MySQL
Ok, so you helped me check the database, now I need help inserting into it lol: Code: Using Command As MySqlCommand = Connection.CreateCommand Try...
View ArticleVS 2010 [Solved] what the code for making a file on clicking button and how...
so hi bros i was wandering abute how to make a code abute making a code that will make a text file in the same folder as the program there like if the program in the desktop so after he\she will click...
View Article