Having Trouble with a Console URI code
I found a wonderful site that gives various code samples that you can test out and try. This was one that was interesting to me. Code: Imports System.IO Imports System.Net Imports System.Text public...
View ArticleCombobox unhandled exception
I made a combobox for the user to select a style for the application. When I test it by selecting each index I get an unhandled exception, what should I look at doing in order to fix this. What is...
View ArticlePut bar ProgressBar
Hello I want to put bar ProgressBar The project does not respond when downloading a large file size Can you help me To download the project http://www.mediafire.com/?z0x6r1binkj4yzj Thank you
View ArticleVS 2010 Http Web Request - logging in
Hello all I have a program that I want to use to login into a website called Tumblr. I have got this code so far but when I try to login I always get a failed login. Am I missing something? Code:...
View ArticleVS 2010 Hook in to a game?
Hi I was wandering if someone had any tutorials or instructions on how I can hook or inject in to a game window to display a menu or window designed in VB.net Do I have to inject in to the memory of...
View ArticleVB 2010 StrConv help!
Hello I just joined VBF and just started learning VB. I am creating a simple im client application. Need to encode a string into base64. The problem is that the code I used was for VB6 which contains...
View ArticleVS 2008 [RESOLVED] How do i set the TextAlignment property on a dynamically...
I have spent the last two hours searching the forums and on google trying to resolve this simple issue. All i am trying to do is set the alignment property of a label which has been dynamically...
View ArticleVS 2010 DivideByZeroException error
I am having an issue with a DivideByZeroException error. When I click a check box, my program closes and I get the error. Here are my codes: Code: Option Strict On Imports System.IO Imports...
View ArticleVS 2008 Problem getting required GPS datafrom listbox
Hello everyone, not very current on VB.net as have not had any projects for a year or two. This is my problem, I am trying to get specific GPS information from a listbox into a textbox. The data from...
View ArticleSmall problem in "Select Case Usage" in VB 2010
i have small problem in the select case that displaying values only up to 9th case only although "Rtn" gets different values from above code but it displays output only between '1....9' cases. if the...
View ArticleVS 2010 Giving a certain number based on a certain character in a textbox.
Hi, this is my first post. And I am pretty much brand new to Visual Basic so go easy :) I am creating a simple project for my electronics course in school that converts a character into binary that can...
View Article[newbie] Enable "Requires admin privileges"?
Hello I use VB Express 2010 and want to learn about applications that require elevated privileges, namely what happens when such an application is ran with(out) UAC enabled, etc. I went through the...
View Article[SOLVED] [newbie] Enable "Requires admin privileges"?
Hello I use VB Express 2010 and want to learn about applications that require elevated privileges, namely what happens when such an application is ran with(out) UAC enabled, etc. I went through the...
View ArticleNeed Help: Shifting text in labels
I was doing this using VB6 the old days. But I really can't find a way for it using VB.NET. The idea is to shift a text or caption of a label into the next label. just like in this simple example:...
View ArticleConverting application to Windows service
Hi I creating application which monitors opened windows and saves collected information to mysql db and it works fine. But when I converted it to Windows service and install on computer it don't works....
View ArticleVS 2010 Check if line is empty or contains text.
I've been trying to find a solution myself before I post here but I couldn't find anything. I have some text in a textbox. For example: Quote: Dear Tori. Please check your email, I sent you the...
View ArticleEncryption Strings
Hi! i really need your help! I built a simple program that can connect to mySQL database, and use some queries. (SELECT * FROM ...) But than i just saw that when i open the binary file (EXE) with some...
View ArticleVB.Net Script File
Can someone provide me with a vb.net script file that will cycle thro directory's/sub-directory's and if a .mdb (or .accdb) file is found, copy the sub directory (and of course the database file) to a...
View ArticleVisual Basic Hijacking Key Controls From Program Place In Form
So I found the code to place a program inside a VB form here: http://www.vbforums.com/showthread.p...her-container) The program that I put inside the form is a game called Minecraft. However, when I go...
View ArticleVS 2008 No Disk..There is no disk in the drive. Please insert a disk into...
Nowhere in my code do i ever tell it to access drive E: so why it is asking me to insert a disk in there is beyond me.. and yeah if i toss a cd in that drive and run the program the msgbox goes...
View Article