Publish and Installation question
Greetings! This is my first post ever, please advise me if im not posting accordingly to the rules. I am currently using vb 2010 and have published an application, and had it set up in Admin user Win7,...
View ArticleVS 2005 ORDER A"file.txt" IN ALPHABETICAL ORDER
I apologize in advance for the bad translation HELLO BOYS ARE NEW IN THE FORUM I AM TRYING TO MAKE A PLAN FOR THE MANAGEMENT OF PERSONAL DATA AND SINCE THE FIRST ARE WEAPONS STO FILE.TXT INSTEAD OF...
View ArticleVS 2012 [RESOLVED] Console Application - Skipping Lines
Hey everyone. I'm writing a console application, and I need my program to look like this: But right now, it looks like this: I need to skip a line, and add currency symbols to my decimal variables....
View ArticleHow To Populate Gridview On Another Thread
Hello - I am trying to update a gridview on a separate thread. I have the code running fine with no errors and the data is actually being pulled correctly but for some reason it does not display on the...
View ArticleVS 2010 First class in a file
I'm running Visual Basic 2010 Express. I'm getting the following warning message: The class <class name> can be designed, but is not the first class in the file. Visual Studio requires that...
View ArticleVS 2008 How to make points get lowered when you lose(The easiest...
Hello there, I am about to create an Lottery event for my community in a L2 Server and I've faced a problem while coding the points part. I've used a label and a textbox(7), I wrote 100 inside the...
View ArticleVS 2012 [RESOLVED] Compounding Interest Rates in VB 2012
P(Where P is principle amount) is borrowed at R(R is Interest Rate) for N(Number of months) and compounded monthly. I'm struggling to convert this to VB language. To be honest I haven't tried the...
View ArticleVS 2010 Image quality using ImageList
Hello I've done in a little project and need to have a "next" and a "previous" button to change the images in a picture box. It worked. I've set the quality for the high value, but... no results. And...
View ArticleVS 2012 Which is the Best Free Source Control Repository?
Hey everyone! I want to be able go back and check my formulas and methods from previous console applications without running two instances of Visual Studio. I need to see the code in detail. Which is...
View ArticleVS 2012 Int Operator.
Hey. I'm misusing the Int operator. Here's what I'm going for: Here's my code: Code: Sub Main()     Dim miles As Decimal     Dim yards As Decimal     Dim feet As Decimal     Dim inches...
View ArticlePress & release modifier via SendKeys
I'm using the API function SendInput to send keystrokes to another app, but sometime for unknown reason when i try to release modifier(s), they won't and stay pressed even if i repeat the code many...
View ArticleVS 2010 Index Was Outside The Bounds of the Array Error
Hello, I am a bit of a newbie to programming but I know my way around pretty well. I have been getting an error when I debug my program and it says, "Index Was Outside The Bounds of the Array". Here is...
View ArticleVB Compiler on USB
So I'm trying to code at school, and I can't install Visual Basic because my teachers think it's a virus and won't allow it, So I want to be able to install a program (ide) to my thumbdrive so that I...
View ArticleVS 2012 Got Math?
I thought I nailed this one - but, I was wrong. I'm totally stumped - probably because it's 3am. I'm writing a console application to calculate the most cost efficient method of buying paper. It's not...
View ArticleMatrix Decomposition Using Crout's Method
Background of the project. Matrix A and Matrix B are given. Then you need to multiply the two matrices to have Matrix C. Now after getting so, use Matrix A and C to get B using matrix decomposition and...
View ArticleVS 2012 Express: New Application Advice Needed
I have a project which has been working great for about a year now. There have been some changes requested by the users which will allow me to redesign the project from the ground up. Basically, it's a...
View ArticleVS 2010 How do you remove html tags using regex ?
Hi I want to know how do you remove html tags using regex. Everything what I need is how to remove html tags and leave only the text between the html tags. The code which I have does not work as it...
View ArticleVS 2008 how to create back up and restore
can anyone help me to create a back up and restore using vb.net 2008 and mysqlserver 2008 im new here in vb.net so pls help me i need diz for my scholarship system. so pls help :(
View ArticleVS 2010 [RESOLVED] bindingsource.filter not being applied
I have two binding sources with a common dataset for datasource. Both used on a single form, one for displaying a specific row for data and the other for displaying user selected data. The first...
View Articlewrite incoming data to text file or variable VS 2010
i am trying to save incoming data to a text file or a variable, so i can then retrieve the data, parse it out, etc I am using MS VS 2010, or VB 2010
View Article