VS 2008 Increment/Decrement Buttons To Control A "Status" Bar Display
Ok, I am fairly new to VB so be patient with me. I am wanting to use an increment button and decrement button to control a vertical progress bar to show the status of how much volume is in a container....
View ArticleVS 2010 How and what happens when I suspendbinding and resume binding in...
Hey, I am trying a different route with a current application. Initially I had used a for each loop that read my xml file and individually added rows and the data but felt that wasnt the best way to...
View ArticleVS 2008 Change the address permissions so i can read/ write to it
Hi ! I need to read 3 bytes from a address in some application, however i cant because i dont have permissions for that. I tried changing the permissions, i found some code on the internet and i edited...
View ArticleVS 2012 Problem removing extra spaces from multiple textboxes
Hi there, i have a big question... My code that i use perfectly removes the extra spaces, but there is a problem. For Example: Textbox1: Hi world ! Textbox2: Hello There ! Textbox3: Nice ! when i...
View Articledisplaying text file to print preview
my text file looks like this: apple 2 $1 oranges 1 $1 mango 5 $1 cherry 4 $1 how do i make it look like this with print preview Product Quantity Price apple 2 $1 oranges 1 $1 mango 5 $1 cherry 4 $1...
View ArticleVS 2008 Databindings for label on a winform usercontrol
I'm creating a usercontrol for a winform app that contains two labels, one as a header and the other one needs to bind to a datasource through Me.usercontrol1.databindings.add(). I'm a novice in...
View ArticleBackgroundworker - Can not get datagrid to update
I have looked and looked but something is just not clicking. I'm running a simple tcp server in the background and want to update a datagrid with the incoming information. The server is working, but I...
View ArticleIssue where a new instance isn't being declared
I'm working on the game snake and I'm currently doing this: Code: Option Strict On Option Explicit On Public Class Form1 Â Â Private snake_head As Snake 'This will be the snake head and item(0) in...
View ArticleVS 2010 Program error checking
Hey Guys, What i'm trying to do is load a list of urls into a small application and do some regex on the urls, the program works as it should but there is a problem when it hits a non standard regex...
View Articlehow to find the color of a point on a vb formsurface
I am trying to make a program where if an animated helicopter goes over a certain color of the formsurface(the ground) it will crash, but am having no success finding the color of a certain point.
View ArticleConvert Time to MinutesSinceMidnight
Hello, I'm returning the month, day and year in a single column and the time #07:59:59 AM# in a separate column. It seems that concatenating them isn't always consistent for some reason to return the...
View ArticleVS 2010 Is this database update/insert code correct..it runs really slow for me
It just runs really slow..course i'm basing my idea of slow on a comparison to loading the same data into a listview. does loading a database have a beginupdate/endupdate like a listview? if so maybe...
View ArticleVS 2010 [RESOLVED] DateTimePicker Control: can't see any time options
Hi folks. I have included this control on the form, and when I run the program, only the calendar is displayed(no time), and I can select the date/month. But I can't see any options to select the time?...
View ArticleRead from ms SQL and insert into oracle db
Hi all, I am trying to execute this code however the code doesnt work. it doesnt insert...into oracle db..any help appreciated.. Code: References Devart.Data.Oracle.dll References Devart.Data.dll...
View ArticleComboBox with different color Items and DropDownList Style
Hello everybody, I want to have a combobox that has different colors for it's items. So here is an example. New Form with an added combobox. 'STRUCTURE THAT HOLDS THE DATA FOR THE COMBOBOX ITEMS Public...
View ArticleVS 2010 [RESOLVED]process.start and process.waitforexit
this is probably pretty simple but i'm not seeing it. i'm doing the following Code: Process.Start("C:\Program Files\7-Zip\7z", "x" & " " & G.StagingDirectory & " " & "-o" &...
View ArticleInformation/Website(s) on how to make a employee tax calculator
Hi. Been working on a payroll system for a while now for a college project..Finally got to the stage of calculating the tax for the staff (Which is rather important lol) I'm VERY new to VB and this...
View ArticleVS 2010 How to make a ComboBox ReadOnly ?
Hello friends, at first I want to say sorry to the moderators. Now I will open new threads for my question ;) My question is as in the title: How can I set a ComboBox to ReadOnly? Thank you :)
View ArticlePeriod vs Comma problem
Hey! So I enter a standard value of my labels. Which is 1,20. When I add 0.2 to it on my pc. It becomes 1,40. On my brother's pc, it's 1.20,20? Can someone explain, please? Greetz Flexam
View ArticleVS 2008 Controls and properties have dissappeared!
Hi everyone, I'm having this problem I can't solve. Recently I installed a program that made crash various others (Visual Studio, Office, SQL server, Acrobat reader). I reinstalled them all and they...
View Article