Combobox Item from SQL Database
Hi Guys! I imported my sql database to my project. Don't laugh, it is a very new thing for me. I carried my data to my form in detail view and it automaticly created every field for me. (Which was...
View ArticleVS 2008 Help with For Each Email Sending
I need some help please. I am trying to write code to send emails from a .txt file. The problem I am having is sending an email when there is an invalid formatted emailaddress string. it appears from...
View ArticleVisual basic mysql connection time out problem
Hi there pro vb. users.. I am creating a soft through windows forms which is connected to a mysql server. I am not at home to show you the part of my problematic code but at least I can try to explain...
View ArticleVS 2010 How to check the owner of the form
I have three form purchase,sales and products. products form is an multipurpose form which is used by both purchase and sales. Now depending on the Owner of the products, it acts accordingly. To do so...
View ArticleVS 2008 Next item in Listbox appear to Label
Hi~ In order to get the next item in Listbox to be appear to Label(after first item finish to appear), any one can suggest me the correction of this code. Code: Dim x As String For i As Integer = 0 To...
View ArticleThreading 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 Article