VS 2008 Can't delete Code!!!!!
Hi to all: I have here a very strange problem that i can't find the razon to the code procceed in that way... The code named 'SECTION CODE OF THE PROBLEM START HERE" is a code for moving a motor, and...
View ArticleVS 2008 Dynamic usercontrol - Make button invisible when next usercontrol is...
Hi all, I was wondering if it's possible if I can make a button in a dynamic usercontrol unvisible when the next one is generated. Here is a screenshot of my form: So instead of 3 "Verwijder" buttons,...
View ArticleVS 2010 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 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, Im 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 havent 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 ArticleFlickering ComboBox
I've created a ComboBox, but for some reason, something makes it flicker and crash. The flaw occurs in this Subprogram, but I just can't figure out how to fix it. If any other parts of the code are...
View Article[RESOLVED] Linking Graphics.DrawImage Names
Hi Guys! I hope I can explain what I need. Here is the thing: I have this by this code Code: Private Sub ImageExampleForm(ByVal sender As System.Object, ByVal e As System.Windows.Forms.PaintEventArgs)...
View ArticleVS 2008 Trouble targeting a global hotkey
Hi, I'm new here and big surprise I've run into a problem I can't figure out. What I'm trying to do is simulate pressing the F5 key from a button in a visual basic 2008 program (since the app will...
View Article