Quantcast
Channel: VBForums - Visual Basic .NET
Browsing all 27189 articles
Browse latest View live

VS 2010 Why my Application is closing?

When I click on a button or LinkLabel my application closes automatically. Why is this happening?

View Article


VS 2012 [RESOLVED] Form Properties

Is it possible to set a forms text property at runtime, such that each time a form is loaded, the .text is shown that is the new value rather than the value set at design time?

View Article


Help with Skype Auto responder application

Hi all i am working on an skype auto responder application for a friend of mine. The application compiles and runs without error. However nothing happens when i recieve a message the sender is not...

View Article

VS 2010 [RESOLVED] Webbrowser not clicking login

Hi Guys, I'm trying to login to a site via the webbrowser control, i can set the user/pass fields fine but the "Login" button doesnt have an id: Code:                         <div...

View Article

Image may be NSFW.
Clik here to view.

VS 2012 PictureBox over PictureBox

I would like to know how to make a picturebox would not get on each other and can see both without some overlap. The only way I know is to pin down one picturebox Parent as the other but in this case,...

View Article


VS 2012 How to make a Cypher [Encrypting & Decrypting String]

I would like to know how to make a relatively basic Cypher using a basic algorithm. I have tried many times but fail miserably. I am very sorry I cannot provide you with a basis of code for you to work...

View Article

VS 2012 Resizing a groupbox

How do I write and where would I put the code to resize a groupbox immediately depending on what was selected from a combobox? Do I need to double click the groupbox and add the code there because I...

View Article

VS 2012 limit the number of characters in multiline text box

Need to know how to limit the number of characters a user can enter in a MulitLine textbox and display a countdown. Basically I would like to: 1 - Limit the text entry in a multiline textbox to 1500...

View Article


VS 2010 Dragging pictures from IE doesnt work while UAC is level 3 (defailt,...

Hello. I have a program that lets users drag pictures from Internet Explorer. I am testing it with VMware player windows 7\8 (not updated) While the User account control set to default (level 3), it...

View Article


VS 2010 Regex help extracting from table

Hey Guys, I'm having trouble wiht a small line of regex, i'm trying to parse the url from: Code: <td class="field_domain"><a href="/goto/16/akl4d/48/" target="_blank" rel="nofollow"...

View Article

sql parameterised query for Ms access

Please tell me what this sql query would be if it was parameterised. str = "SELECT * FROM Login WHERE username= '" & txtUsername.Text & "' and password ='" & txtPassword.Text & "'"

View Article

Image may be NSFW.
Clik here to view.

Measuring speed

I was trying to find out what is faster: to access constant or use it directly. I used the following code + Profiler: Code: Dim i As Double, l As Double, l2 As Double For i = 1 To 3000000000     l =...

View Article

VS 2012 Help with Boolean Error

Code: Private Sub CmbTieSize_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmbTieSize.SelectedIndexChanged         LblTieColorDisplay.Text =...

View Article


runtime button creation & saving changes in design

Thanks for taking a moment to look at my post. I am writing a little program that I want to populates a tabpage with user generated buttons during runtime. The user will click on a button that will...

View Article

generate thumbnail from documents and other files

So i have done alot of research on google and found no answer for this question. How do you create a thumbnail image of all file types to use in a image box. there were plenty of posts found on google...

View Article


VS 2010 [Resolved] File Size/Design Question

I've been creating a football game as a basement project. Each play that is called is shown on screen as bitmaps crashing into each other. It's a low tech game- even a throwback, but it's very...

View Article

Image may be NSFW.
Clik here to view.

VS 2010 Page title in tab instead of URL. & Tab title issue.

Hello, I am having 2 small issues and need a bit of help Firstly, I have set up a tabbed browser, which works great. I am also using MS Web Browser instead of the normal Web Browser for specific...

View Article


I need help with this because I don't understand it.

I am currently learning VB and I need help with this assignment. Create a project called WorldWar2. a. Add a MenuString with the above items. Add an empty ListBox. b. Add Facts Menu Item i. Use a For...

View Article

Image may be NSFW.
Clik here to view.

VS 2010 Enumeration Error

Hello to all, I have this problem in my application. It works normaly, but eventualy it shows this mistake: If I click continue application works normaly, but it is annoying error, does anyone know how...

View Article

VS 2010 Looping a webbrowser

Hey Guys, What i'm trying to do here is loop a webbrowser control to go to the next page of a site: Code:         WebBrowser.Navigate("http://site.com/?start=200&flimit=200")         '// CHECK...

View Article
Browsing all 27189 articles
Browse latest View live