VS 2010 [RESOLVED] Search for a folder path and save it as a variable.
I wrote a program that consolidates my departments everyday work duties. I work for a duplication company that burns digital media for libraries. Right now the program I made is "hard coded" to display...
View ArticleVS 2012 Receive serial and save to text file with time+date
I have a PICAXE sending serial text and I need to save the data received in a new line on a text file with the time and date next to it, I know the data can be received because I have seen it showing...
View ArticleSimple Speech Recognition
I made a huge project and now i want to implement speech recognition but it doesnt work the way i want it. i have a simple example, if you guys can help me here, i can reflect this idea on my project....
View ArticleVS 2010 String collections
Hi, I am using a string collection to collect user data, but I now need to save this collection. any ideas? The code I am using is: Code: Public Shared Sub Main() Dim mycol As New...
View ArticleFor statement
Any idea how to create "For" statement, so when you click to button it shows in textbox number - count number, so when you click it start from 1, then again when you click it shows in textbox number 2,...
View ArticleVS 2008 [RESOLVED] Binding datasource to a combobox issue
Hi! I'm stuck again in my project. I have a ComboBox. I have set up and running a Data Source from a table in a local Access Database table. The datasource has only one table, two columns, id and name....
View ArticlePOS .NET vb.net 2012 - print 2 copies of the receipt?
Using the POS.net with an EPSON TM-T20 i have the receipts printing perfectly.... my issue is printing 2 copies. Right now it loops through the code, rebuilding the receipt then printing it a second...
View ArticleXML writing problem
I have an XML file that I need formatted in a very specific manner, to wit: <Transactions date="today's date"> <transaction> <trans-line> <UnitQty>1</UnitQty>...
View ArticleVS 2008 Create a Data Source from SQL statement with Inner joins
Hello! I want to create a Data Source which could be displayed in a Form based on an SQL statement with multiple inner joins. Code: SELECT DISTINCT document.id AS id,...
View ArticleHelp!
I don't know what i do. My project [Desing] are deleted and i onli have Form1.vb with all code, but the design has disappear. If i want open [Desing] V.Studio open a empty box with nothing. HELP ME...
View ArticleHow do I make a form always on top
Hi. everyone How do I make a form always on top of other forms.:wave:
View ArticleVS 2008 regex to get the first name
Rafael R. Alcorta What is the regex to get the first name only (Rafael)? .* will work but there is a space at the end.
View ArticleVS 2008 ComboBox blocks other comboboxes in GroupBox
Hi! I'm confused. While my comboboxes were not in use they worked fine(were populated and I could scroll the lists and select any item). Now, as I am using the selectedValue any combobox blocks all...
View ArticleVS 2010 Entity framework and Ms Sql connections
Having been looking at the ado framework in relation to databases and classes, I am unsure if the software loaded is working correctly or if I don't fully understand what I am doing ! Currently I have...
View ArticleForm doesn't show data from SQL 2008 Server Express database in VB 2010 Express
Up until a few minutes ago, everything worked perfectly on my form. I had fields from one of 2 existing Tables on my SQL 2008 Server Express database on my form. I added a new table to my SQL Database....
View ArticleVS 2010 Printing selection from Datagridview
On my datagridview I have 3 columns, when a user uses the search box for a product or word e.g. blue, only so many words appear in column A, if I highlight those words and press the Printer option I...
View Articlehelp making code more concise and shorter
I have a calculator ive made and it works and everything and you can add, subtract, divide up to 8 numbers like say put in the 1st number then 2nd etc... but its almost 1,000 lines of code and im...
View ArticleVS 2012 Save changes to Dataset from different TableAdapters
Hello everyone, Can someone please tell me why when i press the button to save the changes on several textboxe´s that i have from diferente tables, if i press the button it only save the changes from...
View ArticleHow can I delete a record in a database without deleting it's related records?
I have a customer table and an order table and I want to give the user the option to delete a customer from the database without deleting that customer's orders as deleting the orders would mess up the...
View ArticleVS 2010 Combobox dropdown
I'd like to create a simple combobox dropdown, so when opened gives a list of websites, when one of them is selected, loads the website. On the form when adding a combobox is there not something in the...
View Article