missing recognition program.?
hey have followed a guide on youtube :http://www.youtube.com/watch?v=A9MdymHGxkE everything seems to be fine until I debug'er so I get an error "No Source Available. an error occurred during the...
View ArticleCDO Email Attachments
I am having issues hashing out this little bit of code I have got a list box where I want to be able drag and drop files or list of files into the box and then have the files email via cdo and an smtp...
View ArticleSpotify SendMessage API Problem
Hey guys! First of all, if I'm breaking any norms or anything similar to that, please do tell what I'm doing wrong. Now to my problem: I'm trying to do a chat bot for twitch which will listen to...
View ArticleChanging MessageBox text
I want to change Text of the OK, Cancel, Yes, No buttons in the MessageBox. Is it possible?
View ArticlePersist a button via my.settings
For instance, if I was to set a button to disable itself upon it's own click, how would that action be persisted when the form that the button is located on is opened once again? I've had a long hard...
View ArticleVS 2012 [RESOLVED] Interesting For Each Question
Hi Guys! Is there a way to catch if there is no more Next? Thanks a lot!
View ArticleAuto show TextBox's auto complete list
I have the following code Code:   Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load     TextBox1.AutoCompleteMode = AutoCompleteMode.Suggest...
View ArticleDataGridView databinding custom object containing list of custom objects?
Hi VBForums, every time I ask a question on here I get quality replies so I have one quick one for anyone reading... I have a custom class called TestObject, containing a List Of(TestObject2), and a...
View ArticleVS 2010 VB.NET: appending a text file of url's (at specific lines)
Ok lets say I have a text file called "google.txt", which contains 500 google links (going to different keywords or new stories etc.) What i want to do...is at line #50, #75, #100, #150...simply...
View ArticleUpdating a DataBound DataGridView?
I have a DataBound DataGridView in which all updates will take place in the grid itself. I've never done this before so I'm not sure how to do it. I've been googling it and haven't had much luck. Each...
View ArticleVS 2012 Reflection on a List
Here is my current code to get a property value from an object: Code:   Public Function GetListCountValue(ByVal obj As Object, ByVal PropName As String) As Object     Dim objType As Type =...
View Articlepush notification of data changes from web server to local PC
I have an application which collects some information from my customers by using an asp application in my website. This application writes information to database (sql server) which is in a remote...
View ArticleVS 2012 Creating a new object
Here is some code: Code: Dim WaitObject As Wait = New Wait Dim WaitObject2 = New Wait Dim WaitObject3 As Wait WaitObject3 = New Wait Are each of these statements achieve the same result? What is the...
View ArticleVS 2012 [RESOLVED] Error "Specified registry key does not exist" when use...
But i never call for registry key... Anyone know what i need to do for resolve this issue ?
View ArticleVS 2012 Import a data from excel related column
Hi Everybody, There is an excel workbook, and it has 6 columns. First columns shows diameters of Tank. I am trying to select "Dp" (3th Column) and "h2" (4th Column) according to the 1st column. Just...
View ArticleVS 2010 Windows Service runs in Windows 7 but not Windows 8 - Code included.....
I asked help for a service I wrote earlier but no-one seemed to be able to help so I went back to basics and did a Windows Service tutorial from Microsoft. I followed it exactly with one exception (I...
View ArticleVS 2012 UnLogged Out User when Power failure
Hi im a beginner in vb.net and and i am having hard time what to do if power failure occurs for example , by the way im using sql server i want to log out the user when power failure happens, the...
View Article[RESOLVED] Add child nodes to an existing treeview
My application presents a set navigational treeview on startup of the project. I allow the user to search for records using 1 of several child nore methods. Now when they come back from that search a...
View ArticleVS 2008 Need help with a TCP/IP Chat with many people
Hi I am creating a game in VB.NET and i want to add a TCP/IP chat into it so players can chat with each other in-game and ask questions etc. I know how to create a chat like this, but there is a...
View ArticleGetting an error while trying to define a DataGridView Column Type?
I have a DataGridView that is bound by a dataset upon Form_Load. I then call a routine that will define the Column Types for the Grid, however, I'm getting an error while trying to define a Column as a...
View Article