Jump to content
Xtreme .Net Talk

Chopper1980

Members
  • Posts

    15
  • Joined

  • Last visited

Chopper1980's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. to be honest.. that is what i thought i had done... but mine didn't work... never mind thanks for your help.. much appreciated
  2. i thought that it would just be a case of changing the selected index from - 1 to + 1 but it isn't having any of it..... am i along the right lines?
  3. Cheers mate.. that worked an absolute treat but where do i edit the code to get the "Move Down" button working? Thanks
  4. I am trying to create a "Move Up" and "Move Down" button on a windows form to move a selected entry in a listview box to be moved either up or down, one position at a time... Any suggestions for this newbie?
  5. Yeah. that worked for me pretty much.. cheers
  6. yes, all the images are stored in the SQL server and all that appears in the ListView box are the names (from the title column of the DB) of the entries it finds...
  7. and also... by dataview... do you mean the listview box? thanks
  8. i am unable to try it right at this minute... as i am not at my machine but one thing i want to add is that i want to be able to select and add entries individually via a "select" button... and not all at once... is this what you meant?
  9. Hey all I have a listview box with search results from an SQL DBase included... the DB entries consist of 3 text and one data (which is an image) When I click on a search result in the listview box, i want the image from that entry to appear as a preview in a picture box located on the same form.... Any ideas? Cheers
  10. I have a listview box which is the output for an SQL database entry search i have and i wish to copy an entry in that listview box over to another listview box on the same form.... and at the same time keep the entry in the original listview box.... Any help would be appreciated.. thanks
  11. cheers mate.. that worked a treat
  12. can you give me an example on how i can do that with a picture box.... i have a default picture in there when the program loads and i want that one to re-appear when the form is cleared.. no clue how to do that though Cheers
  13. I have a VB app connecting to a SQL database to insert new records in.. such as pictures, picture descriptions.. etc.. I want to be able to use a form i created to search this database for entries matching specific criteria.. such as names of entries and descriptions.. Unfortunately i have no experience at all with VB this advanced and was looking for some assistance... Cheers
  14. I'm new to VB so was hoping for a bit of help... I have a Windows Form connecting to a SQL server database to insert new records etc.. When the new record is uploaded via an upload button i created, i want to have all the entries in the textboxes and pictureboxes on the form reset to their defaults.... Can anyone help with this Thanks
×
×
  • Create New...