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 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 ArticleToolTip Stutter
I have a program where it would be ideal to have the tooltip show the value under the mouse pointer as it moves around a panel. This value is not going to change often, but it does change. My initial...
View ArticleVS 2010 [RESOLVED] Two simple questions...
1st Q: I have a button made and I want to know how to make it so that when I click it, it opens a new window with text in it. 2nd Q: I have another button (it is a cancel button) and I need to know the...
View ArticleVS 2010 Bubble machine
Hello! I am making a program that when I press the start button on the form, objects start at the bottom of the panel and float up to the top. When the objects reach the top then they are supposed to...
View ArticleI need talented VB users.. HELP
Hello there, basically i want to create a windows form that will have 25 combo boxes on it all representing a different part of a config file that will be changed. The thing is the combobox list has to...
View ArticleVS 2010 a tale of two timers
Hi folks. I have a form with a label. I want the form to display a message every 5 seconds, and the message to display for 700ms before closing. So I used timer1 with an interval of 5000ms, and timer2...
View ArticleVS 2012 Online Licensing
I have developed a Visual Basic.net application and have a question about licensing. Is there software on the WWW that does the following: 1. Lets a user click on a link in my application that lets...
View ArticleBlocking Websites Without Using Host File?
I'm currently working on a program which will block the users computer from viewing websites that contain Malware, Spyware, etc. on them. I do have a VBScript code that does overwrite the windows host...
View ArticleVS 2010 Need help with school project..
I am currently doing a computing project at school, and am having trouble with some parts of it. My task is to create a program that will store a recipe name, number of people it will serve and the...
View ArticleRadio Button not working
Hello, any idea how to fix this: Code: If RadioButton1.Checked = True Then TextBox1.Text = "A" ElseIf RadioButton2.Checked = True Then TextBox1.Text = "B"...
View ArticleVS 2008 How to hide the main form in other way ?
Hello VBForum ! I just registered and it looks like a very awesome forum :) I have a very small question, just started with all the Visual Basic business.. To make your life easier, I'll demonstrate it...
View ArticleStarting a project involving Access database
So I'm attempting this project, but have no idea where or how to start. What I want it to do: A program for a mail-order company that enables a clerk to enter each catalog number for items the customer...
View Article