VS 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 ArticleVS 2010 TcpClient receive Data from server.
My server is non-stop send out the hex code,then i want to write a small program to receive the hex data from server. i facing a receive problem, the tcpclient only receive once only. how can i make my...
View ArticleVS 2010 Delete Files Loaded Into ListView
So I am having a hard time figuring this out, I am able to successfully load files from my computer into a ListView, but I can't figure out how to delete the checked file from my computer with the...
View ArticleVS 2010 [RESOLVED] A question about InStr function
hi , im searching a string in string with InStr function but i have a question. it is searching also in words. i dont want to search in word. for example if there is "vbforums" in my string and im...
View ArticleVS 2010 How do I use event handlers with objects within a list
Okay so I have a list called socketList that holds objects but how do I use event handlers with objects with a list? Dim socketList As New List(Of Winsock2005DLL.Winsock) socketList.Add(New...
View ArticleVS 2010 Search text in specific column of data grid view.
I want to set the focus on specific cell of data grid view. Suppose i have an column 'Id' in data grid view and there are 1 to 10 Ids in id column. Now i want that if i enter the '7' in textbox1 and...
View Article