Small 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 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 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 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 ArticleVS 2008 How to delete ( and ) from textbox ?
Hi ! I got a program where user types a text into textbox and then it rewrites the text (sendkeys) However when a user types a character like ~ % ^ ( ) + it crashes.I have fixed all characters,but (...
View ArticleVS 2008 resolved end of statement not expected error Please help
This is why I hate when another developer sits down and changes your code and generates an error and that now sets you back even in a minor way. Can someone please tell me why this is happening and...
View ArticleVS 2008 what am i doing wrong here?
The download work fine..the problem is if i click on the form1 to say drag it off to the side as long as i have the mouse down the thread stops running..i noticed the same thing with the listview...
View ArticleVS 2008 Follow up question objDoc and MIEObj not populating.. help please
In this line of code in my VB.NET Aplplication [code] If pEnvmnt = "rel6" Then aa_vb_interface.OpenWindow("http://BLAH1/Controller?view=jsp/Pportal.jsp", pTitle, pUserName, pPassword, True) End If...
View ArticleEditing textfile with structure
I'm working on save editor program, but i've came into huge problem: Here's structure in these textfile: Code: owner="SOV" controller="SOV" core="SOV" infra={ 10.000 10.000 }...
View ArticleVS 2008 VB6 to VB.net weird characters in Combo Boxes
When I look in a combo box drop down, everything looks fine, but when I make a selection, i get weird characters showing in the box. See attached, what is this, what can I do to fix it
View ArticleVS 2010 Require Administrator
How can make just a button to require administrator rights in order to execute? (the application executes using asInvoker)
View Article