Jumping to the last Node
Hi Guys, I am looping through Nodes using the iteration : For Each nod As XmlNode In XmlPage.DocumentElement.ChildNodes If Nod.Name = "xyyz" Then ....Jump to the last node..... End if Next Nod This is...
View ArticleDeclaring variables
Hello! I have been having trouble saving a button as a variable; Code: Private Button1 As Button Public ReadOnly btn As Button = Button1 Public Overridable Property Goal As...
View ArticleLabel over Label Transparencity
Hello! Attachment 97915 Code: Me.BackColor = System.Drawing.Color.Black Me.Label1.BackColor = System.Drawing.Color.Black Me.Label2.BackColor = System.Drawing.Color.Black How to make...
View ArticleAuto-typer locking to a single Application?
Hi, today i made a web browser which will be used for helping a friend with his Work. Basically to be able to browse on his computer whilst an auto-typer is typing away into a certain program. I have...
View ArticleMultiple Text Boxes Exception Handling
Hi, i am pretty new to VB and i know this may be a simple question. please help. I have multiple text boxes that i need to validate for for numeric data. I want to return the focus for the specific...
View ArticleVS 2010 Increasing Pages in PrintDocument
Hi I am using vb.net with farpoint .net, I want to print 500 records on PrintDocument1, this coding works fine for the 1st page but it does not automatically generate 2nd page, 3rd page etc. there are...
View ArticleVS 2008 Keyboard control of Arduino with UDP - seeking advice on implementation
Hi, this is my first post on these forums. Doing a college project where we control an rc car wired into an Arduino over the network from a computer. It's been brilliant doing this project and all the...
View ArticleInserting Records into a Database
Good Afternoon, I'm trying to insert a new record into a database with a save button. For some reason my insert statement is not happy. I have verified that all of the data types match the database.......
View ArticleVS 2008 keyboard controlling arduino rc car with UDP packets (VB 2008)
Hi, this is my first post on these forums. Doing a college project where we control an rc car wired into an Arduino over the network from a computer. It's been brilliant doing this project and all the...
View ArticleBasic confusion over using classes...
Sigh... VB newbie here. I have a form that successfully uses a class I made (AddLabel) that created label objects on that form. It is launched by a button on THAT form. Works great. However, I have a...
View ArticleVS 2010 some kind of tooltip with opacity
I have a regular form and if a certain condition comes up I want to pop up a small form/tooltip/message to the user. My first thought was to do a borderless form and have its opacity set to 80% and...
View ArticleVS 2010 Problem with HTTPWebRequest VS2010 Ultimate
Hello, I'm new at this forum, I signed up because I have a question :D I'm creating a program that automatically login to a game, and selects the server, but after I logged in, I don't know how to...
View ArticleVS 2008 Cannot star app. with Process.Start ?
I am able to start all other apps with this code except this one. I have double check the spelling look for spaces and still getting an error ' Open Failed ! ' . Can anyone think what could be the...
View ArticleVS 2010 Auto crop-out white space surrounding an image in a PDF file using...
I'm looking for an automatic way to crop out the white space surrounding an image in a PDF document. I often write papers using Latex for which the images are saved as individual .pdf files. However,...
View Article[VS 2010] Problems with Telnet Emulation
Hello, I have been trying to write something in VB.net 2010 that would allow me to log into several fiber channel switches over a telnet connection and perform some commands. After doing some research,...
View ArticleVS 2010 Make VB Correctly Output Foreign Characters
I have realized, just recently, that when you type a foreign character (i.e., ñ) it comes out as either a diamond with a question mark or a blank square. My application will receive information from a...
View ArticleError: Resources.resources !
Hi, Where should I look to find where this error is ? Quote: Error 1 The item "obj\x86\Debug\Pirate2.Resources.resources" was specified more than once in the "Resources" parameter. Duplicate items are...
View ArticleVS 2010 WaitforExit - need help to add
Hi need to add a WAITFOREXIT to my code before it can move on, my code; Code: Public Class Form1 Dim file_name As String = "./Start/PostInstall.txt" Dim stream_reader As New...
View ArticleHow to convert a date in a textbox to a date in vb 2010
This can't be this hard but here's my problem I have a date in a TextBox in this format "03081960". I need to convert the date in the textbox into a date format to use in a DateDiff instruction. The...
View ArticleVS 2010 Number Guessing Game?
So I need to generate a new random number after its completed and I've already gotten the number to be correct and clear the form but I don't get how to create a new random number because whenever I...
View Article