VS 2010 Socket Comms
Hi Guys, Back after some time away! Hopefully I am posting this in the right place! I am currently beginning to look at picking up VB2010. Apologies if this isnt the correct home for it! Basically I am...
View ArticleVS 2008 Webbrowser
Hi all, I've been doing form to login to a website. I use "getelement" with a webbrowser then on the website, there is a redirect. I still see im logged, So I click "purchase" from the webbrowsers and...
View ArticleVS 2010 How Change WebKit.net Proxy Setting???
how change webkit.net proxy setting ? Please explain simple best regards
View Articleautofill of TextBox according to the value in another TextBox
Hai all members especially to senior members. Breif details of the problem Table name : accgeneral (Access 2003 table) field names : AccNo, ClassNo combobox : cmbAccNo TextBox : txtClassNo. cmbAccNo is...
View ArticleVisual Basic 2008/2010 Tutorials & Software
http://vbasickit.page.tl http://vbasickit.page.tl http://vbasickit.page.tl __________________________ So we just created a site where we upload our programs and some tutorials! We just created it so...
View ArticleSending mail on many recipients but with different text
Hi.I want to send email from a server that includes a list of recipients but the text of the message will be different. Is there a specific technique that i can use instead of a loop for every mail? I...
View Articleif string changes then run some code?
Hi guys, I have a string that is echo'd on my PHP page $output_string and a piece of javascript updates $output_string with the current song being played on the radio, now is it possible to...
View ArticleRelational operator expected?
I'm writing a program which calculates price of DVD/VHS rentals. For some reason my code keeps expecting a raltional operator in my Case statements. Why? This seems pretty simple, but I can't figure it...
View ArticleVS 2010 [HELP]HTTP request get image
Hi all, I'm writing a little program that grabs an image of a link, the problem is that, that page has some validation. The image will only show based on that is stored in the cookies. So grabbing the...
View ArticleVS 2010 Incrementing
im having a little problem with this program, its suppose to increment the number each time a check box gets selected, but it only increments to one even if you have more than one checkbox in a group...
View ArticleNeed help with code. (Saving a text file with filename from objects value)
I have this code Code: Dim filePath = IO.Path.Combine(My.Settings.FolderPath, DateTimePicker1.Value.ToString("yyyy-MM-dd") & ".txt") And I went to settings and made a user-scroped string for it and...
View ArticlePrinting Issue
I found this here code today that works great except for one major thing....It likes to print out a blank page with a "s" or "J" or "W" on the top of the page. Here is the form code that goes into an...
View ArticleVS 2008 Set attribute.
Hi there, I am trying to get the attribute "onclick" from a webpage. This is the whole html thing I'm trying to change : HTML Code: <img onclick="buy_product('7037',1);" class="vam hand"...
View ArticleVS 2010 My image keeps desapearing
Hello I am working on a project where the user is able to upload an image and save the information into a dabase. I am using a listview to display the image. I am able to display the image and the...
View Articleadd new row to datagridview - problem with incorrect user input datatype
Hi all, I have a dataGridView and an insert button on the main form. When the user clicks this insert button, a second form appears with a list of labels (column names) and textboxes (blank). When the...
View Articlekeydown delete in dataGridView
Hello! I have a dataGridView that displays a data table pulled from mySQL. I am trying to delete a user-selected row when the user hits the DELETE key. What is happening is, the delete works (both in...
View ArticleIs wmf suposed to look grainy, or is it because of VB6?
Hi there, I am working on adding vector images to a program that I can resize to full screen. The only issue I see though is, is the images look grainy, and really only look decent when the image...
View Articlesearch by date
in my project am using the DTPicker. and from my database i want to search data between two dates of DTPicker. My database date field is Dat and is in Date format. My codes are as such .RecordSource =...
View ArticleProblem With Data tables API
Hi , Does any one have idea on Data tables. I have been using in my project for Pagenation as well as sorting. My problem is that i could not be able to hide the rows of the table. Here is my code...
View ArticleBar128 font & vb6 code
I was using idautomationhc39m font in my VB6 program for printing barcodes, printing working but some bars are not scanned Then I printed the sames Barcodes using a ordinary Laser printer, worked, bars...
View Article