VS 2010 UAC error (VB.NET)
I have a problem with UAC permission in windows 7 & vista . My application copies it self to C:/file.exe . The problem is the application says "Access to path is denied" , so I've changed...
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 ArticleVS 2010 [RESOLVED] Dynamically created button-type class array problem
I am a novice in Visual Basic (I have been studying it at school for 2 months) and I have a problem with my current project. I am making a replica of Minesweeper. I want the 256 (16x16) tiles of the...
View ArticleTwo objects intersecting
This is just a quick question i am trying to get two objects interact. I am having label follow the path of a parabola and have something happen when the label hits the other label. where I am stuck is...
View ArticleCeaser Shift Encryption
I was just wondering if someone could help: I have a task where the user enters a message and an encryption key (between 1-10). The program then needs to encrypt the message using the key, and this...
View ArticleVolume Control
Hello Everyone, I need to control the volume of my Application [Form1] and not Master Volume, i googled it, doesn't seems to have any result, it kept giving me Master Volume. is there any way? I'm a...
View ArticleVS 2010 [RESOLVED] Inherit ComboBox class to add TAG property for each item
I expected to find the TAG property for each item in the ComboBox. Since, there is not, I now expect it can herited to add the property.
View ArticleVS 2010 Can't get Boolean working
I've got an encryption/decryption task and I put the option to decrypt in if the user press' 1, however this isn't working, I've attached my code and put the boolean part in bold. Your help would be...
View ArticleVS 2010 MouseEnter event in WebBrowser?
Hello, there is no MouseEnter event in the WebBrowser in VB 2010, how can I get that? Thanks, Andreas.
View Article