VS 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 ArticleVS 2010 How to display the selected values in Label
Hi All, I need help to show the selected values from access DB to label box below is my access query to select the identical values exists in two tables and shown as "Result" column Result 1 15 89 63 ....
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 ArticleVS 2008 How to replace text in Vb
Hello I'm a begginer please help me I want the text/URL I write in a textbox to be changed when clicking button1 Note : URLs have the same form Example : I write www.facebook.com/myurl/1 I want it to...
View ArticleVS 2008 How do I remove/replace text in a textbox
Hello I'm a begginer I want to know how to get my click in button1 to replace remove text The main I idea is to remove text from - to Example In this url : I want to get my click to remove from /me to...
View ArticleVS 2010 Need help with an error ASAP!
Hey guys, just joined this forum because I am receiving an error I just cannot solve. I do not care for the final product as much as I want to know WHY this is happening, so if anyone can spend...
View ArticleVS 2010 Can someone PLEASE HELP ME?
Attachment 98999Attachment 99001 I don't understand how this looks in the code. I did the hands on but this is way different then what I did. I am using Bradley programming in visual basic 2010...
View Articleinstaller
is there a way I can install a application using an installer which will install the application for ALL users on the computer not just the one logged in? if so who could I use?
View ArticleVS 2010 [Question] when file exists auto click on the button
its a really silly question so dont complayn and sorry for bad english i dont remember the code but i made so if there exists file then its will do auto click on button and i made so the buttos will be...
View ArticleCalculating Distance
I am confused on how to write a calcDistance event handler. I am trying to let the user pick a city and state from a listbox and then take that city and calcDistance using lon and lat that I have in...
View ArticleDeployment Issues
I would find it easier to have a verbal discussion with someone about my issue. If someone is kind enough to Skype with me and resolve this problem I would be grateful. Thanks, Anthony :)
View ArticleI don't understand why this code doesn't work.
Hi, I don't understand why this code doesn't work: vb.net Code: Public Class Form1 Dim y(4) As String Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load Dim a,...
View ArticleHelp with schoolproject!? Help me pass my exams please
Hello everyone, excuse me if my english is not perfect! Thats because im from Holland. So i have to build an application for my school wich teachers can use to check students in to schoolparty's. The...
View Article