Search results for query: *

  • Users: tofuyan
  • Content: Threads
  • Order by date
  1. T

    Retrieve Pictures

    i know that in window application to retrieve picture is the methods shown below Code: PictureBox1.Image = Image.FromFile(CurDir() + "\pic\1.gif") But can i know what is the other method for smart devices?
  2. T

    Search engine (mobile device)

    Hi, I would like to know how to have an engine search in my application. the user have to enter the object Eg: 1) the user type book in the textbox 2) press the button Go, 3) it will search the SQL database and show a list of result regarding the word book...
  3. T

    database connection through web services

    When i debug my web services ad run it in the internet explorer. And i click one of the function link,the following message error appear. i try the connest it's prompt "Test successfully". System.Data.SqlClient.SqlException: SQL Server does not exist or access denied. at...
  4. T

    ComboBox - VB.NET(smart device)

    Hi, Can i know how to show the display of text and picture when i select one of the item from the comboox? eg: inside the combobox there are 4 items bag pen ruler pencil what if i select pen? I wan the description of pen and the picture of pen to show through database? Any sample? need...
  5. T

    Register & login for Vb.net smart devices

    Hi to all, Can any one pls help? I need to create a store data for register page in my database & allow the user to login using VB.NET-Smart device. Do anyone have any sample, tutorial guide and source code? I'm a beginner for vb.net so there are a lot of thing i'm not too sure...
Back
Top