VS 2010 Check Box To Loop Code
How do I make it so if the check box is clicked, then run code over and over again really fast? I tried to use the Do / Loop and GoTo, but they both just freeze the program. Private Sub...
View ArticleVS 2010 Password Recovery Form--- Help Wanted!!!
This form recovers user password via email. can someone tell me why am I getting this error and how should I fix it? Code: Imports System.Net.Mail Imports System.Data.OleDb Imports...
View ArticleVS 2008 accessing structures in an array
Hello Am having trouble accessing members of structures that are in an array. My app will be receiving several strings of information that will each be subdivided and the info contained within...
View ArticleRemote conection monitor
Hi All, I need to code a program to monitor local and remote connections to a computer. My goal is to capture any unauthorized connections to a given computer and/or what files are being accessed. I...
View ArticleWhat gives with the colors on my buttons?
Below is a screen shot of my screen in my project. Note the color of both the non-red buttons. One button (on the Left), was left with the default color. The button selected and properties showing, had...
View Articlehelp with loops
hi everyone i have just started programming in college and wondering why this loop is not working. the expecting outcome is if the error is true than clear the textbox and retype the value Do While...
View ArticleRead last 200 lines of a text file
I'm trying to read the last 200 lines of a text file - however the following returns a single line (line number 200 from the end of the file) instead of the last 200 lines Code: Dim lines As String() =...
View ArticleLooking for auto editor
Hello I'm starting. To re familiarize myself with VB. My question is that while your in VB editor is there a way to set an auto back up?
View ArticleVS 2012 Classes versus Structure
Hi, I have a problem converting a class into a structure. I have this module: Code:   Private Sub btnAdd_Click(sender As Object, e As EventArgs) Handles btnAdd.Click     Dim newCustomerForm As...
View Article[RESOLVED] Read last 200 lines of a text file
I'm trying to read the last 200 lines of a text file - however the following returns a single line (line number 200 from the end of the file) instead of the last 200 lines Code: Dim lines As String() =...
View ArticleVS 2012 Instant Messenger online or offline status indicator
Hello, I am currently building an Instant Messenger. I am stuck on trying to get the "Status" for the users coded to show an Icon instead of just "Online". Could anyone help with this or provide a...
View ArticleVS 2010 [RESOLVED] Fill an in-memory datatable with data filtered from...
Fill an in-memory datatable with data filtered from another in-memory datatable Hi, I have been running in circles since three days with no avail. And as usual, when I give up, I come here. I have a...
View ArticleVS 2010 Beginner Programmer - Interesting information in *.exe file project file
Dear All, i have just finished my first programm in vb2010, after compiling i just wanted to see what is in exe file, and ... i'm dissapointed why on section in bottom i can see for example ( variables...
View ArticleOne line initialization of multiple variables
Is there any reason why MS did allow for a one liner to initialize multiple variables. Take this for example: Code: Dim a, b, c As Integer This is great if I want all the integers to be 0, but if I...
View Article[Help] OpenVPN GUI
Hi. How are you? I need some help. I was make sample OpenVPN GUI using VB.Net 2008. how i can read openvpn log and put it in textbox line by line until the openvpn exit Sample openvpn log Code: Fri Dec...
View ArticleVS 2012 Upside down menustrip?
Hi, I want my menu strip to open up from the bottom however upon doing so it disconnects itself as soon as I open it. Images can describe my problem better so look at the screenshot below: How can I...
View ArticleWindows Taskbar ruining my fullscreen application!
So I'm developing a game set in a virtual operating system environment which is highly customizable and runs full screen (borderless too). One of the UI elements is a menu strip that acts as a dropdown...
View ArticleVS 2012 listbox items to xml
Dear friends, first off all as u may see my english is not perfect and this is my first post. i have been trying around for more than one week now and i read alot of tutorials but i am confused a bit....
View ArticleVS 2010 How to filter strings and send new string to Richtextbox. (PDF...
Hello family, :wave::wave: Okay, How do I filter strings. So I have converted a PDF file into String using itextsharp and I have the text displayed into a Richtextbox1. However there are too many...
View ArticleConstructors won't work?
Quote: Public Class Publication Private fPublication As Publication Private fTitle As String Private fPublisher As String Public Property Title As String Get Return fTitle End Get Set(ByVal value As...
View Article