Richtextbox not finding all words
Hi all, I have a vb.net program that I want to search a webpage that has Hyperlinks and if the Hyperlink contains a certain word, it will show a message. Here is my code : Dim all As...
View ArticleVB.NET ReportViewer print preview shows blank pages
Hi All, I developed my app using VS 2012. I designed my report using the Report Viewer control. The data on my report is not tabular. It is a fixed-field form that spans several pages. I set the data...
View ArticleObtaining USB History with VB.NET
Hi All, I am attempting to retrieve USB Usage History using VB.NET. I am using VS 2012. The following block of code lists this entry. Code: Dim RegKey As RegistryKey =...
View ArticleVS 2010 Help me with my MySQL error
Hello, i am trying to make a very very simplistic game in visual basic with using mysql kind of as the server to hold all account information such as name, coins, etc. Can you please check why I am...
View ArticleVS 2010 Funtion key in DataGridView
In a Data Grid View when I'm entering data in a certain cell I want to press say F10 and it copies the data from the cell above, or if I press F11 it copies the data from the cell above and increments...
View ArticleVS 2010 Datagridview - replace a keypress with another key
Code: Private Sub dgv_WorkHistory_EditingControlShowing(sender As System.Object, e As System.Windows.Forms.DataGridViewEditingControlShowingEventArgs) Handles dgv_WorkHistory.EditingControlShowing...
View ArticleVb.net syntax errors
Hi I am not sure why I an getting the following error messages, could someone please help me sub one...
View Article[RESOLVED] ListView autosize
I am having some issues with auto sizing the list view. I have set the properties to auto size based on the ColumnContent but in one column my header is longer than the content so it cuts off the...
View ArticleVS 2008 Create a Namespace in an .xml file with Xelement
Hi to all: I need to create this namespace in an .xml file: Code: <AuditFile xmlns="urn:OECD:StandardAuditFile-Tax:PT_1.01_01" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> Hi had try...
View ArticleVS 2010 How to tell which Textbox Event was fired (Enter vs. Leave on single...
If this is even possible or the right way to do it I would like to have one sub that handles multiple textboxes on there ENTER and LEAVE events. If the text was changed it would save the underlying...
View ArticleVS 2010 Discount given depending on quantity purchased
Hi All, I am in an online VB course and am struggling to create an application that will calculate a discount in accordance to the amount that is purchased for 3 different package values. Package A:...
View ArticleVS 2010 Symmetric form resize
I'm wondering if it's possible to resize a form symmetrically. I want to grab any border of a form & drag it in one direction & have the opposite border automatically move in the opposite...
View ArticleVS 2008 [RESOLVED] Name Info from XML File
Hi, I would like to edit the app config file (e.g., MyApp.exe.config) through VB. Here is an example of part of the file: <applicationSettings> <SettingsXmlInterface.My.MySettings>...
View ArticleDynamically populating Form...need some advice.
Hiya...this will probably sound pretty complicated. Lets say I have database with tables customer, order and item. With every item i need do something and when work on item is finished i can flag it as...
View ArticleVS 2010 any help
hey there , i tried a lot to code this but failed this is the issue i got two multiline textboxes and each got more than one text line, i want to join each line from texbox1 with corresponding line of...
View Article[RESOLVED] Picturebox ImageLocation
If I use Picturebox1.ImageLocation = "http://www.website.com/image.png" How can I check if the image is loaded? It is downloading it from the internet so I need my code to be able to check if its loaded.
View ArticlePrint Preview of LISTVIEW Does NOT match printed Doc
I have a document I am trying to print and in Print Preview and in tghe Printed Doc the 1st colum gets cut off some how. I have included screen shots. Print PreviewAttachment 95391 I have set the...
View Articlelistbox and child entries?
Hi All, not sure if this is possible. I have a listbox with lets say: Burger Wrap Wrap Burger Now I also have "child" entries like Burger +tomato -onion Wrap Wrap Burger now from what I can gather...
View ArticleVS 2008 [RESOLVED] Check if a Process is Running or not
hi all, I am trying to check if a process is running, if yes it should fire a messagebox saying it is or it isnt, i am using this code by Rohit Arora from this post...
View Article