problem 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 ArticleRequest URL wont work for me please help
Code: Request.Url.AbsolutePath I'm just trying to detect the current website address to let my program know wither or not to move on, but from some reason it's not working I think it might have...
View ArticleHow refined lines extracted from the listbox
Content the listbox Repetition by the color red 101-2012-04-07-0008-212-7896-P-85214-GG1 101-2012-04-07-0008-212-7896-P-85215-GG1 101-2012-04-07-0008-212-7896-P-85214-GG1...
View ArticleLike a Task Manager
Hi all, im planning to create a program that can save the "time" the program "ran", and the time it "stops", putting them all up in a text file. can this be done? really need some help.
View ArticlePosting calculator results to a message Box, newbie VB question
I'm working on creating a calculator that computes compound interest and I'm having some trouble with the final output. The calculator works but the final output in given in a long list of month by...
View ArticleQ: How to manipulate custom properties of a file?
Hi take a look at properties of below file, you'll see a "Custom" tab there. Ok this is the question: How to add\remove or read data from this section in my form....
View ArticleVS 2010 [RESOLVED] Top part of my form is gone how can I get it back?
So I accidentally somehow totally removed the top area of my form, I think it happened after I tried a custom theme and then hit the undo button, anywas I was just wondering if there is any way to...
View ArticleVS 2010 Customizing a "Paste" button.
So right now I have a code setup that will paste an ip address into 4 different text box's. However, if there is a port at the end, I need it removed. This is the code I have at the moment, but it...
View ArticleVS 2008 Update database from datagridview in VB.NET
Update database from datagridview in VB.NET. i have a datagridview in my form. Data read from database to datagridview is working properly. But i cant update the cahanges. I use this code for update...
View Article