VS 2012 Need advice for dropdownlist control
Hello: I recently made the move from visual studio 2005 to 2012. I have a new assignment at work to create a web app. I have a form that needs to have a dropdown on it. The user will look to see if...
View ArticleInconsistency in radio button tab indices
I've got several sets of radio buttons: Some inside a top-level groupbox, some inside lower-level groupboxes, and some on the form. All of them have their tab indices set appropriately and the TabStop...
View ArticleFinding Standard Deviation Using Array and Function
Hello. I opened a topic before but people misunderstood my question. I have to create a program that computes Standard Deviation of a group of numbers when Button1 is clicked. On button click, Inputbox...
View ArticleWorking with percentages
Im working on an app that requires us to use check boxes to calculate a total grade depending on input from user. easier to explain if i just post my work so far. (its flawed but im getting it little...
View ArticleVS 2010 Create Install Package, not a Click Once install
Hello, I'm after some advice on the best way to create an install package. I don't like the the Click Once type install packages. Is there any option in VS to create a different kind of installer? Cheers
View ArticleRandom PictureBox
How would I make it so that out of my 170 HIDDEN picture boxes, every 1 second a random one will SHOW and then HIDE? So basically this will happen. BLANK SCREEN! RANDOM PICTURE BOX POPS UP! HIDES!...
View ArticleClick to deselect single-select listbox
I want to make a single-select listbox deselect the selected item when you click on it (like a simple multiselect, except that only one item can ever be selected). Is there a simple way to do this? Or...
View ArticleListing Prime numbers within a group of numbers
Hello! How can I re-write this program with using arrays this time? Thank you Code: Dim lowerLimit, upperLimit, primeNumber As Integer     Dim isPrime As Boolean = False     lowerLimit =...
View ArticleNeed help: Grade program - Constants and Functions
Hey there, So I have this problem. I've been working tirelessly with VisualBasic 2010 on an assignment for my CS 105 class. The assignment seemed pretty straightforward: Make a program with checkboxes...
View ArticleVS 2010 What happened to my combobox list?
Hello all, I've been working for a few months on a project in order to teach myself how to use VB. I downloaded 2010 Express and have been making great progress, but now I am stumped. I have 2 sets of...
View ArticleVS 2010 [RESOLVED] filesize function
Code:   Public Function getFileSize(ByVal path As String) As String     Dim sizes() As String = New String() {"B", "KB", "MB", "GB"}     Dim len As Double = (New FileInfo(path) + Length)...
View ArticleHow to query a dataset that has been added to my project
I am curious about using a dataset that I have added to my project (using the import wizard). I have the oledb connection code which should access my ACCDB, but, what if I want to use the datasource...
View ArticleVS 2010 Heavy form, need help to solve exceptions, many of....
here's me full code, i dont get why all the exceptions just after i hit f5 to debug, doesn't state errors, it's all valid code...... Code: Imports System Imports System.Collections.Generic Imports...
View ArticleVS 2012 Parallel port read/write to status/control registers
Sup guys, been a while. This is a long shot but figured I'd ask. I searched and searched but nothing of any substance. I am using the inpoutx64.dll with C# and Windows 7 64 bit with a 3rd party...
View ArticleVS 2012 File Used by Another Process (Timer)
Hey Everyone - I have a little snag. I have this code on a timer Code: My.Computer.FileSystem.WriteAllText("C:\test\jesterlog.txt", tbLog.Text, True) . It runs fine the first time, but when the timer...
View ArticleAn error occurred creating the form. See Exception.InnerException for details.
Dim tags = Form2.RichTextBox1.Lines Dim url = "https://live.xbox.com/en-GB/Profile?gamertag=" Dim urltags = url + tags Dim request As System.Net.HttpWebRequest =...
View ArticleVS 2012 vb.net 2012 Resource
I am attempting to write this program that will open an excel file located in the resource. After looking at youtube tutorials on how to open an excel file located on my computer with vb.net seems...
View ArticleVS 2008 Click Once setup !
Hello Guys, I know there is no Click once setup for compact framework but still if there is anything like clickonce setup for deplying CAB file and downloading and installing on client. Once the setup...
View Articlehttpwebrequest - Clarification
Hi ive just started going over this class and gone through a couple of walkthroughs at the top of google, and i understand most of it but i think there is alot of miss-information im being fed. heres...
View ArticleVS 2008 Microsoft RDP control (AxMsRdpClient7)
Hi I have the Microsoft RDP Control added called AxMsRdpClient7 It connects fine, when loged in or login fails it tells me via a msgbox, this works perfect, however if i try to connect to a windows 8...
View Article