This code works on similar lines to produce blur effect. Take 3 picture boxes and picture 1 finaly has the effect
Picture1.Pictur e = Picture2.Pictur e
Dim barheight As Integer, barno As Integer, i As Long
Dim r As Single
r = h / w
barheight = 200
On Error Resume Next
barno = w / barheight + 300
For i = 1 To barheight + 100
For j = 0 To barno
Picture1.PaintP icture Picture3.Pictur e,...
User Profile
Collapse
-
if crystal report control name is cr write this code.
cr.reportfilena me = "name of ur report file"
cr.action =1
that's all. it should work.Leave a comment:
-
How to blur an image
Please guide me about showing bluring effect (incresing..and at end image feds) for a picture / image bos in Timer event. -
Databse Security
Friends..I have developed MS-Acess-VB project for which database is password protected. I have also made it hidden by writing VB code. But is view-hidden file option is enabled the file will be exposed and would be deleted even if its password protected.
Please guide me about either how to prohibit file deletion by writing VB code or suggest an alternate option to secure database rather than just hiding it.
No activity results to display
Show More
Leave a comment: