Search results

  1. S

    How to use drop downlist

    How to use drop downlist
  2. S

    to embedd image in image control using imagelist at run time

    Hi, can anyone tell me about how to embedd image in image control using imagelist. I added the 5 images in imagelist at design time and added the following code. image.picture=imagelist.listimages(1).picture but iam getting error.error no :2110,cannot open the file . thank u, Siva
  3. S

    Missing reference

    Hi all, There is some problem in opening the Access database I have developed my application in MS Access 2000. i have upgraded office to version 2003. Its showing error That is:- “Your database or project contains a missing or broken reference to the file ‘MSOW.DLL’ version 1.0” . pls. help...
  4. S

    how to embedd image in image control using imagelist.

    Hi all , Can anyone tell me about how to embedd image in image control using imagelist. I added the 5 images in imagelist at design time and added the following code. image.picture=imagelist.listimages(1).picture but iam getting error.error no :2110,cannot open the file . thank u, Siva
  5. S

    How to embedd Image in imagecontrol at runtime

    Hi, How to embedd Image in imagecontrol at runtime i have used this coding, set image=loadpicture("path") and image.picture="path" Both are showing error messages. Siva
  6. S

    How to lock tables

    hi, i have created a table with 2 records.i want to lock the record such that nothing can be done with the existing records but allows to add new records.wat should i do?? thank u
  7. S

    Can we create executable file from mdb

    hi, Can we create executable file from mdb
  8. S

    how to create editable flexgrid

    hi friends, Can anyone tell me how to create editable flexgrid
  9. S

    how to create text box at runtime

    hi friends, can anyone tell me how to create textbox control array at runtime.
Back
Top Bottom