VS 2013 VB.NET Builder with Icon Changer for the Output
Hey! - As mentioned in my previous post, regarding my problem with VB6 (which I still haven't got working), I'm playing around with stub builders, and learning such. Now my question is, how can I let...
View ArticleVS 2010 I don't see the logic here..maybe I'm blind
Hello there.. I've been trying to figure out where VB went to school, because this math doesn't make sense to me. I have two variables, "po" and "minpayout". As you can see, "po", which has a value of...
View ArticleVS 2013 Cookie Clicker Program
Hello, I am making a program for my brother (for christmas) and I am remaking cookie clicker, to be a clicker of his favorite thing. Right now I'm working on the "buying" part. The first thing you buy...
View ArticleVS 2012 [RESOLVED] Turn off ding sound when enter pressed in textbox?
This is probably something simple, but i thought I would ask anyway. Is there a way to disable the ding sound when you press enter key in a textbox? I looked on the properties tab, but didn't see...
View ArticleVS 2012 Disable clicks on webbrowser control (Converted from C to VB.Net)
If any of you can get your head around this one, or test the code for me on your OS and browser control. Would be a big help. I converted this from C to cb.net. Code: 'Disable the clicks on browser...
View ArticleVS 2010 [Help] Get coordinates within a window box?
Hey guys! So, your screen's top-left coordinates would be 0,0 but I was curious, can someone make a code to find coordinates within a window. So for example, lets say I open "Notepad" I can enter...
View ArticleAfter 3-4 minutes of capture, it gives "Parameter Invalid Error"
Hi, I am trying to capture screen every 0.5 seconds using a timer. It works fine for about 3-4 minutes (approx)... and from there the line Code: screenshot = New...
View ArticleWriting into Excel worksheet from custom VBA function (not sub)
Hello Everyone! I would greatly appreciate your assistance in helping me write data from a custom VBA function into an excel worksheet. I have been able to write from a custom VBA subroutine but get an...
View ArticleHow to load More than 5 million Record in the Grid?
hi, I have an Access database.(Mdb) (Size = 2 Gb) There are more than 5 million records in the database. How can I load More than 5 million Record in the Grid? Who has a code sample?
View ArticleVS 2010 View object in the from listbox to ListView
I decided to program a simple application. And I need advice. I must point out that I'm a complete beginner, yesterday I started with VB ... I have a listbox: Code: listUzivatelu.Items.Clear ()...
View Articlecomputer aided drawing
Hi friends, I am geomatic engineer. I try to write a program that i use it for my thesis. In my work i can describe that is a special cases of coordinate transformation in 2d and 3d. So i wrote...
View ArticleNeed help with Comboboxes
First off, thank you very much in advance. Here is a simple version of the program I am trying to build. , My code is: Public Class Form1 Public Function Encrypt(s As String, v As Long) As String Dim...
View ArticleApplication freezes when Webbrowser navigates to a specific website?
Hi, When I use the web browser form and navigate to a specific website, the parent form with the web browser freezes. It only happens when javascript is enabled and when its that specific site. When...
View ArticleVS 2010 I used to know how to do this.
It's been a while since I have used VB and I remember being able to save something when the program closed and when I opened the program up again it would be exactly like I left it. I think I used...
View Articlehow to insert multiple value of checkedlistbox to one fiel
i have problem with save multiple selected Items From checkedlistbox To one field in my Database i want the data save like this: Item1 - Item2 Here Is My Sample Project...
View ArticleVS 2010 Calculating large numbers using mod function
I need to calculate a large number (2^1000) exactly. I'm not looking in to the BigInter datatype because I need to solve this problem using the mod function. The first and last few digits match with...
View Article[RESOLVED] Auto fill textbox from array
I'm trying to fill a textbox with employee names, matching it to their clock number from two arrays. One contains the clock numbers, and the other their names, by matching the idx number of the arrays....
View ArticleVS 2012 Blocking Adds In Ie. WebBrowser Control
I am bringing this up as it is unanswered everywhere i look. There are also loads of topics, questions all over google with people making suggestions like making a hosts file in VB App folder, like we...
View Article[RESOLVED] SpecialFolder returning numerical value?
For some reason when I try to set a path to 'Environment.SpecialFolder.Windows' the path ends up being '36', even when dimming as a string - What the heck am I doing wrong? Code: Dim Install As...
View Articlehow to refresh a datagridview and prevent rows from getting repeated in the...
when i refresh my datagridview control, the new values gets updated but all the rows get repeated. in the figure 'student_pk ' is the primary key. after entering a new row, a whole new set of rows gets...
View Article