Search results for query: *

  • Users: ss123
  • Content: Threads
  • Order by date
  1. S

    Image Capture and Manipulation

    hi, i have a question would like to ask all expert here. I want to develop a program that capture picture from webcam and perform an edition or decoration on the picture like changing the hair style, and then display it in 2D or 3D form. From your experience, can this be done? Can anyone...
  2. S

    deployment

    Can't link to DB or Help after deploying Dear all, I have deploy my file into setup file, but after i install it, i face the problem where it can't link to the database or help file that i created. An idea? Btw, in the program cde, i using system.io.directory to link and it can work on other...
  3. S

    data reader

    hi, i'm using two data reader to read from the same table, one can execute correctly, but one only can retrieve the end of record. Anyone have idea? For i = 0 To 259 myReader.Read() x = (myReader.GetDateTime(0)).ToOADate y = myReader.GetDouble(1)...
  4. S

    select table to show using textbox

    Hi, if i want to use a input box that prompt user to key in the table name and show that data in data grid. I have try this but can't work, so is there any alternatives? i assign the value get from the input box to Myalue. Then i using the select query: select date, number from MyValue; i also...
  5. S

    problem with data reader..any expert here??

    i have written a query that calculate and retrieve the data from access db but it show the data reader got problem. I use back the same query in access db but it works, can anyone help? Please advise. Thank you. below is the program.. i already highlighted the area.. Imports System Imports...
  6. S

    how to detect end of row?

    does anyone know how to detect the row in table is end of row and create a new key and record to it? Please advise. Thank you.
  7. S

    copy row

    does anyone know how to copy the selected row of data from one table (access) and insert to another table? ie. in one form, i have 2 data grid (A and B) for different table, i want to click on the row in A then insert to B and show it, can it be done? Please advice. Thank you.
  8. S

    data grid showing problem..

    Dear all, may i know how to make data show in the data grid is same size as the data grid's size? For example, if there is only 2 column, how to make it fill the whole size of a data grid? Thanks
  9. S

    problem with dynamic sql using combo box, anyone can solve?

    Dear all, i have using the item in combo box to serve as a word for sql query to use ie. Dim mySelectQuery As String = "SELECT '" & Replace(Cbx1.SelectedItem, "'", "''") & "',Stock_Name FROM Stock ", but it just show me the words in the combo box and stock name from the database. So how to...
  10. S

    problem with combo box

    i have question on how to set the first item in the combo box automatically show when the form load? please advise. Thanks.
  11. S

    anyone know zedgraph here?

    hv try the solution that you give to me and it works but the date on x-axis is start from 1900 where my date in db start from 2005. can it make it to start by 1/1/2005 follow by the date in db? Besides that, how can i set the zoom so that it only can zoom until day such as 2/01/2005 below is...
Back
Top