VS 2008 Why this doesnt work ? (memory scanning)
Hi ! Im making this program just to learn about memory etc, im trying to scan for a specified value in some process, and it works when i set the start point like 10 addressess before the address i want...
View ArticleVS 2008 Problem with webbrowser control
Hi folks! I need some help with one simple code snipet. Goal is to make simple query on a site, site has one input field and one button. I am not a coder, so please dont judge me for code format, i...
View ArticleVS 2008 Syncronize sort 2 Comboboxes
I have 2 Comboxes . I need to sort them. The one is numbers and the other is normal text. I need them to be syncronized. So Item 1 (MAN) in combobox1 should be syncronized with 1 in combobox2. I should...
View ArticleVS 2010 Array index reference
Hi, using Visual Basic 2010 Express, I created a checkerboard using Dim Board(64) As PictureBox then assigned each cell an image and last added it to form1 in a loop Me.Controls.Add(board(x)). Worked...
View ArticleVB 08 Auto Click on Submit Button?
Code: WebBrowser1.Document.GetElementById("NewGamertag").SetAttribute("value", txtTurbo.Text) WebBrowser1.Document.GetElementById("claimIt").InvokeMember("Click") So basically what...
View ArticleString was not recognized as a valid DateTime.
hello i use a label to display date in format "d/M/yyyy" by using this line Code: datenow.Text = DateTime.ParseExact(datenow.Text, "d/M/yyyy", CultureInfo.InvariantCulture).ToString but if the user...
View ArticleVS 2010 Importing url list uri error
Hey Guys, I have coded a small application to format URLs using the code: Code: '// First split the HOST/USERNAME/PASSWORD Dim stringArray As String() = strAccount.Split(" ")...
View ArticleFor...Next instead of Do..Loop & Select Case instead of If Statement
Hi guys, I am a beginner in VB, I have one exercise to solve: Rewrite the following program segment by using For Next statement instead of the Do Loop statement, and by using Select Case statement...
View ArticleMultiple companies
Im developing a accounting vb.net windows application, 1.In this 1 company can be created with its customer n vendors. My problem is how to make multiple companies...for ex in quickbooks and many...
View ArticleVS 2010 Delete SQL records based on Datatable
Afternoon all, I load a number of records into a datatable. I am trying to find out if there is a simple way to remove all the records in my sql table that are in my datatable without having to loop...
View ArticleGetting this screen while trying to debug app???
I'm getting the following screen while trying to debug my web app. I set a breakpoint and when I hit the breakpoint and step to the next line, this error occurs. I've never seen this before!!!! Thanks,...
View ArticleHow to split email string?
If I had an email- firstname.lastname@example.com How would I split it so the end result would be firstnam.lastname? Thanks in advance everyone :D
View ArticleVS 2010 Adding directory names to a listbox
Hello! I haven't been programming much, but dabble in it once in a while because it's fun. But I've been stuck with this issue that I thought would be fairly easy to solve, unfortunately it doesn't...
View ArticleTransaction Puzzle
I have to run off for a brief walk (doesn't even count as a hike), but let me toss out a puzzle that I have been making no headway on in case somebody can tell me what to look at next. There is no...
View ArticleGetting Balance from selections made in program (Visual Basic)
Hello, I am trying to get the balance from a program that I wrote, but seem to be having a little trouble with it. The formula for getting balance in this program is (balance = balance * (1 +...
View Article[RESOLVED] Help with Code, PLEASE
I am attempting to populate a drop down from a text file, the cod is below, and I've attached a data file I'm getting the text from. Help if you can, What's happenuing is if i rem out the lower code,...
View ArticleGetting a random image from a database?
Would anyone know how to retrieve a dataset of images from a database and then randomly select one? Thanks,
View ArticleResult Error
Hi, im new in this forum, so actually, I guess this is the right section, and I guess that I'm not doing anything wrong. Well. I was working in a project, and everything was alright, until I got this...
View ArticleVS 2010 [RESOLVED] Quick question on Class properties
Hi guys. I have a newbie question: Is there any substancial difference when creating properties for a class this way: vb.net Code: Public Class Invoice Public Property customerName As String End...
View ArticleCalculation not working correctly
Could somebody please help me out with getting my calculation to work. What I am trying to do is, if textbox31 is a negative number then it needs to subject textbox31 from textbox1 to get a bigger...
View Article