Jump to content
Xtreme .Net Talk

cmcrae

Members
  • Posts

    10
  • Joined

  • Last visited

About cmcrae

  • Birthday 08/03/1977

Personal Information

  • Visual Studio .NET Version
    Visual Studios .Net Professional
  • .NET Preferred Language
    VB.NET

cmcrae's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I was wondering how I make a setup program that has my vb.net application and all the necessary dlls and the .net framework that can be installed onto a computer that I want to instal my program.
  2. my search What I am searching on depends on the radio button that they select and the text in the text box. The radio buttons are title, genre, ISBN,Barcode,author/artist/stars the radio button signifies the column that you will search all the records for the designated text for. the text can be anything.
  3. This is a stupid question but since I am stummped and not sure how to do it. How do you print text into a picturebox and get it to display..
  4. more questions I am not tryingto ask you to write a program for me I have written most of it already. Ihave the program populating a listbox and retrieving records and a bunch of other things. What Iam trying to so now is write a search routine that will search the specified table in the access file and then look at the text in the column that you specified for any text that matches your string and then populate the listbox with the title of that item that matches the search string .
  5. help with searching. I am trying to populate the listbox with the title of the item that matches the search critera. For Ex. let say I am searching the movies that I own for all the movies that have a rating of R. Inside of my database is 3 different tables one for movies, books and cds. All of the tables have similar fields like title, AuthorArtistStars, genre, type, status, discription, etc. I want to be able to search each one of those columns for a part of the string that is contained in the field.
  6. I am attempting to search a microsoft access file using a vb.net program that I wrote. I want to search a column in one of the tables in the database based on what radiobutton was selected. the tables names are Movies, Books, and Cds. The columns are Title, AuthorArtistStars, Genre, ISBN, Barcode, and a few other columns.
  7. I am trying to populate a listbox with the information from a column that is inside a table in my microsoft Access 2000 database. Also I was wondering how to delete a record from that same database..
  8. I am in school doing a vb.net class. I have been given the assignment to do a research project and chose to try to create an online library. I created a library program using VB6 but I do not know enough about VB.Net or ASP to create this program. I currently have a Microsoft Access file as my database but I am not sure if I should convert it to a SQL database. I am looking to not only learn mor about VB.Net and ASP but I was wondering if I could get suggestions about how to go about doing this project.
  9. functionality I see the functionality of that code but how would I go and use that code inside my program. I like most of what was done there and I would like to use it and be able to keep using it but am not sure how I add the functionality into my code.. Or at least import the functionality...
  10. I was wondering if VB.Net has a gotoxy(x,y) function or something like that that will move the position of the cursor after you have priinted lines out the the console .
×
×
  • Create New...