Populate 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 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 2010 Need help with an error ASAP!
Hey guys, just joined this forum because I am receiving an error I just cannot solve, so hopefully someone can help me out: Starting off here is my project and it has 3 Classes (this is just a new...
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 :) If you are...
View Article[RESOLVED] I 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 ArticleI need help with input boxes and streamwriter
So, I am new to vb and programming in general. I am taking a class that supposed to teach us about vb and gives us a lot of assignments but most of the people are giving up on the assignments because...
View ArticleVS 2010 Late Binding outlook object
i use this code to send emails via outlook, it works fine if outlook is open and returns an exception otherwise, is there a way to send emails while outlook closed here is my code: Code: Try...
View Articlesystem.nullreferenceexception error
so i am currently making a program to automate some tasks. however i ran into a rather weird problem, which occurs if i automate click a button, and NOT if i manually click it. "...
View ArticleVS 2008 How can I pass a form control to a function and access the controls...
In VB6 I could pass a form to a function so that if i had similar forms with some of the controls named the same, the function could acess them. When I try to do this is VS 2008 get an error,...
View ArticleBooking calendar
How can I make a custom control which will be a calendar like this with class rooms down the left and dates across the top? I want to be ale to drag the bookings for each class room from one room to...
View ArticleVS 2012 Looping Help!!!
Hi I have a problem with my code, and it would be great if you can help It is looping, but only recording the result of the final loop in the list box. My code is below, Is there any reason it is not...
View ArticleVS 2012 Progress Bar Load issue
Hey, Guys i need help im trying to make a progress bar that loads second form but also check for a update This is my check for update code Code: Public Sub CheckForUpdates() Dim request As...
View ArticleChanging text in label with timer
Hi all, I am new here and I have one problem. I have to implement code that will change text in label every second with timer. Text values are: "maximum" and "minimum", so text in label should change...
View Article