VS 2010 Matching Text in a String
I'm attempting to match multiple lines through Regex, but it doesn't seem to be working how it should. Is there another method that I'm overlooking? What I'm trying to match is simple, and only appears...
View ArticleVS 2010 splitting a multiline textbox - help
guys im trying to split a multiline textbox containting for example 100 line each line in the form of Firstname:Lastname , i tried to split them at the : delimeter and getting the Firstname and...
View ArticleVS 2010 Intersecting lines
Been a while since I have written any code and I am attempting to write an app for general public use, whereby I start with a small drawn circle and keep enlarging it until it hits a boundary line of...
View Articleapplication lock
I've got a application where on my menu i've got a option called "Lock" My form will become disabled and a window form will open where a user has to enter their password correct to unlock the...
View ArticleVS 2010 Help with automatic web navigation using a WebBrowser component
I'm doing a bot for an online game, the program consists on a series of tabs, the first one contains the webBrowser component that automatically navigates, and I need to do some automatic web actions...
View ArticleVS 2008 Highlight numbers using regex
Hello guys, I am a beginer in vb.net and I have a question about regular expressions: I want to highlight in a richtextbox only telephone numbers...from a phrase or a sentence. Is it possible? Thanks...
View Article[VB 2010] Autocaps problem
Hi All, i have been teaching myself for a few days how to code in visual basic and i am writing a small program that will help me at work. i have got the program to turn on the caps with the program i...
View ArticleHTTPWEBREQUEST current url
Please could some one share with me how you get the current url from http webrequest Cheers Joel
View Articlelistview advanced edit(VB 2010)
hey coders. i need help to figure out how to seperate the item and the subitem in a listview(edit on double click) i have a listview in my program that loads some infos(it both have an item and a...
View ArticleOne tapstrip at top and one Fastcoloredtextbox
Hi everyone, I am haveing trouble getting this to work! I have one tabcontrol pulled up to just show tabs and underneath I have one "FastColoredTextBox"...
View ArticleVS 2008 UGH!! Why is programming for XML so difficult to learn?
All I want to do, for now, is to open an XML file, read into some public variables, and close the file. My XML structure is thus: Code: <?xml version="1.0" encoding="utf-8"?> <ConfigData>...
View ArticleSetting every controls TabStop to False
Can I loop through every control on the form and if it has a TabStop property, set that to false? Is this an easy way to loop through the controls?
View ArticleVS 2010 Preview image in OpenFileDialog
In Visual Basic.NET, when browsing to a file via the OpenFileDialog control, is it possible to display a preview of an image when an image is selected in the OpenDialog?
View ArticleVS 2010 Need help automatically decreasing available numbers from NumericUpDown
I'm trying to make an invoice application and I want to make it so that when an item is ordered, the available # of items drops by how ever many the person bought. In example if someone ordered 2 items...
View Articledrag and drop
Hi All, I have never used drag and drop before and am wanting to do the following. I have 2 flowlayoutpanels in which 8 buttons can sit in. i want the user to be able to drag the buttons between each...
View ArticleVS 2010 I don't understand why I keep getting this converting problem!
I have no clue as to why I am getting this converting problem, I'll put a picture I took of my screen so you guys can see Attachment 95161 Can someone please explain to me what I'm supposed to do?...
View ArticleVS 2008 Charts and properties.
I have four fields in my db. I'm filing a dataset and then plotting the data on a graph. I have this code... Code: Dim sqlProducts As String = "SELECT * FROM myTable" Dim da As...
View ArticleVS 2010 I don't understand why I keep getting this converting problem!
I have no clue as to why I am getting this converting problem, I'll put a picture I took of my screen so you guys can see Attachment 95161 Can someone please explain to me what I'm supposed to do?...
View ArticleVS 2008 Insert Into Access Database , Syntax error in insert Statement
hey all, i need some help with access database !! i've been working with SQL Server 2008 and it was all fine, but now i'm required to use access database here is my code, and i keep getting same err :...
View Article