Period 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 ArticleVS 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 2010 Conditional with Pixel Color?
Hello :) I would make this: Code: If (Coords) = FFF0F0F0 Then ....... Else ..... End If But i don't have any idea about how can i make this. Thanks and sorry my enlgish errors.
View ArticleVS 2010 Reading Text File & Displaying In A Listview
Hi, I am having some trouble displaying text in a list view control. I have several columns in my list view, and I am not sure how to read each line from a text file and 'place' it in the column. Code:...
View ArticleUnable 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 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 Article