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 2012 Parse a string into a list
If I have a class file, and I load this class file into a string, what is the best way to extract all the functions and add each one of these functions into a list? I can do the old, search for word...
View ArticleVS 2012 Calculating Time
I know there's a boat load of examples of this out there, but I've confused the hell out of myself. I have 4 timers that I run on a form from a button click. They can also get started from Form_Load if...
View Articleform close button
I want to preform a check before my form is closed. how can I do this when a user hits Alt + F4 or clicks the close button on my form?
View ArticleVS 2008 Problem understanding ADO connection debugging
Hello! I am new to VisualBasic, but I need to do some work on a VB project. Currently I am struggling with this problem: A Module connects to a local Access database. The connection is a...
View Articlesdf database to textfile
hi. is it possible to turn a database sdf file to textfile? if its possible can you give me some ideas to start with. thank you.
View Articledatabase and datatable
can i have an example of database connected to a datatable the database is sdf.
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 ArticleVS 2012 [RESOLVED] XML file and Combobox
Good morning, I am sitting in front of my first Visual Basic project. My intention is to create a small application reading values from an XML file. My XML file <?xml version="1.0"...
View ArticleVS 2010 Mixed Data in Datagridview from Excel
Ok here is the scenario. My Excel File has 30k rows with mixed data. I am using this code to populate the DGV from Excel Code: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As...
View Articlekeeping console visible with writing console output to text file
Hello, I have the following problem with which I would like some help, I have a program running which normally outputs to the console. I would now like to save this output to a text file. I have tried...
View ArticleVS 2010 [HELP] Creating a login system
Hello users, I come to ask a few questions about how i would go about making a login system for VB2010. I have a forum where we offer almost 24/7 support ( i will not give out the name as it would be...
View Article