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

VS 2012 [Resolved] IndexOf Text in Quotations

I'm trying to find the index of "some text", including the quotations. I've tried a few ways to escape the quotations but all have failed, resulting in an index of -1 Example... Code: Dim txtFile as...

View Article


VS 2010 Curly braces and string.Format

hi That is code lblResultaat.Text = String.Format("Het bedrag {0} heeft als coupures {1} {2}{3} resterende bedrag in munten{4} ", Gebruiktbedrag, Environment.NewLine, Resultaat, Environment.NewLine,...

View Article


VS 2012 Speech Recognition Just not working....

I am messing around with speech recognition, for no real reason other than trying to get it to work. I have read countless tutorials on this all over the web. I can get it to compile without errors,...

View Article

VS 2010 Get elements with 'web_name' in adress.

Hello. Here is my code that only shows links with 'a' and 'href' from WebBrowser1's document. How to limit them to these who include 'web_name' in link too? Thanks a lot for help :) My code: Code:...

View Article

VS 2010 Fill combox by list and classe

Hi I have to comboxen on the form In the first i whant to see the titel of the book the write and its it a roman detective That works. But how can i get in the second combox only the genre roman,...

View Article


Help For Search...

Hello, I'm Veri new in VB and i try to Search data and display results in DataGridVIew. I use this Code Code: Me.Contact_table1BindingSource.Filter = "FirstName = '" & TextBox2.Text & "'" and...

View Article

VS 2010 Generate Barcode

Good Day, I would like to ask some help generating Barcode Code38 When the User type on the Textbox it will automatically Generate a barcode on the Image container Your Response/Help is Highly...

View Article

VS 2008 Display graphics in tabforms

I have tab pages in my form and in one of the pages, based on the user's selection, some engineering graphics have to be drawn. I tried my best to get the same on the tab page but wasn't able to figure...

View Article


Problem using Background Worker to generate array of Hashes from file list

Hi there, I'm currently having an issue with using a BackgroundWorker to generate SHA1 hashes from a file list. Its getting through 18 files before stopping (9677 Files in the list) :( Any help would...

View Article


VS 2010 Simply Problem - Need help!

I'm currently doing a school assignment. The aim is to basically find out the amount of animals there are remaining when a certain percentage is wiped out, you then enter the amount of years that the...

View Article

Image may be NSFW.
Clik here to view.

WebBrowser.NewWindow event - Can it block dialogs?

I'm using the webbrowser control to login to this forum, but I'd like to detect or suppress the "You have a new private message" dialog window from showing,.... This is hard for me to test since if I...

View Article

Array Lists

I'm a beginner into vb.net, im doing a small billing software for my company. I have list of product codes adjacent to which are the name of the product and its MRP in an excel file. when the form...

View Article

[RESOLVED] How to get sum of a database solumn between two days?

Rather simple task which I can't solve... VB Code: Dim sum_fld As Long = 0        Dim fr_day As Date = DateTimePicker1.Text        Dim to_day As Date=  DateTimePicker2.Text          Dim con As New...

View Article


Image may be NSFW.
Clik here to view.

VS 2010 How hard would it be to make this?

I am making a new program called "Square Code". What you do in the program is when you start it up, you enter in a phrase like "Hi cool lol" in a textbox then you press generate and a box comes up like...

View Article

Image may be NSFW.
Clik here to view.

VS 2012 [RESOLVED] Can't Open Batch File in VS 2012?

Hey guys. This is something so extremely simple but it's just not working for me. I'm just trying to have my program execute a batch file using process.start(path). However, I'm getting an error "The...

View Article


How to Sort DataGridView

Okay I've been searching a lot on this topic and I've found some conflicting information. First, is it possible or impossible to sort a datagridview by clicking on the header of the column in the...

View Article

VS 2010 Clicking a button in webbrowser (WB)

hi guys, Code: Imports System.Runtime.InteropServices Imports System.IO, System.Net, System.Net.Sockets Public Class Proxy     Dim AppLocation, CurLocation As New Point(0, 0)     Sub Sync()...

View Article


VS 2010 how to search in a list ( of boek)

hi I used list (of t) How can I search in the following list To find 1 one book by a7 And to Find all the book by genre.roman Bit of code Private LijstBoeken As List(Of Boek) LijstBoeken = New List(Of...

View Article

Api

hi, can anyone tell me what's is an api ? and give me some examples about them please !

View Article

VS 2010 Grab some text from HTML source,

I need some advice on what to do. I'm making a program to do some math with hours worked and need to extract the hours worked from the website but the way I'm doing it is really sloppy and buggy. What...

View Article
Browsing all 27005 articles
Browse latest View live