VS 2010 progress bar
i'm running a program that i made that finds and copies to a new directory close to 5k files. i'm wondering if i can incorporate a message box or a progress bar that shows the progress of the files...
View ArticleCreating A custom curve in vb
I'm trying to create a program that will draw a line based on a key press that will represent the movements of a remote control car. I have the 90 degree angles drawing but when the car turns it...
View ArticleVS 2010 Sending SMS using vb.net application
Hello Guys, IS there is a way to send free SMS using application, there should be no restriction like tying up with the service provider, it should be completely free. If possible please help me with...
View ArticleHELP. need someone to over look my project :(
Hi, So I've been coming on here for a while now and you guys have really helped me. I'm more or less finished my project of making a payroll system. My project is very very basic. I have had many...
View ArticleMy Graphics appear upside down?
Hey, I have been playing with the graphics class in vb.net and for some reason everything I draw appears upside down. Here are the co-ordinates going in From: X - 338 Y - 581 To: X - 338 Y - 564 From:...
View ArticleVS 2012 [RESOLVED] Getting the contents of a certain line of a string
If I have a string that has many lines in it, what is the best way to get the contents of a certain line? E.g If the string is as follows: Code: Public Property TestProperty1 As String Get...
View ArticleError after obfuscation while running the application
I am using Smart Assembly 6 for obfuscating my vb.net application.In my code i do have line of a code as MSFG1.AddItem("") . After obfuscation when the exe file is opened it gives error as "Object...
View ArticleVS 2012 [RESOLVED] Insert at a line
If I have a string that has many lines in it, is it possible to insert a string at a certain line? I see that there is an insert function for strings. Is there a function to insert a string at a...
View ArticleTwo problems with a Chart Control in vb 2010
Using VB 2010 in VS 2010 Express. I have a Chart Control with 2 Columns: one column for Goals and one column for Actual Sales. I am setting the values for each column for each salesperson depending on...
View ArticleVS 2010 [RESOLVED] open an image in picturebox
Hi folks. I use OpenFileDialog to retrieve a filename(.jpg) to open, and save the name as a string(filename). Now I want to load this file in the picturebox, so I use "Me.Picturebox.Image = ", but I...
View ArticleTPL Data Flow: MSDN example not compiling
Hi Guys, I'm trying to run the MSDN example here http://msdn.microsoft.com/en-us/library/hh228601.aspx and am getting compile errors. I was hoping someone could look at the attached project Attachment...
View ArticleVS 2010 DataBound grids and textboxes
Hello everyone. I have a question on how to do the opposite of what I seen around the net. IE the Customer/Orders related table thing, where Customers are shown in detail form and their related Orders...
View ArticleDatabase queries
This is the assignment: The database Microland.accdb is maintained by the Microland Computer Warehouse, a mail-order computer-supply company. The tables below show data in the three tables in the...
View ArticleVS 2012 [RESOLVED] Toolstrip combobox select highlight
I have a toolstrip with a combobox. The Autocompletemode is set to "Suggest ". After the selectedindex is changed, I move to a different control. Like this, Code: Private Sub...
View ArticleVb linq help group by and sum
I trying to do the following in linq SELECT SUM(qty) AS Expr1, tblOrderDetails_tblProduct, tblOrderDetails_tblOrders FROM tblOrderDetailsSet where Planno = 1 GROUP BY tblOrderDetails_tblProduct,...
View ArticleVS 2010 streamwriter inside a for loop
i have a streamwriter inside of a for loop so that for each file that is moved the file name is written out to a log. it's working but it's only saving the last file that is moved to the file. am i...
View ArticleVS 2010 Reload Google Chrome windows from VB.NET?
What code have to use for reload a Google Chrome/Opera windows?
View ArticleSome Graphics Help: Highlighting / Clickable Objects
As some of you might notice, I have been playing around with graphics a lot lately and unfortunately have run into some more problems/road blocks Attachment 99497 That is an example of one of my...
View ArticleVS 2012 Different text alignments
Is it possible to have two (or more) text alignments within a single string in an ordinary textbox? e.g.: Left Center Right 1.06 Gallons of Fuel 3.71 2.00 Barrels of Pickles 155.98 etc. If this can't...
View ArticleProblem with drag'n'drop with multiple picturebox controls
Hi, friends! I intend to create a program which will have 16 picture boxes inside form separated into two rows. Controls in the first row are named as: pbox1, pbox2.... pbox8 in the second row: pbox11,...
View Article