VS 2010 [RESOLVED] Memory Leak and iDispose() questions
My issue is when my program is shut down with either form1.close or form1.dispose(), I can hear my computer fan spinning and when I ctrl-alt-del, Task Manager says my program is still in memory sucking...
View ArticleVS 2010 CardShuffle Problem
Hi everyone. I've been working on a blackjack game, and I've come across a problem with my card shuffling function. It works fine for the first four card drawings, but when I attempt to draw more (a...
View ArticleVS 2010 Background worker do work will not get textbox value. What could be...
In my form load A connection is made to the database and a textbox on another form gets filled with data. In the background worker do work I am trying to retrieve that value. Here is part of the code I...
View ArticleVS 2010 Cannot read from registry win 7 64 bit
Hi, I“ve created a program that needs to read from the registry. This doesn“t work on a win 7 64 bit machine. Can you tell me why, and what I need to do? Code:...
View ArticleVS 2010 Get active tab“s url Internet Explorer 10 64 bit
Hi, could someone help me how to get the current url from IE 10? I already have code for previous versions (well, up to 8 anyway), but for the 10 version it doesn“t work. From googling, I understand...
View ArticleVS 2008 Making POS system for school assessment need help with End of Day...
Hey guys i'm trying to get an end of day report that the manager would read at the end of a shift and give the total amount earned at the end of the day would be great if I could get some help. Go easy...
View ArticleVS 2008 How to disable option to enter number as "3e4" for "30000"
I have limited my DGV cells max input value: Code: CType(.Item("width"), DataGridViewTextBoxColumn).MaxInputLength = 3 But if I enter 3e4 (I tested if I could enter numbers only), then this is a valid...
View ArticleVS 2010 [RESOLVED] Looking for 200 from httpwebrequest
Hey Guys, What i'm doing here is after i do an httpwebrequest i am looking to make sure we get a 200 ok before continuing, in the test code i have: Code: Ā Ā Ā Ā Ā Ā Ā Ā '// [GET] REQUEST...
View ArticleVS 2010 Animation of ProgressBar
I was changed color od ProgressBar but animation disappear. It's my code: Code: Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Integer, ByVal wMsg As Integer, ByVal...
View ArticleInformation please
Hi, IĀm new to the site and since a young age I used to program in basic later on then in college I learnt a bit of VB, since then I havenĀt done much programming but I always enjoyed it and now I want...
View ArticleVS 2008 Needs guidance for a logic
Hi. I was buying some butter and bread from the Bakery. When i was done with purchasing, so did all calculations on calculator and asked for the money. I suggested him for an application, so he...
View ArticleVS 2008 ReadProcessMemory to a char array
Hi ! I need help with this thingy, i got a game called gta san andreas, it stores 30 last typed characters (in the gta_sa process ofcourse, only when its focused) to check for cheat codes.Im trying to...
View ArticleVS 2010 I am confused...
How would I make it so that as SOON as you click your mouse on a button or whatever it will activate it instead of you needing to have it UNCLICK on it... I hope you understand what I mean, I have...
View ArticleVS 2010 Printing Entire Tablelayoutpanel Not Just One Page
I have a very simple from, it has a button and a 2 column by 1 row tablelayoutpanel and a printform. When the form loads, a query that the user generated in the previous form pulls images from the...
View ArticleVS 2010 Adding items from Access database to Listbox
Okay, I have a Listbox that is databound to a field in my Access database. It populates fine when the form starts up. Every item in the name column of the database is displayed in my listbox. I also...
View ArticleWhy is VB.net considered unsuitable for building an antivirus program?
Hi all, Long time no post. I'm looking at designing a antivirus program, yes, ambitious I know... I have a fair knowledge of vb6, and have recently been doing more in .Net. Most of this learning has...
View ArticleVS 2010 After downloading, file becomes corrupt
I am developing a program which allows users to download a file. I upload the file manually to mediafire. Basically, if I manually download the file, it runs. If I use VB to download the file and start...
View Article[RESOLVED] VS 2012 Express: Inserting New Records in Excel Slows to a Crawl
I have a project which reads data from a bunch of text files and then inserts some of the data into an Excel file. The file will be appended to as each new run happens. The first thing I needed to do...
View ArticleVS 2010 textbox next line
if textbox1.text = cd then form2.TextBox1.Text = ("samp") end if if textbox1.text = m then form2.textbox1.text = ("day") i know how theyve transfer to form 2 but how can i merge them both inside on the...
View ArticleVS 2012 [RESOLVED] Express: Treeview images (PNG) look... odd
in design mode they look perfect, when i run the app they look terrible. 24x24 32bit PNGs its like they have a little border... or arent quite sized right. Any ideas? does font size or anything else...
View Article