VS 2010 Me.txtSearch.param vs. txtSearch.param - why?
Countless times in books, online reference, videos, etc... I see parts referenced by me.part instead of just the part name. Is there a reasoning behind this that I am unaware of or is it just personal...
View ArticleHow to Start process using TextBox, and Replace Process Text With TextBox?
Hi everyone, I recently had to ask for help using using a TextBox to Replace text in URL to navigate a Webpage. And thanks to Paul, He sent me a code close to this one: Code:...
View ArticleMultiThreading problem - UI still freezes
I want to use a worker thread to do some long running process. I have tried the code below with no luck. What am I doing wrong? [Public Delegate Sub firstDelegate Public Delegate Sub secDelegate...
View ArticleStuggling with connection string, table and datagridview: vb.Net, Acces 2007
Hi, I have been trying for the past one week to connect and load a datagridview DatagridviewEmployeeID from a database HumanResourcesDB and EmployTbl to no avail, could someone please help me....
View ArticleVS 2010 Choose 5 numbers from list that are greater than offered
If i have in Code: TextBox1.text=356,678 and list of numbers Code: {100, 125, 150, 175, 200, 225, 250, 300, 350, 400, 450, 500, 600, 700, 800, 900, 1000} How to choose five numbers that are greater...
View ArticleVS 2010 Raising an in the editor outside of a the called class.
Hate to post questions two days in a row, but I researched this one all night and it is stumping me. I have a custom class (ex2.vb) simplified to this. Ex1.vb Code: Private Sub Button1_Click(...)...
View ArticleVS2010 - IP Monitor Program Question
Hey guys. I'm trying to build a program that can tell me if Lan, Wan1, and Wan2 are up or down on each of our offices. The Office and IP information are coming from a text file and I'm using listview...
View ArticleVS 2010 True transparent pictureboxes?
Hello awesome coders :D I have been making a Mario like side scrolling game and it is working quite well. The only problem I have encountered is when I walk pas an object on the background, you see the...
View ArticleA better way of extracting data form HTML string?
I have been downloading HTML as a string using WebRequest and extracting data using RegEx with good success. However at times the expressions can get rather long and ugly if the values Im after are...
View ArticleReturn data
This is my set up, I have a main window form which is a MDI parent form. Within that form via a menu item click I'm opening windows as a MDI window with the main window being the MDI parent. vb.net...
View ArticleVS 2010 [RESOLVED] Button properties
Hey all. I have a function that is used to change the properties of some buttons. This funtion is called within a loop and each button is assign a number. when it calls the function an id is used. Hope...
View ArticleVS 2010 Upload Image To API URL
Hello, I'm currently working on a little personal project for myself. Nothing big however I am kind of a noob as far as VB.NET goes so any help would be greatly appreciated. I am trying to upload an...
View Articlesum up times
Hey! i am makeing a timesheet application so i have 28-31 (depending on day of the mnth) textboxes that calculates the time difference start time to end time and that is working perfectly. but how do i...
View ArticleWhy for loop wont continue?
MY FOR LOOP WONT START. Code Code: Public Sub deleteprofile(profilename) Try MsgBox(profilesearchbox.Items.Count) /// WILL PROMPT THE ITEMS COUNT <> 0 For b...
View ArticleNeed Help For Fibonacci Series Program
So, the program is supposed to generate the numbers in the fibonacci series. (Last two numbers make the next unknown number). You enter in the first two numbers, and it is supposed to create the next...
View ArticleStudent in need of help with sort and treeview
I am supposed to write a program that takes data from a file named data.txt, that is set up like so: ccc, root abc, child xyz, child bbb, child aaa, child rrr, root 453, child 123, child Jones, root...
View ArticleVS 2010 classes
should i use a class to save and update my database? the database has a lot of fields and i want to keep everything in one place so i don't have to change code multiple times when i change my database...
View Articleread text into array
So im new to coding and basically whatim trying to do is Read my text file AppList.txt and parse it based on seperators. My current code is the following Code: Dim a As String =...
View ArticleVB.Net vlookup for .csv file - help
HI Guys, I have excel .csv file where i want vb.net to do vlookup and display in textbox if some enters suburb it displace the post code for it also if some enters postcode to show all the suburbs that...
View ArticleVS 2010 Recover A Project With Application Files?
Hey guys first time here. I recently had my main hard drive crash and a project in VB 2010 express was lost. I have recently built the project and saved it onto a flash drive. The files i have are...
View Article