application lock
I've got a application where on my menu i've got a option called "Lock" My form will become disabled and a window form will open where a user has to enter their password correct to unlock the...
View ArticleWay to check if a specific PC is in my network
Hi all, well... the title says all. I wanna check if a pc exists on my network, for example "JOAN-PC". Now I'm doing something like this: Code: Dim oShell As Object Set oShell =...
View ArticleVS 2010 Help with automatic web navigation using a WebBrowser component
I'm doing a bot for an online game, the program consists on a series of tabs, the first one contains the webBrowser component that automatically navigates, and I need to do some automatic web actions...
View ArticleCustom Config File
Hi this is a small Config class I made you can use this in your programs or games it very easy to use Supports reading and writing values. Supports reading and writing lists ex names={Ben,Bob,Jack}...
View Articleanimating a pixel like circle or ellipse - need help!
i want to animate a pixel in the form like circle or ellipse but i'm suck at gfx stuff so i asked here. btw i'm using vb6.
View ArticleVS 2010 SendKeys - Hold Down a Key
Hey guys! It's been awhile. I've Googl(ed?) this for a few hours and can't seem to find a straight forward answer. I'm working on a program and I can't seem to figure out how to make SendKeys actually...
View ArticleVS 2008 Highlight numbers using regex
Hello guys, I am a beginer in vb.net and I have a question about regular expressions: I want to highlight in a richtextbox only telephone numbers...from a phrase or a sentence. Is it possible? Thanks...
View Article[VB 2010] Autocaps problem
Hi All, i have been teaching myself for a few days how to code in visual basic and i am writing a small program that will help me at work. i have got the program to turn on the caps with the program i...
View Articledetermining letters order
hey guys ,, I need help with this thing; I want to make list box that determine the alphabetical order of each letter in one word, for example: we have text " the quick sly fox jumps over the lazy...
View ArticleHTTPWEBREQUEST current url
Please could some one share with me how you get the current url from http webrequest Cheers Joel
View ArticleVS 2008 Clicking button on website
Code: <html class="js yui3-js-enabled gecko ltr js firefox firefox18 firefox18-0 win"> <head> <body id="index" class="controls-visible browserFirefox browserFirefox1"> <div...
View ArticleSQL Statement
Hi Everyone, I currently have a sql statement that I am struggling to produce the right results. Any help would be appreciated. I have two tables named Transactions and Vendors. The field in both...
View ArticleVS 2010 I don't understand why I keep getting this converting problem!
I have no clue as to why I am getting this converting problem, I'll put a picture I took of my screen so you guys can see Attachment 95161 Can someone please explain to me what I'm supposed to do?...
View ArticleVS 2008 Charts and properties.
I have four fields in my db. I'm filing a dataset and then plotting the data on a graph. I have this code... Code: Dim sqlProducts As String = "SELECT * FROM myTable" Dim da As...
View ArticleVS 2010 I don't understand why I keep getting this converting problem!
I have no clue as to why I am getting this converting problem, I'll put a picture I took of my screen so you guys can see Attachment 95161 Can someone please explain to me what I'm supposed to do?...
View ArticleVS 2008 Insert Into Access Database , Syntax error in insert Statement
hey all, i need some help with access database !! i've been working with SQL Server 2008 and it was all fine, but now i'm required to use access database here is my code, and i keep getting same err :...
View ArticleVS 2010 WebCam select Video Source dialog
I made an application which is capable of taking WebCam snapshots, the problem is that when my application is ran I get a Windows dialog saying to select a video source. I saw somewhere on the Internet...
View ArticleVS 2010 How to avoid MDI child move out from MDI parent client area
I want to make my form divide into 3 like this Code: -------------------------------------- Splitter1 -------------------------------------- MDI Parent...
View Article[RESOLVED] how to load files in richtextbox1 with combo1 selection
Please help how can i load .rtf file in richtextbox1 with combo1. e.g. in combo1 I have 5 different subjects like Science, Math, History, Economics, English and i want when user select Science from the...
View Article[RESOLVED] Take one piece string in webbrowser?
I want to ask, how to get the first string in the site via webbrowser? - In the form I have drawn one webbrowser and navigate it to the first webpage! - In the webpage which has one character, and I...
View Article