Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jamesoc
  • Content: Threads
  • Order by date
  1. jamesoc

    save the position of a certain pixel

    when checking pixels in a picture box using a loop how would i display the coordinates of a pixel that matched certain conditions
  2. jamesoc

    set flags

    how would you set a flag in vb6.what i want to do is set a flag to false and when a certain condition occurs set it to true
  3. jamesoc

    virus

    i was domnloading some sample music and a norton antivirus warning appeared on screen saying id picked up a virus, anyone got any links for free antivirus software to get rid of this virus(cant remember the virus name} or any ideas on how to solve my problem.sorry if i got the wrong part of the...
  4. jamesoc

    count pixels

    i can count the amount of pixels in a textbox no prob but how would i count the pixels in a specific area of a picturebox
  5. jamesoc

    save an image

    how do i save an image from a picturebox straight to a file
  6. jamesoc

    convert image

    sorry to anyone who looked at my last thread it was all over the place this i hope is more straight forward I have a simple program to convert an image in a picture box into as grayscale image ,from what i have been told it is possible to then change that image in to a black and white image with...
  7. jamesoc

    rgb problem

    i have an image displayed on a form and can get a perfect read out of the color make up through the use of three text boxs when i move the mouse over the image but when i put the image in a picture box the results are not so good whats the problem??
  8. jamesoc

    point method

    i have a piece of code that keeps giving me errors i reckon i need to subtract one from scalewidth and scale height in order to get it to loop without errors but am having trouble any ideas dim x as single dim y as single for y = 0 to pic1.scaleheight for x = 0 to pic1.scalewidth clr...
  9. jamesoc

    image recoqnition

    i am working on an image recoqnition program and so far i have managed to get the program to convert an image to black and white and now i have the program giving me the color of the coordinates if i move the mouse over the image in a picture box. what i want though is the image to be scanned...
  10. jamesoc

    SCAN A PICTURE BOX

    could anyone tell me how to scan a picture box for a change in pixel colour.i have an image in black and white i want to get the program to record the positions of the changes in the colour of the pixels and so check against other images.
  11. jamesoc

    binarize images

    any body got any information on how to binarize an image or any links to other pages .thanks
  12. jamesoc

    basic commands

    what command would i use in order to scan across each line of a picture box until i came to a pixel of a different colour.i am trying to write a program that will store the location of a shape .it will scan across each line storing where ever it commes across a change in pixel colour.
  13. jamesoc

    open files from vb program

    how would you get a vb program to open a notepad file at an address such as c:/file1. in my old program i had a message box appear after an else statement but would like to be able to get a notpad page to appear after a certain condition.i would check the help file but mines on the blink
  14. jamesoc

    web cam image

    i some help fast if possible i have a vb program that reads in a user name and password but i want to extend it to read in a web cam image aswell how would i go about that.to read in the user name and password you of course use the the key board but how do i get the image from the webcam to the...
  15. jamesoc

    login to database

    im after creating a login using a vb6 gui attached to an access database.how hard would it be to include a webcam image as part of the login i.e you enter a user name and get a picture taken by the webcam .the database is then checked
  16. jamesoc

    connect to a database file

    hi, when connecting to a database manually after i 1.make sure the database exists 2.draw the data control object on the form 3.open the properties window and select the database i want 4. double click on database name property 5.select the file i want 6.i then go to recordsettype select which...
  17. jamesoc

    vb interface with access database

    could any help me by giving me some instructions in english on how to go about getting a vb interface with a enter name and id number function to open a acess 2000 database scan the records in the table and if it finds a match then reply positively or negativly cheers as you would be doing me...
  18. jamesoc

    linking to an access database

    could any body tell me whats wrong with ths code as i am stumped.any help would be great Private Sub Form_Load() Dim dbMyDatabase As Database Set dbMyDatabase = OpenDatabase("MyDatabase.mdb") Dim rsMyRS As Recordset Set rsMyRS = dbMyDatabase.OpenRecordSet("MyTable", dbOpenDynaset) End...

Part and Inventory Search

Back
Top