Making a "click event" for the webbrowser control - it's not working after...
[Using VB2010 Winforms / targeting .NET 2.0] Hey guys, I'm trying to capture a doubleclick event inside the webbrowser control. When I run the program, it automatically navigates to an URL. Then if I...
View ArticleVS 2012 My program not functioning correctly or to weak?
So I tried to make a program that sends shells to an Ipv4 and it sends them all, but it doesn't slow it down or crash. So I tested it on my own ip, and my PC didn't loose connection or anything can...
View ArticleCatching exception in Async operation?
Hi VBFroums, will keep this post short, don't need to write an essay lol. Code: Imports System.Net Public Class RequestState Public request As Net.HttpWebRequest Public response As...
View ArticleVS 2010 Pop up message box?
Hello all, I need a code to put into my program. When you open the program a message box appears and you hit OK to continue. Anybody know the code for this? I need it to put the credits in my program....
View ArticleVS 2010 Cannot perform 'Like' operation
hello guys:wave: i was making a filtering option for the datagridview whose source is access accdb but im getting this error for entering any number or letter (ps: datatype for this Field is 'Number'.)...
View Articlenested DataReader
I'm using nested datareader in my program which returns an exception as follows: "There is already an open DataReader associated with this Command which must be closed first." When i alter the...
View ArticleVS 2010 Need your touch to enhance (English learning program)
Hi all This is a quite simple attempt to visualize my approach to help English language learners ( I am Arabic,..English language learner too :bigyello:). Attached Files english-describing.zip (149.3...
View ArticleVS 2010 Random Image in multiple PictureBox with unique image per picturebox.
hi guys! i'm new in VB i want to call random images from imagelist in multiple PictureBox but my problem is same image has been called.. this is my code: Private Sub btnMore_Click(ByVal sender As...
View ArticleVS 2010 Random Image in multiple PictureBox with unique image per picturebox.
hello there!,, i have 1 imagelist and 12 picturebox with random images.. my problem is when i clicked the button Shuffle the picturebox has the same image in the other picture box.. i don't the...
View ArticleVS 2010 How to databind Combobox
Before I changed my code, I used vb.net Code: daLevel.Fill(ds, "tblLevel") to update the datatable. This specifies a dataset (ds) that I could then use to bind to the combobox in the following way:...
View ArticleVS 2012 Problem totaling datagridview columns from access
I have a DGV I populated from an access database. When I go into access I have a totals row below the columns. But when I import the table into my windows form there is no totals row below the columns....
View Article[RESOLVED] Locate an item in Combo Box
How to locate an item in a combobox by passing it's index value ? FindString method may not be useful as my combobox can contain similar strings. something like this .. But this does't work for me here...
View ArticleVS 2010 Writing formatted text to a text file
Hello, This is a follow on post from the following posts I made earlier in March/April of this year. These are my 4 earlier posts (in date order)...
View ArticleVS 2008 Delete text from a string
Hi. I have in a richtextbox for example, some text who are 99% identic. Like: Code: [ url=examplea]Example1[/ url] [ url=exampleb]Example2[/ url] [ url=examplec]Example3[/ url] [...
View ArticleVS 2010 [RESOLVED] VB.NET ShowDialog firing ValueChanged event and not form...
Hi, I have just started using VS2010 (VB) and have converted my VB6 project. I am having a problem with one of my forms which I call with ShowDialog. Instead of firing the Load Event, it is firing a...
View ArticleVS 2012 Windows Forms App wont run on WinXP
Hi I coded a pretty basic VB.net app with .NET framework 3.5 in VS 2012 on a Windows 8 Pro 64-bit machine. The app doesn't use any database connectivity or any other prerequsite. I built it for x86 CPU...
View ArticleVS 2012 Printing problem?
I have been researching how to use the Print methods to print an image of my vb.net form. I keep getting referred to the PrintForm control. This is not what I am looking for. I need to create an image...
View ArticleExpandable Transparent Forms
Hi, Not sure If this is possible. I've attached two screen shots. Basically when you press the plus symbol the form expands and shows an additional combo box but it doesn't look very clean with a lot...
View ArticleHighlight text capture program
Hey guys i need some help. I am trying to make a program which, when a user highlights a text(eg. 'boy' in "There was a boy.") in a document (such as .pdf, .txt, .rtf) they could right click over the...
View ArticleVS 2010 Streamwriter not saving
Hi Guys, What i'm trying to do here is save to file the items in a listview which meets the users criteria. Code: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As...
View Article