Recording 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 [RESOLVED] Detecting Window Bounds of a Program?
So I can't find anything like this anywhere and was beginning to wonder if it was even possible. Similar to the way many screen recording programs allow you to select the window you would like to...
View Article[RESOLVED] What timer to use.
I am writing a new project tonight I thought I may have a go at writing a program to close process, for example when Notepad.exe is opened, it will inform the user to enter a password if correct run...
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 ArticleVS 2010 combine two textboxes text into listbox
im trying to combine lists from two richtextboxes through a string builder then add it ti listbox the problem is that with the final step , when i add result to listbox it add list to same line any...
View ArticleSorting List box But Exclude
OK so I have a DGV and a button that sorts the DGV based on a store Name to 2 Listviews, but what I would like to do is that if the Cell in the store name is blanks then to not add it to the sorted...
View ArticleZPL code expert please help
I earlier had a CPCL code to print on zebra printer in that we have a "GAP SENSOR" where in it will stop the print if it detects gap between two labels after the first label is printed but now we have...
View Article