VS 2010 InvalidOperationException (An error occurred creating the form)
Me.MainForm = Global.SuperPad.Form1 This gives me the "InvalidOperationException was unhandled" (An error occurred creating the form. See Exception.InnerException for details. SuperPad is my text...
View ArticleVS 2010 [RESOLVED] Problem in updating Records
Hi i am using VS 2010 Vb with sqlServer I want to update Records from table Cust_Master on CCode (Primary key field) i retrive data from another aspx form where i used Gridview binded with...
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 ArticleBUtton to move multiple text box data to Data grid view
I am new to VB and I am trying to butild a program to make a list then sort it then print both lists. Excel can do this yes. and I have to MAcros in my excel form but i am trying to rtebuild this in VB...
View Article[help]sorting textboxes.text with numbers
Hi i want to sort 4 textboxes with numbers(user give the numbers).I search and find the bubblesort method but it dont work with textboxes.i tested with numbesr and worked fine. What am i doing wrong?...
View ArticleIncorrect syntax in sqlcommand
I'm coming from working with just ms access to try to learn to do the same things in sql. I'm getting an error that says: Quote: incorrect error at syntax '?' The command string that I'm using is:...
View Article