A Simple Control Module
' I simply created this module for people who wanted some easy functions that return True/False to determine if a particular control was a particular type or of a group.. ' You can add more to the...
View ArticleClasses inside of Modules
Hello, a colleague of mine wrote a program that was working fine on its own. It was a module containing a class. something like this Code: Module m1 DoThisAndThat() Class c1 //variables and constructor...
View ArticleOpen another parent form
At the moment, I have a project I'm working on with a menu that opens a new window. Annoyingly, when the new window is opened, it just does everything the main parent window does that the new window is...
View ArticleVS 2010 Excel to Database
I am attempting to create a VB program that takes a xls file with two columns and uses that information and creates a new record in a database. I am using the OpenFileDialog get the file. How would I...
View ArticleVS 2010 microsoft.ink save picturebox
hello, i'm making a signature into my program. i'm using a picturebox for the signature, when i run the program i'can make a signature and clear it. Now i want to save the image to a file but...
View ArticleVS 2012 Get stock quote prices w/ yahoo api?
I'm really set on doing something like this for my final project in a VB.net Class. Was hoping someone could point me in the right direction. I found the following code online and i've figured out the...
View ArticleVS 2012 BruteForce SMTP Question
Hey all, Im new to this and I was wondering if anyone could lend a hand. I've taken on a project of making a bruteforcer that will attack my own smtp server. ( this is purely for fun and educational...
View ArticleResource Storage Issues
I have a program that I need to play several videos in. I enabled the WMP in my form, put the videos in my resource (I wanted to have the videos locally no matter what computer was running it) and...
View ArticleVS 2010 editing image load in a picturebox using default image editor
Hi I'm not figure out how to change this. I want to open the image that is active on one picturebox using the default image editor. I get to this one working with MSPAINT. What should I change? Tks in...
View ArticleVS 2012 Open a port using Code
I'm creating a program that will bypass/change proxy settings therefore to unblock websites in locations where there is strict restrictions. I got the proxy to change the IP and settings of my personal...
View ArticleVS 2010 Private Structure-Public Variable in Class
I am clearly getting a concept wrong somewhere but I cannot see why this cannot be done; it appears logical to me this should be possible. I am building a class within vb.net and have created a...
View ArticleProblem with richtextbox - copy and paste
I have a RichTextBox that I read of the database access 2003 without problems, also modify the text manually and recorded without problems in my database. The problem is when I copy plain text from the...
View ArticleVS 2010 Referencing TextBox content to Remote Desktop Connection
Hi Guys, I'm fairly new to vb so please bear with me! Wondering if you can help me, I'm developing a fairly simple Data Controller Backup application that aids the recording of backup notifications in...
View ArticleVS 2010 How to Read ListBox Items from Form2 without having the form open?...
Hi everyone! I have created a List for Users that can Control a Media Player. The list is in my Form2 and all the users in the list are considered as Admins! I am using a Timer to Read the from Listbox...
View ArticleHow to Fix argumentoutofrangeexception was unhandled in my Sourcode
hi, i want to make image blending, when I worked in accordance with the formula, but there is an error as shown below, how do I fix it?? Private Sub btnBlending_Click(ByVal sender As System.Object,...
View ArticleVS 2012 Whats wrong with my connection string???
I am trying to put listbox items into a compact database but its not working. I get connection property has not been initialized. Can anyone tell me what i am forgetting or doing wrong? Code: Sub...
View ArticleHelp with a simple code
Hi, I am looking for a simple code that will produce a letter based on the month that we are in. So Jan = A, Feb = B, Mar = C and so on. Your help would be much appreciated Thanks
View ArticleVS 2010 Multi Dimensional arrays
is there a way in vb.net to create an aray that looks like data(test) { tester = bob, location = nyc, skill = none } or data(1){ 1 => 10, 2 => 9, 3 => 8 } Please show me some examples please:D...
View ArticleVS 2012 List (Of T) String Array - Variable String Size
Hi, I created a class 'Rule' with three string variables: > ObjLst > RuleLst > ParamLst Which get saved to a List(Of Rule) array. Both ObjLst and RuleLst are single string variables but, for...
View ArticleVS 2010 Finding a threshold from a column
Hi guys, I need to run through a column and find a value which arbitrarily, fall below the threshold of 0.05. The column of data has a negative gradient i.e its value falls down lower until it reaches...
View Article