Threading in Timers
In my Application, I want to insert some values into the database for each and every second. This application will have to connect to different systems(Clients). I wrote this code in timer running for...
View ArticleVS 2010 Download prerequisites
Hello to all, where can I find to download this prerequisites. I what to put them on CD, where is application that I put, so you can install them form CD and not internet. I have search the Microsoft...
View Articlexml query on xml column in a datatable
If i load xml datatype column to a datatable then can i perform xml query on it? SQL server supports queries like .exist, .value on xml columns. I am trying those kind of queries on datatable.
View Articleclick ONE image in webpage vb.net (its clicking all the images present on page)
so basically i need to click just one button that is a image in a website. but there are more than just one and the app clicks all of them.. I would like to click the first or second or thrid or fourth...
View ArticleCustom EWS Class - FindFolders help
Hello everyone, I have downloaded the sourcecode for http://www.codeproject.com/Articles/...65#xx4626665xx and I am trying to make it so that I can get items from a specific folder that is NOT the...
View Article[RESOLVED] Removing Dynamic controls ?
I have created a form with 2 controls, a panel and a picturebox. In the panel I create picturebox controls to show thumbnails. These can be dragged and dropped on the larger picturebox below, which...
View Article[RESOLVED] Trouble reading + writing files.
I'm having trouble opening and reading files, and also having some trouble writing them. I'll start with the code for reading, because obviously that comes first Code for reading: Sub ReadFile(fileName...
View ArticleVS 2008 Need help with a basic chat application!
Hello Vb Forums, Im a very new member of VB forums!Well as my title states Im new to VB and I have tried to do a chat application myself since I have to submit a project developed on Visual Basic.So,I...
View ArticleVS 2012 Finding string in website
Hello, I'm sort of new at VB and need help finding a string a website to accomplish the following: Find: <a class ="messages" title="You have 20 Messages" href="link"> Store Variable something...
View ArticleVS 2010 Displaying Time in Datagridview
I am converting an employee clocking application which previously used a MS Access database to Pervasive SQL database. Clock times are stored in the database with the Time datatype. I am trying to...
View ArticleIs there a way to use multiple proxies at the same time?
Is there a way to use multiple proxies at the same time? For example i would like to use two youtube accounts with two different IP' (private proxies ( ip:port:user:pass ) Is something like this...
View ArticleIssue adding rtf to richtextbox
I have two richtextboxes on my form. rtb_chat is read-only and rtb_input isn't. I'm trying to add the text from rtb_input to rtb_chat while keeping the richtextformat. Here is what I have so far: Code:...
View ArticlePrecise Timer, Microsecond timer
Hi I am looking for something that is Much Much faster than a thread timer. Code: Dim ggg As System.Drawing.Graphics = System.Drawing.Graphics.FromImage(screenshot) ggg.CopyFromScreen(New Point(0,...
View Articlevs2012 and database
ok i have just upgraded to vs2012 from vb2010 now in vb2010 i usually use the inbuilt local database but in vs2012 that's all changed i have been researching on google but can not find information that...
View ArticleMonitor keyboard layout change
I want to monitor the keyboard to update my OSK with the new layout, currently i'm using the following code in a timer Code: Private Sub tmrKBLayoutViewer_Tick(sender As Object, e As EventArgs)...
View ArticleVS 2010 Passing additional parameter to Event Handling Sub
INFO: nDiamonds is Numeric Up Down control PHP Code: Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load nDiamonds_ValueChanged(sender, e)...
View Articlei need help incrementing numbers and characters please :)
could someone help me make a function that i can pass numbers and characters like this "1A87F654P3" and increment it to "1A87F654P4" and also able to deduct it like "1A87F654P2" using a switch or...
View ArticleVS 2008 A stupid question..
Hello there, I am some kind of newbie in these stuff and I would like to ask you how can I fix the following thing: Y/day I finished with creating a program and today I noticed that I had a made a huge...
View ArticleVS 2008 Mouse move and click
Hi. I want a code that move my mouse on a position, then click. I want this for a auto-clicker. Something like: Code: If progressbar1.Value = progressbar1.Maximum then mouse.move..................
View ArticleVS 2008 record audio using mcisendstring in vb 2008
I made a program to record audio from the line input of my soundcard using vb 2008. I've got the bitspersample set to 16. The samplespersec set 44100. Channels is set to 1 for mono. All that works just...
View Article