Forms not closing properly with Me.Close
I have a form on my project that is not the main form. This form has a few things going on, including Timer controls to trigger certain events. When I close the for with Me.Close() the form turns...
View ArticleRecording WebBrowser HTTP headers.
Hi VBForums, I am working on a project that uses a tabbed webbrowser similar to firefox. This is working fine...but I need to be able to monitor HTTP traffic for each webbrowser tab. I hadn't used VB...
View ArticleHighlight Picturebox with rectangle
I am trying to put a rectangular line around my picturebox but it comes out strange. What am I doing wrong in my code? Code: Private Sub Slider1_Click(ByVal sender As System.Object, ByVal e As...
View ArticleVS 2010 Help finding biggest number from 2 list boxes and displaying it in...
Hi guys, im really stuck and i dont know how to do this, so a code will be highly appreciated. I have 2 list boxes each filled with 10 numbers. 1. I want when i click a button to display the biggest...
View ArticleVS 2010 load multiple csv file to mysql via mysql client
Hi Expert, I am new coders, I have a problem importing or updating mysql table, I dont know how to start this, Is this possible?, I have only little code but it is very bugy, what is the best language...
View ArticleAdobe Acrobat Reader + VB + Filling out Forms?
I am writing a small app that populates fields in a PDF form. I am using VB.NET & Visual Studio Pro 2010. I also have Adobr Reader X installed. The PDF functionality needed is just populate fields...
View ArticleVS 2010 Displaying images and descriptions on a web page
Hello, I am new using vb2010 and i am working and creating a page where users can upload images with a description and be able to display it on a web page, So far the user can upload the image and...
View Articlecan VB do a page preview when i hover the cursor over a button??
Im doing a project in VB language. i got a question. can VB do a page preview when i hover the cursor over a button?? something like when you hover above the arrow icon during a google search and it...
View ArticleVS 2010 Resx file error
Hi, I have the following problem suddenly during compilation (VB10): Warning 1 Exception from HRESULT: 0 0 0x80041FEB Error 2 resx file is invalid. Detected invalid data at the root level. Line 1,...
View ArticleVS 2010 Help with Cursor Position please?
Hello, I need help with something, I'm new. <3 uhmmm, ok so I want to move the mouse using: Code: Cursor.Position = new Point(100, 100) However, I would like to create a label and a button on the...
View ArticleLost my form
Hi all, I'm still new to visual basic so probably have made a silly mistake somwhere. The problem is that I created a form yesterday as part of a program I'm writing but today when I opened my project...
View ArticleVS 2010 how can i create a server (.exe) in vb.net as i did in vb6
i am very new to vb.net. have created servers in vb6 and now need a server in vb.net. i can create a server and define some methods and run them from my app. that references the server. however i need...
View ArticleIs something wrong with my VB download?
I just downloaded VB 2010, installed and activated it, and tried this snippet of code - Public Class Form1 Dim item1 As String item1 = "test" End Class In the line item1 = "test" there's a blue...
View ArticleGet between two strings function modification
I have a function that I am using to get a string from between two substrings. The modification is that I need the function to have multiple stopping parameters. So if it finds any of the sStop strings...
View ArticleVS 2008 ListView Grouping Sort
Good day vbforums. is there any one can help to solve my simple problem. In my Listview i add a group and my problem is how to sort a group by ascending type. if i run th project the grouping display...
View ArticleVS 2010 Finding a Pixel and moving cursor to the color help please
Heyy uhmm so I'm making a program that will automate tasks for you base on colors. How do I make the mouse move to a certain color? For example my windows form loads a game in a webrowser form of the...
View ArticleVS 2010 Msgbox with systemmodal does not work
Hello. I have problem with system modal in msgbox or messagebox, they does not work. I need to do something like a message when deleting files in windows. My msgbox must block the entire system until...
View ArticleVS 2010 [RESOLVED] How would I find a certain pixel pattern in an image?
Currently the code I have been using is similar to this: Code: Dim img As Bitmap 'Image we are scanning For xCoord = 1 To...
View Articlewebbrowser open in new tab
Hello, I would like to know I can open a URL (hyperlink) in a new webbrowser tab in my form.
View Articlehow to make password hidden in VB every one character???
Hi, I'm doing a VB project. anyone know to write the codes such that when i key in the passwords individually, it will appear such that every last character i key in it will show the character, but...
View Article