VS 2010 Problems with Case Statement
I am very new to visual basic and I am having problems with my code. I think it is my case statement. Everything else is working fine. But when I try to calculate the commission it returns a $0.00...
View ArticleEditing text file issues
Using MVSE 2012 when use this code it says the file is still inuse after it loads not exactly sure how to fix this Code:     Dim line1, line2, line3, line4 As String     Dim path As String =...
View ArticleVS 2010 Game Controller on VB?
Is there a way to accepts button pushes & DPad control from a USB game controller? To have it tab over & select a new current active object or to move a picture on the screen? Is XNA the only...
View ArticleVS 2010 Call Function
hi.. I'm new to vb.I'm using vb2010. I have declare values to comboboxes and i want the value to pass on to a function.Here is the code Private Sub InitialData_Parameter() Dim M3S As String = "m³/s"...
View ArticleVS 2010 WebBrowser Contol - submit form to default/shell web browser?
i have a webbrowser control in my VBForm. it looks for a website on my site and displays it. there are form submit buttons in that WebBrowser1. i would like it to be so that when they click a button in...
View ArticleVS 2010 [RESOLVED] Mouse buttons on WebBrowser
I am trying to get the mouse events on the WebBrowser. I found the following code that will do one of the events - but I want it to do middle mouse button down AND middle mouse button up. I have never...
View ArticleRe: Accessing Controls from Worker Threads (JMC)
John mention's we should avoid calling the middle man if we know the UI thread needs access. How ever would it be more suited if we wanted to update more then one control to either invoke the control...
View ArticleVS 2010 [Help] Get text data from HTML website
Hi i want to get text data from HTML website, but not all elements only currect text which i want.. eg: http://www.cfr.org/about/contact.html so i want to get like this thanks
View ArticleFor.. Next Output Question Need Help
Hello. I've been trying to understand why the output of the following program is: Quote: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Quote: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As _...
View ArticleVS 2008 Memory scanner for only specified data type ?
Hi ! I am creating a memory scaner..well i already created.It works, however its very slow (its in a loop, but it really takes ages to scan whole memory, even if its split to 2 parts) if i would need...
View ArticleNumeric validation for textboxes
Hello All, I have a RecordNumber textbox with 5 digit limit. The users can enter any number between 0 and 9. However, they CANNOT start with 00. They can enter 12349 or 10234 or 12340 or 12023, but NOT...
View ArticleListview to access problems...
I have an inventory scanner I have made... So it has 14 columns, and the amount of items range depending on which OU I scan in AD. Basically lets say it has 70 computers in the list... It will insert...
View ArticleVS 2008 Confused with Databases now
--- This may be a double thread, for some reason Firefox decided to log me out of VBF :ehh: if so, please lock one. For the past 2 days I have been searching VBForums, Google and countless websites for...
View ArticleLooping through string one character at a time slow.
Hi all, I'm creating an HTML syntax highlighter, and it's working for the most part. The main problem is, it's extremely slow. I mean, if you open the source code of a site like Wikipedia, the window...
View ArticleVS 2010 Detect % key on keydown
Hi there, I am using VS2010 vb.net, please help me out how to detect % symbol on keydown event. I want to calculate discount immediately after customer enters % sign, not on lostfocus. Please help me...
View ArticleVS 2010 [RESOLVED] DateDiff in SQL Statement. Record Date and Date Now
Hi All, I want to get the Days between Todays date i.e. 28/03/2013 and date on a (access db) record Date column in Db is called "OrderDate" stored as date/time in dd/mm/yyy Format vb.net Code: SQL5=...
View ArticleClass Problem
I want to put data into a order header class and in that class have a list of order lines. Any idea how I would create the class(es)?
View ArticleVS 2010 Dnsbl
Good Afternoon everyone, I was just wondering what is the correct way of querying a DNBL service? For example zen.spamhaus.org or bl.spamcop.net. Benn looking up various bits of info with not much...
View Article[RESOLVED] I don't know how to even EXPLAIN my problem!
The program I've been working on is perfect, except for one small issue I cannot seem to resolve, no matter how hard I try - I just don't know whether to post my entire code structure or not, since I...
View ArticleProper way to copy a Form with databases from Project1 into Project2 in VB 2010
I am using VB 2010 Express. I have a Form (that has 3 Access databases) in Project1 that I would like to use in Project2. In Project2, I clicked the Project menu item, then clicked "add existing item",...
View Article