hello,
I'm doing a movie library where user can select the name of the actors/actresses in the movie if they don't know the title of the movie. I have a checkedlistbox where it loads the name of the actors/actresses stored in the mysql database. I already did this part but I don't know how to display the result to the listbox. For example, user checked 2 names on the checkedlistbox, then it should identify the title of the movies where those selected actors/actress are involved. Can somebody help me? I'm just new to vb.net. Thanks in advance :)
I'm doing a movie library where user can select the name of the actors/actresses in the movie if they don't know the title of the movie. I have a checkedlistbox where it loads the name of the actors/actresses stored in the mysql database. I already did this part but I don't know how to display the result to the listbox. For example, user checked 2 names on the checkedlistbox, then it should identify the title of the movies where those selected actors/actress are involved. Can somebody help me? I'm just new to vb.net. Thanks in advance :)
Comment