Need code to read CallerID info into variables in vb 2010 Express
I need code to read the CallerID info from a telephone call into variables in my VB 2010 Express program or a link to code that does this. I can't seem to find an example anywhere.
View ArticleVS 2010 virtual Folders/Files/Partions Sharing
hello every one :wave: i'm working in LAN Program that has some features like In-LAN Chatting and Sharing Files and folder the problem now that : some PCs doesn't has Share because(OS Missing Files /...
View ArticleVS 2010 creating a GUI for a commandline .exe help
I finally broke down and created a post after searching and searching. I have a .exe program that uses the cmd to run arguments once you have changed to the directory containing the .exe. For example:...
View ArticleVS 2012 DataGridView does not display the data from XML file
Hi there everyone. As the titles says, I'm trying to load data into a datagridview from an xml file and the datagridview just doesn't show up any data at all. I've ran the debug to check if the...
View ArticleVS 2012 Removing a form from my project - in a muddle
I am very new to .NET vb. I deleted a form (.resx,.vb) from the directory where my project is stored which is likely the wrong way to do it. Now I get an error message each time I try and run the...
View ArticleGet ip's of other computers in network for chat program
Hi everyone, i am trying to make a chat program. In the process i found alot of errors in my code already but now i seem stuck with getting all connected computers their ip adresses (only those who...
View ArticleHope I'm not way off-base here, but....
Hi, again! Seems I'm back to pick the collective brains of the community.... I've got a windows forms app that needs to grab a smallish file via FTP... The following command (from command line) works...
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 2010 Deployed 64 bit application takes long time to load function, but...
I have an application that calls my GetCSVData method of an object. When I'm running on my development machine the time between calling this function and entering the function is negligible. However,...
View ArticleVisual Studio 2012 Question/Help
Hi, so im making a Connect Four game, but im having trouble with the declaring the winner part. I have the pieces as back colors in picture boxes, but i cant figure out how to write the if statement...
View ArticleList Boxes and Buttons
Im kinda new to this Visual Basic 2010.. The program asks for the user to select an option in a listbox Can someone tell me how to hide all buttons and labels in the form until the user clicks on...
View ArticleVS 2008 Extract values from a string
Hi to all: I have a string Like this: Msg = "ffff error msg 0081456378390 00827894546738" I would Like to extract from this string all the values that start by 0081 and 0082. With way i can do this?...
View Articleselecting a menu item with 1 click rather than 2
I have two forms form1 and form 2. form2 has a menu strip with an item -- tools and a subitem item1 form1 is loaded first and in form1.load form2 is shown now select form 1 by clicking on it. now form1...
View Article