Listview of global hotkeys
How can I code a listview where I will be able to register global hotkey's. When each global hotkey is presses the 3rd column's pass string should be copied to the clipboard. This is the code i have so...
View Articlesending data on rs232 every sec
Hi All! how to send a character at the start of every seconds on serial port in Visual Basic 2010? Thanks in advance. nsec
View ArticleAlternate the colours in ListView
Hi, I have a list view which is populated using thefunctions below. Now, I want to to alternate the rows so that one is white and the other is grey.. How can I achieve that if am working with Visual...
View Article[RESOLVED] Special folder enumeration returning odd value
I'm trying to create an xml file, however whenever I set the path name it returns Personal\login.xml instead of the mydocuments path. Currently this is what I'm using: Code: path =...
View Article[RESOLVED] So Many Questions
BackGround: I've been experimenting with MEF and custom attributes. What I came up with to try and do is to come up with a simple application that loads up DLL's that contains forms. The idea with this...
View ArticleVS 2012 [RESOLVED] Stop Enter button from activating the click event of an...
Hi, I've made a simple dog running game in which you have to click a button to make your dog 'run'. The problem is, after you've clicked the button to run, you can simply keep enter pressed and it'll...
View ArticleVS 2010 Is Directory.Delete and File.Delete blocking call?
Hi guys, may i know whether directory.delete and file.delete are blocking call? In other words, will the execution code stills continue even the file/directory is deleting?
View ArticleVS 2012 Listbox to Array
I am having trouble converting a list box to an array. I cant seem to figure it out. Any help would be greatly appreciated. Code: Dim arr As String() For i As Integer = 0 To selectedListBox.Items.Count...
View ArticleHelp with Builder/Stub program
Hi, I am hoping someone has done this. I want to send a clickable link to the stub at creation time I have the text showing via filesplit I have tried adding a link label to the stub that gets copied...
View ArticleVS 2008 [RESOLVED] datagridview combobox binding Error ( system.format...
what i did is bind a datagridview combobox column to a datasource (1) put 3 bindingsource controls on form (3) binded to different dataset -> datatables ( untyped ) (3) binded the combobox column of...
View ArticleIF will not accept END IF
I have a series of FOR statements, 20 of them, and an IF statement at the end before the NEXT statements. The whole thing is inside another IF statement. My problem is that the last IF statement will...
View Article2 comboboxes 1 based on first selection making other 2 Visible
Well I have 1 cbo that I populate through a string with 3 selections that are added on form load Private Sub cboMP_SelectedIndexChanged(sender As Object, e As EventArgs) If...
View ArticleVS 2012 how can i make program read data ?
hello guys i get problem with data i want to know how i make program read what in data ( value ) name : ???? price : ??? any thing i put in data please help me step by step using office 2013 visual...
View ArticleVS 2008 [RESOLVED] Concurrency violation: the UpdateCommand affected 0 of the...
i was trying to update (MySQL db) the changes in the bound datagridview to database. but i am getting exception Quote: Concurrency violation: the UpdateCommand affected 0 of the expected 1 records....
View Article[RESOLVED] datagridview cell value
How to get particular cell value of datagridview. I have tried using datagridview1.rows(1).cells(1).value But it shows blank.. Am i doing anything wrong??
View ArticleQuestion about Parallel processing...
Hi VBForums. The past few days I have been reading a bit about when to use the Task Parallel Library for CPU bound tasks. However, the Parallel.For method is actually performing worse than a standard...
View ArticleMedia Player - Show Time Code
Hello All, I am trying to make a video player for a project which seems to be quite a challenge when I came to a stage where I need to show a time code (sort of time stamp) in a label next to the video...
View Articlehow to make form scrollable follow by object in that form
hi..im newbie code here..i thing this is the basic problem but i dont have an idea by my newbie level now. i want to create an application, that have many picturebox.. that picturebox will display in...
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