Jump to content
xisto Community

vinods

Members
  • Content Count

    4
  • Joined

  • Last visited

  1. while using VB 6.0 you can interact with the mysql using database connectivity to your applicationyou have create a tables in Microsoft Access & then open the visual basic application window using connnection string properties you can write sql query in your application code you will get the excepted result that you want in the applicationfor e.g if you want to retriew the list customers table "select * from customers "
  2. <html><head><title></title></head><body><table border=1><tr><center><img src=""></center></tr></table></body></html> use the above code to display the image in center position in the table.
  3. you can use following code that is easy to understand & implement<b> your text </b>
  4. Namespace is the collection of classes that we use in the application. one namespace having more than 1 classessystem is the root namespace for all the application in c#.for e.g system.FileIO this namespace is content streamreader & streamwriter classes that we use to reading & writing oparation of file in the application.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.