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...
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...
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??
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...
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...
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.
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.
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
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...
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
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.