[RESOLVED] Install VB App in it's own Category in Windows 8 Start Screen
Hello, I'm moving apps from XP to Windows 8 & 8.1. I'm getting my apps to show in the Start Screen but in the general area in the beginning on the left side, not in it's own category. How can I get...
View ArticleUsing multiple SELECT SQL statements under 1 subroutine problem
Basically I am running the sql command: Code: sql = "SELECT [Name] FROM [Staff]" and then populating a datagridview with all of the selected values from that SQL command and then putting the first cell...
View ArticleAt wit's end: Need a 3-d array of a Class... how to ReDim it to the actual #'s?
Disregard... please delete this thread.
View ArticleVS 2012 My software does not open in other PC - the only way is compiling in...
My software is compiled in x86 framework 4.0 . I am using advanced installer to build the exe file. This software does not open in other pc, it is not a framework issue because i have installed 4.0 in...
View ArticleVS 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 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 Article