User Profile

Collapse

Profile Sidebar

Collapse
wajerupali
wajerupali
Last Activity: Apr 26 '07, 09:21 AM
Joined: Oct 14 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • wajerupali
    replied to How to blur an image
    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,...
    See more | Go to post

    Leave a comment:


  • wajerupali
    replied to Crystal report linking in VB6
    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.
    See more | Go to post

    Leave a comment:


  • wajerupali
    started a topic How to blur an image

    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.
    See more | Go to post

  • wajerupali
    started a topic Databse Security

    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.
    See more | Go to post
No activity results to display
Show More
Working...