VS 02/03 Code Question Visual Studio 2010
Not sure if this is the right place but here is my issue. My function "SalesTax" is only supposed to return the cost of sales tax on parts. The function "OtherCharges" covers both parts and labor so...
View ArticleVS 2010 Attach Script to Process to Debug
Hey, I am working with a program that uses scripts to generate reports. I found the scripts in the reports directory and am just playing around with them to try and get what I need. The script is...
View ArticleHow do I detect a key press at run time ?
Hi, I'm trying to detect a 'Return' key press but can't find how to do that. Reading a character typed into a Textbox is simple, but I can't detect the 'Enter' key. I tried to detect it at any time,...
View ArticleVS 2008 Visual Studio 2008 - Export Edited CSV
Hi, I wondered whether you could help? I am trying to create an application which will allow you to load in a csv/text file and then it would allow the user to create sql statements. Eg. The file would...
View ArticleHelp with Some Windows Installer Code
Hi all, I'm trying to get some code together to check if a patch (.msp) has been applied to a product. I hope I'm getting pretty close with this... Code: Const MinMsiVersion = "3.0" 'Minimum version to...
View ArticleVS 2008 Pls I need help!!!
I want to know if it is possible to click on any file/folder on the desktop and then display its name in textbox
View ArticleVS 2010 How can you get a dynamic image from a webbrowser?
I need to be able to get an image from webbrowser1 and display it in picturebox1. The problem is that the image is dyanamic, and will change every time it loads. Does anybody know how to directly copy...
View ArticleVS 2010 WebBrowser "Document Completed" never fires for some websites. Any...
Hey guys, I've got a project that involves the user inputting a big list of URL's, then the WebBrowser control navigates to each URL in succession, and takes a screenshot of each website homepage. I am...
View Articleproblem in work with datagridview
hi i have 5 datagridview in my form . i create a Sub to fill all these 3 datagridview.i want this sub also set the visibility of 3 first row of these datagridviews to false . here is my code : Code:...
View ArticleDepreciation Question
For tax purposes in item may be depreciated over a period of several years, n. With the straight line method of depreciation, each year the item depreciates by 1/nth of its original value. With the...
View Articlevb 2010 CheckSum XOR
Hi, If some one can helpme with my problem I'll really appreciate. I'm trying ton send a string like "Hi this is the 2nd message" to send it I need to get hex value from each character " 48 69 20 74 68...
View ArticleVS 2010 Placing a shape in front of a picturebox (or an alternative)
Let's say I have a picture loaded inside a Picturebox. Let's say inside this picture we have a car, a book and a computer. When i click or move my mouse over the car, book or computer something should...
View Articleunable forms - help
Hello e.g. 2 forms, I form1 is the main and the form2 is for some preferences opening form2, form1 should be visible @the back, but how to make it unable (disable it, idk what would be the right word),...
View ArticleVS 2010 Checksum with Xor
Hi, If some one can helpme with my problem I'll really appreciate. I'm trying ton send a string like "Hi this is the 2nd message" to send it I need to get hex value from each character " 48 69 20 74 68...
View ArticleVS 2010 How to load songs to listbox
Hey, i need help i wanna load songs from a playlist in put them in my Listbox in i want the playlist to be stored on my web server how can i do this
View ArticleVS 2008 Rows to list or array select ? linq?
Code: Public emailadd As New List(Of String) Public Function GetEmailAdd() If Table.Rows.Count <= 0 Then MsgBox("There is No Data") End If For Each row As...
View ArticleVS 2010 Integrating OpenOffice into Visual Basic?
Has anyone ever linked to an OpenOffice document from within VB.Net? I've searched thoughout this forum, http://www.openoffice.org/ and also Google, but so far nothing.
View ArticleVb 2010:
I want each box to contain different values when a user select a different cell in a listview and clicks on the button. for instance: If I check Checkbox1, a listview is opened. Then I select cell...
View Articleaccess and sql with dates help please
Hi All, I seem to have a problem and would love a way around it. In my program I have a field for date/time, i only insert the shortdate in this field. now before I go on, I have control of what...
View Article[RESOLVED] Find all links in a Webbrowser Control?
I have a small program I am trying to make, which consists of a Webbrowser control, and a ListBox - I am trying to search the webpage for all links containing a certain keyword (In this case, the links...
View Article