CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 14 Aug 2025 21:16:18 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20080414222717
location: https://web.archive.org/web/20080414222717/https://www.daniweb.com/code/visualbasic.html
server-timing: captures_list;dur=0.678211, exclusion.robots;dur=0.025431, exclusion.robots.policy;dur=0.010960, esindex;dur=0.015790, cdx.remote;dur=773.242323, LoadShardBlock;dur=86.179843, PetaboxLoader3.datanode;dur=38.025586
x-app-server: wwwb-app215
x-ts: 302
x-tr: 898
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app215; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 14 Aug 2025 21:16:19 GMT
content-type: text/html; charset=utf-8
x-archive-orig-date: Mon, 14 Apr 2008 22:27:17 GMT
x-archive-orig-server: Apache/2.2
x-archive-orig-x-powered-by: PHP/5.1.6
x-archive-orig-set-cookie: bblastactivity=0; expires=Tue, 14-Apr-2009 22:27:17 GMT; path=/; domain=.daniweb.com
x-archive-orig-cache-control: private
x-archive-orig-pragma: private
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 14 Apr 2008 22:27:17 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 28 Apr 2005 05:30:19 GMT", ; rel="prev memento"; datetime="Sun, 06 Apr 2008 07:08:57 GMT", ; rel="memento"; datetime="Mon, 14 Apr 2008 22:27:17 GMT", ; rel="next memento"; datetime="Sat, 26 Apr 2008 23:07:23 GMT", ; rel="last memento"; datetime="Sun, 30 Aug 2009 07:22:18 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_3_20080414182409_crawl102-c/51_3_20080414222419_crawl104.arc.gz
server-timing: captures_list;dur=0.547085, exclusion.robots;dur=0.023054, exclusion.robots.policy;dur=0.010556, esindex;dur=0.011710, cdx.remote;dur=652.375884, LoadShardBlock;dur=262.349708, PetaboxLoader3.datanode;dur=225.257801, PetaboxLoader3.resolve;dur=127.338883, load_resource;dur=129.472544
x-app-server: wwwb-app215
x-ts: 200
x-tr: 1133
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
visualbasic Code Snippets
visualbasic Syntax
•
•
•
•

What is DaniWeb IT Discussion Community?
You're currently browsing the Visual Basic 4 / 5 / 6 section within the Software Development category of DaniWeb, a massive community of 311,366 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,099 IT professionals currently interacting right now! If you are in the IT industry or are just a technology enthusiast, you might find just what you're looking for in DaniWeb. Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Visual Basic 4 / 5 / 6 advertiser: Modernize Legacy Data with Sybase
•
•
•
•
This is code for Encrypt and Decrypt. this a simple logic of encryption. Please leave comment or feedback if this code helps you. Thanks. Jery. :)
the encrypt function place in a module.
This Code needed :
1 Module
1 combo box (For input before encryption) text1 in this program
2 label (For... (View Snippet)
Visal has contributed code for computing a formula. I have updated his code
to reflect vb.net coding style. I have also refactored the code, so it is easier
to understand.
I have not checked the code.
The vb.net project files are as attached.
Jerry Dusing (email: jerrydusing@yahoo.com) (View Snippet)
Swaps Two Elements Of An Array (So that say, indice1's value would become indice2's value, and vice versa). Simple Code Piece Really... (View Snippet)
Uses the API to get the regional short date format from the PC (View Snippet)
Another Small And Simple Function To Take Each Character of a string, and put it into an Array, This helps significantly when you need to sift through a string. This Function Uses The spush (String Push) Function, Also In Code Snippits. (View Snippet)
The Relative of push is pop. Pop removes the last item in an Array, and returns the value into a single (scalar) variable. Again, due To VB Limitations, this one works on strings. (View Snippet)
Simple Function To Simulate The Push Command, due to VB's limitations, This one is Specific To Strings. (Simple enough to modify for integers or variants, etc) (View Snippet)
This is a visual basic 6.0 wav sound player class that plays any selected sound file in .wav format. It has the filename property to select the file and play property to play the sound file. Visit https://www.mycplus.com for more codes. (View Snippet)
This is the coding needed to password any button on any switchboard from used in Access Database (View Snippet)
Easily allows temporary message to be displayed on any label for a programmable length of time.
This is a very simple way to display a temporary message on an existing label (or textbox)without doing a lot of coding. (View Snippet)