VS 2010 Programmatically add label to grid
Hey all i am trying to add a label to my grid using the following code: Code: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.Windows.RoutedEventArgs) Handles Button1.Click...
View ArticleColor - Blue and Underline
Hi Please can I have the first column, 'Username' be in Blue, this makes the ntire listview blue. Also can I have it underlined to everyusername in first column.. Code: Private Sub...
View ArticleBinding 2008 Combo Box
Hi... I'm just learning VB2010 Express (used VB6.0 for years and years)...but now trying to somewhat catch up...anyway, I'm using a book by Murdach (Visual Basic 2010). I am learning about combo...
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 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 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 Article