Help with mouse_event
So I am coding a mouse clicker and got everything working like grabbing the position, setting how many times you want to repeat, etc. The only problem is getting the mouse to click on every loop...
View Article[RESOLVED] Rearrange DataTable Columns
Anybody have any suggestions on how to rearrange DataTable columns easily (I can think of a few ugly ways)? The Data is coming from a Stored Proc I don't have control over so and loaded via a...
View ArticleGrouping Objects
How do I group a set of Oval Shapes. so that i can copy all of them at once and only have 1 object selected. THanks
View Articleneed help inheriting COM object
i'm not as good as maybe i thought i was. i have a program that creates an object using the COM for software that my company uses. the info that i need are in other tables so i'm being told that i need...
View ArticleVS 2012 Express: Call Class from Module1
Okay so I'm trying to build a project to do some P2P work. I have found this nice class on the Microsoft website. I've created a new Console App and left Module1 empty for now. I then added a new class...
View ArticleKeep 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 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 Article