Commands executing in wrong order?
For the below code, the program starts copying file in the CopyFiles() Function before it does Label11.Visible = True or Button1.Enabled = False. Anyone know why? I did try putting in a...
View ArticleVS 2010 Help please! Stuck on .ini files
Hello there. Basically i have been coding a program and i've got to a part where now i need to have a windows form that has 11 text boxes, each text box reading a corresponding line from a config.ini...
View ArticleVS 2010 Progress bar for a web browser
Second post for the win ^_^ Hello all! I have a web browser in Visual Basic 2010 Express, and I have tried numerous codes trying to get it to work with my web browser. The web browser i'm using is...
View ArticleVB2010: Calling another sub procedure
Hi guys! The code below actually works but I have a question about if there's another possible way to do this. Code: Imports System.Data.SqlClient Imports Microsoft.Office.Interop Public Class clsPrint...
View ArticleVS 2010 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 Article