Keep a text file location persistant for updates
The text file I'm trying to have the application read is the version information so it can tell the application whether it's out of date and has to update itself. However, for the visual basic...
View Articlesave in MySQL all the columns values in listview
Hi! I have the next development that I want to upload all the columns values of the listview in to MySQL. I have the next Code: Code: Â Â 'secuencia para guardar en MYSQL Â Â Â Â Â Â If...
View ArticleProblem with connecting to SQL server via VPN
When I worked on my program at the office, I have no problems connecting to the database. I've read online, and it looks as if VPN connections should work as if you are in the office (aka no difference...
View ArticleVS 2010 [RESOLVED] LINQ Question.
Quick question. Anybody here ever come across any LINQ method that does OfType(Of T).Cast(Of T) as a single method ? I just realized that I use these two operations quite a bit when filtering...
View ArticleURGENT HELP listview printing adjustments
Ok guys I tried every thing I can found on google and it didn't work. Only 1 thing worked and that is this one http://code.msdn.microsoft.com/ListV...inter-7a9be0a7 I know you guys coded it so I need...
View ArticleExtending entity classes
Hi Folks I'm using LINQ to Entities to interact with my SQL Server DB. I'd like to extend (add partial class bits) the generated partial entity classes and have a list of questions related to that....
View ArticleSaving datagridview entries in the database works only after restart
Hello, I have a database and I want to edit it's records through a DataGridView. I have done this and it works fine. The problem is that I can't see the new values until I restart my application. This...
View ArticleVS 2010 Registry Help
Hello, Im having problems with this code vb 2010 Code: Public Shared Sub AddToStartUp()     Dim regKey As RegistryKey     regKey =...
View ArticleVS 2008 Bound datagridview check box column , retaining checked state
i have a datagridview control bound to a datatable, with data columns created manually and dataproperty set which is also having a unblond checkbox column to select the rows but once the...
View ArticleVS 2010 Web Browser Question
I'm making a web browser and how would go about doing when the User enters a Website in the Text Box They would hit on the enter button on their keyboard and it searc for them on the go button? How...
View ArticleXML Reader Group box attributes
Evening all, I'm new round here :wave: and on the hunt for a friendly VB forum, I've posted the below else where and help has not been forthcoming. I'm hoping you'll be able to point me in the right...
View ArticleBindingNavigator and initial values....how to set
I'm using the navigator and the built in new record functionality. I am not using a DGV. Instead I have just unique records displaying values in controls for every record. I need to set some...
View ArticleLosing a row in a DataGridView when hitting the Enter key?
For some reason when I add a row of data to my DataGridView and on the second to last row, I hit the enter key, the row disappears. I was capturing the keystroke in the KeyDown event but I took that...
View ArticleHow to change the i-beam when mouse is on the side of an pasted picture in...
When a picture is pasted into a richtextbox and you click that picture it gets selected and you can resize it. The problem is the cursor keeps the i-beam when the mouse is put on the marks. How can i...
View ArticlePrinted Image too large in vb 2010
Using vb 2010 Express windows forms. I am printing an image of a Drivers License using the code below. When I print, the image fills the entire page instead of the size of the image in the picturebox...
View ArticleShow/Hide SplahScreen
Hi Am working on a project and this time i want the use to choose whether or not to show the splash screen. If the user choose NOT to show a NO is registered in a hidden XML file which tell the program...
View ArticleRead a text file and load the values into Global Variables
I am new to VB.net. I am goog at vb scripting but I see that there are lot of differences with vbscripting code and .Net code. Can some one help me with the below code to come up with right solution....
View ArticleVS 2012 Use VB.net to control my phone?
I am looking to make a simple application to control my phone from my laptop via blutooth. I have a Samsung Galaxy S4 and a Samsung Series 7 Chronos laptop if that helps at all. I want it to be kinda...
View ArticleVS 2012 Scan for available Bluetooth devices
I need to be able to scan for available devices using the bluetooth on my laptop to find my phone. How can I do this? I have been all over Google and back, but I have not found anything.
View ArticleHelp me pls in SMS Messaging....
I want to know how to stop the message msgbox if your plug-it (Smartbro) doesn't have load....
View Article