VB 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[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 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 ArticleProvide code to direct connecting 2 computers over Internet
Somthing old, huh? As far as I known, there are steps: 1. Know me. (Computer A connected in WAN, 12.23.34.45, Winxp, ipv4) 2. Know opposite force. (Computer B connected in LAN, 192.168.1.22, modem's IP...
View ArticleVS 2008 always prompting for username & password when running the crystal report
Attachment 94543 anyone had experience this before ? please help me, why this always happened :( thank's :) Attached Images
View ArticleVS 2010 Text file read display error
Hello everyone, I am having an issue with my program properly showing the data it reads from a text file. I need the data to show in a list box, but it is popping up in a popup window, one piece of...
View Article2 web cameras and .net
Hi All, I need help once again, I have tried searching all day with no luck. Im making a camera/video capture app for my shinny new windows tablet (win 7 ultimate). I have tried a few apps but all are...
View ArticleRequest :)
Hi I'm doing my (Final Year Project)FYP project, VB language! Does anyone out there know how to disable minimize, maximize & close buttons on a form??, and also 1)ALT + F4 2)ALT + TAB 3)CTAL + ALT...
View ArticleBetter way (to me at least) to delete record and also create tables
Because of my background, I prefer using SQL. Here are a few examples using SQL. They are a good staring point. =====================================================================...
View ArticleVS 2005 Vb.Net Error..Plz help..
hello,all,I want to insert textbox vaues to sql table ItemListDB.I have written the code below.After running the program, the following error is showing,"Object Reference not set to an instance of an...
View Article