VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This is a simple logic how to create a net nanny program

by king (24 Submissions)
Category: Internet/HTML
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sat 18th October 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

This is a simple logic how to create a net nanny program

Rate This is a simple logic how to create a net nanny program



try to keep all these words in a database . Then make a secure username and password form.

(1) Now you should select internet control component from the vb component .
(2) drag the internet control onto the form
(3) this application will be a browser but will give a warning if you type a restricted word .
(4) . This application is very much used in protecting smaller children from opening websites.
(5).placed a combo box on a form like that in internet explorer.
(6) on the combo box change event
 write this code
The function instr is used to search a string 
  ill only give you a hint of how to do it

        on the combobox change event
  if instr(combo1.text , "restricedword")=1 then
  msgbox " adult rated word "
end if

  thats if folks easy naa
 you can implement your style of message boxes in many ways . If you dont understand you are free to ask me 

  at [email protected]


Download this snippet    Add to My Saved Code

This is a simple logic how to create a net nanny program Comments

No comments have been posted about This is a simple logic how to create a net nanny program. Why not be the first to post a comment about This is a simple logic how to create a net nanny program.

Post your comment

Subject:
Message:
0/1000 characters