VS 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 2010 [RESOLVED] Text Boxes not accepting new values
hi i am using vs 2010 ultimate with sql server when i go for update text boxes on form are shows new value but in debug mode it shows previous values can any one have idea attached my code for aspx.vb...
View ArticleVS 2010 how to create post/article management like wordpress in vb
dear all master 'n vb expert can i create some aplication like this? i dont have any clue to create this project; Attachment 94571 i want to store article, how i can create like wordpress admin panel,...
View ArticleNeed ideas... Comparing Three checkboxes Tag properties to a class Three...
Hi, i hope you all had a happy x-mas. I hope i can explain this right. I currently have a class that has Three public List(Of string) Code: Public class info public Firstname as List(Of string) public...
View ArticleNeed some help figuring out my regex mystery.
Short Version: I am trying to build the regex to find out if a string contains "0,0,0,0". Every attempt I have made only returns each char as a match not the full string within the quotes. I am trying...
View ArticleVS 2010 GPIO Interuupt
Hi All, In my application, I am trying to read the GPIO pins status in my SBC(Single Board Computer) and perform a series of actions based on the its pins status. In VB.NET for "SerialPort" control...
View ArticleHow to put terms into software?HELP!
Hi! Hello! I'm doing a program that when someone types your username or a word and press the eject button will get one link (eg www.google.com/ + TextBox1.text) I want to start to write some rules for...
View ArticleShift key send and gamepad questions
Hello. I am using Visual Studio 2010 and have two questions about Visual Basic: 1. How to send Shift key? with My.Computer.Keyboard.SendKeys command I can only tell the program to use Shift with other...
View ArticleI Feel Like Utter Fail + Please Help
...or kill me, because I'm not going to get any sleep until I get this resolved. 'Sigh Kay I have been dealing with this code all day. I'm trying to make a remote wordpress tool that I can use for...
View ArticleProtected Overrides Sub Does Not work as expected
Hi all, My first post....I am a newbie at using vs2012 and vb.net code. I have created a simple form that uses radio buttons to change a text file between test1.txt and test1.txt.off and a checkbox to...
View ArticleHow to add a value in same text box ?
i made two text boxes and a button in windows form application VS2010 in that i enter a value ex: "24" in first text box when i press the button the ouput should come as 2+4 ="6" i.e 6 should come as...
View Article[help] How to change the interval of many timers using a loop
Hi i want to change the interval of many timers using a loop.The first idea that didn't work was something like that: dim time(5) dim num(5) dim i =0 time(0)=timer1.interval time(1)=timer2.interval...
View ArticleHow can I prevent programs from copying in vb.net 2008
Hi How can I prevent programmatic copies
View Article[VB2008] OverflowException Error with Offsets
Hello People, I'm making an addon for my game Flight Simulator, with VB2008 (Visual Basic 2008 Express) via an DLL file and that works!. But when i must calculate anything, like the speed * 3600 (cause...
View ArticleMy panel isn't showing up
I'm creating a game of checkers and I'm having a problem showing a class called "Checker". This is the checker: Code: Public Class Checker Inherits Panel Public king As Boolean Public...
View Articlecommand button still hiding
excuse me everyone i'm new in vb and this is my first project i got problem with command button it keep hiding i have doing everything with all of the way but never come to resolved this is text file...
View Article