Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Visual Basic Get selected datagridview number
Name: pball Date: May 19, 2009 at 04:34:30 Pacific OS: Windows XP CPU/Ram: 2.8 ghz / 2 gig Product: Home made / NONE Subcategory: General
Comment:
Haven't seen much VB around here but I'll take a shot.
I have a datagridview and I have it set up so you can only select whole rows. I need to get the index number of the currently selected row. I can not find by luck or search a way to return the row number. Thanks
Summary: I am making a Visual Basic 6.0 based password generator for fun. I need to know - How to make the code generate a certain amout of numbers/letters when u select a button and press generate - And for...
Summary: I want to search a database from visual basic and pull as record which fit the criteria but when I use: set rs = ds.openrecordset(SELECT * FROM accountInfoTable") I gets only the first relevant record...
Summary: I'm making a gui for an archaic fortran program. The fortran program can run automatically when a text file with all the inputs are in the same folder. I have almost no experience with visual basic, b...