VS 2010 Captcha from Webbrowser to picturebox
I made a website login, but for the captcha (recaptcha) i didnt find a way to get it from the web browser into a picturebox ... Any Ideas ? Yes i need to get it from the webbrowser cuz it changes every...
View ArticleVS 2010 100% Transprent Picturebox
Hi, My problem is I wanted to make a picturebox that is 100% transparent. I already tried to set the BackColor to Transparent, but then you can still see the background of the form. Now please do not...
View ArticleVS 2010 can someone give me the entire vb code for bing translate to act as...
Hi friends can someone please give me the entire visual basic code for the bing translate. I'm not getting the entire idea of how to make one. Will anyone be able to teach? I'm new to vb. Thank you.
View ArticleDeclaring shadows???
Hey guys. I get these two errors: WithEvents variable 'Created' conflicts with property 'Created' in the base class 'Control' and should be declared 'Shadows'. --AND-- WithEvents variable 'Size'...
View ArticleIO.DirectoryInfo not doing anything?
OK hi again guys. Another problem here: Code: Dim infoReader As System.IO.DirectoryInfo Label1.Text = Form1.ListBox3.SelectedItem infoReader =...
View ArticleVS 2010 DateConverter Class - Convert Nepali Date (BS) to English Date (AD)...
This object prototype lets you convert Nepali Date (i.e. BS) to English Date (i.e. AD) and vice versa and perform Unix Timestamp conversions Limitation: Only works between the range 1994 AD - 2033 AD (...
View ArticleVS 2010 [RESOLVED] used only active form
hi, if form2 open then lock all form and only use form2 other all form is disable how to?
View Article[RESOLVED] VB 2010: What the ...... ?
vb.net Code: Dim x As Integer  Dim y As Double  Dim z As String = x & y & "No!" Why isn't this monstrosity an error even with Option Strict On? :eek:
View ArticleVS 2010 Master Detail selection fails
Hi all I have 2 DataGridView that are populated with the following SQL query: Code: masterSQL = "SELECT BM.Code, BM.NumOrder, CL.Name, AG.Name, TX.Description, CM.Description " & _ Â Â Â Â " FROM...
View ArticleVS 2008 Read circular barcode from picture or video feed
Hello, I am looking for help in reading a circular barcode from an image or video feed. I have read several posts on reading a barcode, but this image requires arc transformation or linearisation...
View ArticleVS 2008 TCPListener throwing exception 10048
I'm trying to duplicate a program's feature, but have it perform a different set of tasks. What's going on is that Program A is communicating to Program B, which is typically performed over a closed...
View ArticleDoes using static vs instance methods conserve system resources?
Quick question, I would think the answer would be yes...just wanted to verify. :wave:
View ArticleStatic vs Instance, Classes vs Structures, Interfaces vs Inheritance Pros and...
If someone has a spare 5 minutes and could break down the pros and cons of each of these types of vb.net language features it would be helpful not only to myself but probably some other people trying...
View ArticleVS 2008 Am I missing something again, or is it really possible that there...
... NO references to FTP in any of these forums (fora?)? Used the little search window on upper-right of the toolbar, and got NO hits for ftp or FTP (does case matter?) Anyhow, I'm trying to find some...
View ArticleProblems with my form loading correctly & WIN Xp and Screensaver
HI, I have a vb.net program that uses axmediaplayer to play a wmv file. I have a timer in this program that loads another form after 5 seconds. Everything works fine in the program except.. On Win XP...
View ArticleVS 2008 Allowing users to select where to save.
I am using a Streamwriter to write a datagridView to An excel file. I have that working properly, but i just need help letting the user specify a save spot. I figured itd be better here than in Office...
View ArticleVS 2008 Stdcall
Hi to all: I need to pass functions from a DLL Throught STDCALL...This is possible via VB.net? I'm totaly out concerning this subject, and it was great if someone could tell me something about this!...
View ArticleSorting DataBound DataGridView Columns
I have multiple runtime generated DataGridView, and I would like to sort columns with null values. These DataGridView are bound to a Sql Server 2008 database. I have tried using the ICompare Method,...
View ArticleDownloading data from a CSV file from a url
Hi everyone, I'm having a few issues retrieving data from a CSV file that is located in a drop box folder. The data is used in an application I am working on, it contains different values which result...
View ArticleVS 2010 Adding an item to a List with checking
Here is my situation: I have a GUI form that has many textboxes on it. At the bottom of the GUI form, there is an OK and a Cancel button. When the OK button is pressed, the Textbox controls are checked...
View Article