Unable to programmically update points on a Chart in vb 2010
I am using vb 2010 in VS 2010 Express. I have a Chart control which is named Chart1. Imports System.Windows.Forms.DataVisualization.Charting I tried to change one of the Title lines with the following...
View ArticleVS 2010 listbox/textbox
Hello I've got a textbox and everytime i type then press enter I want what I've just typed to also be placed into a listview on a tab. Example: if I type in "OP28" then press enter it puts two spaces...
View ArticleVS 2010 command textbox
Hello again, Going by my last thread, I also in my system have an actions textbox. Is it possible and how is it possible for when I type in a certain word then follow that word with a / and then what...
View ArticleVS 2012 Xbox controller in VS 2012
I am aiming to make a program to control VLC (Media Player) with an xbox controller. I've seen a couple of programs that do this but whenever i try to Import Xinput (This), XNA Framework or DirectX it...
View Articlemodfiy code
Hi the code below will remove duplicate lines and sorting . i would like to modify the code below to add more function as 1- if g1,g2,g3,g4 =0 then line will be removed like DDS,20110523,0,0,0,0,24...
View ArticleVS 2010 Creating a program that protects other files.
Hi, I was wondering how I would go about making a program that password protects other files, I am pretty intermediate at vb. I am not asking how to make it but was wondering how I would possibly do...
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 Article[RESOLVED] Problem 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 Articledisplaying linenumber
I am writing a program that reads a file and then displays the words in a listbox. What I am having trouble with is that I need to also display the line that the word was on in the file. Could someone...
View ArticleVS 2012 Help with sales average program
I have to create a program that has a user input employee names then sales based on each persons quarter(1 to 4). Here is what I have so far, I get the input box to show up for names then quarter 1 but...
View ArticleVS 2008 Can I convert a 3gp to windows audio file in vb.net?
Does anyone know of a component or way within vb.net to convert an audio 3gp file from android to be converted to either wav or mp3 audio file? I need to do it in the background without using a 3rd...
View ArticleSame Project, different approach, different result.
Hi, I'm trying to go back to learn the basics of VB.NET as opposed to muddling on with my own, ancient, subset of VB code. I have reached the section concerned with 'Text Files' and following this...
View Article