VS 2012 Populating listview with a 1 dimensional array using split method
Hello, this is my first post! I would like to ask help with this one, i am creating a server/client program using tcp/ip! I need to put the data received in my listview, but all i can do is to show it...
View ArticleVS 2012 Validate XML-text from (Rich)Textbox against XSD
Hi there, I've been looking for a method to validate my xml(string) in a (rich)textbox against an .xsd. The best sample I've found is: http://www.vbforums.com/showthread.p...ainst-xsd-file, but it uses...
View ArticleVS 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 Need help constructing a mysql insert/update/remove statements
Right I wrote this out freehand from what i know and hope there is nothing wrong with it. It's wrote normally the way i write them in vb.net. Now i am getting into the parts where I need to start...
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 ArticleAuto 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