VS 2010 Help with Sudoku game
Hey, I'm trying to write my own Sudoku game. So far, I've written almost everything concerning the game itself. Problem is, the function that creates the board itself, meaning, the generator. Some...
View ArticleVS 2008 Pass Exception Message to label on another page
Im wondering once I catch an exception, how can I use the exception message in another page? How can I pass this exception message into a label on another page? In order so I can have the exception...
View ArticleChanging Fonts at Runtime.
Hi, I'd like an opinion on the following code... vb.net Code: Private Sub Face(ByVal a As Integer) 'Style 0 regular, 1 Bold, 2 Italic, 3 Bold Italic. If a = 1 Or a = 2 Then...
View ArticleVS 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 ArticlePlease HELP I have aged in a week trying to figure this out have no slept in...
I have a data file and i would like to search it for the matching zip code entered onto my form and auto fill in the city and state form the same line as the zip code. I can match the zip code but I...
View ArticleVS 2008 "Bind" DataGrid to ComboBox - bound in wrong direction
Hello to everybody! I have a DataGrid - populated by DataSource property - set to a TableBindingSource. (When the form loads all records in the table are displayed) I have a ComboBox - populated by...
View Article