Getting Commands to work In Visual basic

Sharky Forums


Results 1 to 4 of 4

Thread: Getting Commands to work In Visual basic

  1. #1
    Reef Shark
    Join Date
    Oct 2001
    Posts
    252

    Post Getting Commands to work In Visual basic

    Hey guys I am back again. I have written, through various tutorials my encryption algorithm. It is a bit simplistic and I dont fully understand it. I have one problem, I cant get it to encrypt! Does anyone no of the commands I can use or how I can do it?

    ------------------
    IF MY SYSTEM DOESNT START WORKIN I AM GONNA CRY

  2. #2
    Reef Shark
    Join Date
    Oct 2001
    Posts
    252

    Post

    ...
    Last edited by The Evil Tin Tin; 05-22-2009 at 01:21 PM.

  3. #3
    Hammerhead Shark e_dawg's Avatar
    Join Date
    Jan 2001
    Location
    Earth, Western Hemisphere, North America, US, UT, SLC
    Posts
    2,628

    Post

    There is something I am confused about here... Why do you have a function called Crypto around the button cmdCrypo's Click event?

    EDIT: I haven't programmed in VB for a while, but that seems wrong... the latest version of VB I have is 6.0... I just checked the site, and I guess that is up to date, but I don't even have a single SP! I hope that wasn't a stupid comment.

    [This message has been edited by e_dawg (edited November 27, 2001).]

  4. #4
    Hammerhead Shark
    Join Date
    Aug 2001
    Posts
    2,240

    Post

    Originally posted by e_dawg:
    There is something I am confused about here... Why do you have a function called Crypto around the button cmdCrypo's Click event?

    EDIT: I haven't programmed in VB for a while, but that seems wrong... the latest version of VB I have is 6.0... I just checked the site, and I guess that is up to date, but I don't even have a single SP! I hope that wasn't a stupid comment.

    [This message has been edited by e_dawg (edited November 27, 2001).]
    I think that's because he is defining a public variable......don't think it compiles within the function. I haven't used VB, but do use VBA and it seems the case in VBA. Also, in VBA you'd need a 'Sub' in from of the 'cmdCrypto()'......do you not need it in VB?

    ------------------
    Athlon TB 800MHz
    Abit KT7a-RAID
    250W PSU, Enlight Case
    512MB PC133 SDRAM
    30.7GB IBM Deskstar 7200RPM
    32MB Diamond Viper770 Riva TNT2
    Yamaha 6416 CDRW (SCSI)
    16x Pioneer 106s DVD-ROM
    52x LG Electronics CDROM
    SB Live! 1024
    Creative FPS1000 Speakers
    | AMD64 3000+ (skt 754)| 256MB Sapphire Radeon 9600XT | MSI K8N Neo Platinum | 450W Antec SP-450PGB PSU |Corsair 1024MB CMX1024-3200C2PT + TwinMOS PC3200 512MB CL2.5 | 80GB WD SE HDD (8MB Cache) | 180GB IBM/Hitachi 180GXP HDD | NEC 2500A DVR+-RW | Creative FPS1000 Speakers |

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •