•
•
•
•
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 397,758 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 2,428 IT professionals currently interacting right now! 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:
•
•
•
•
•
•
•
•
Access 200,XP and 2003 (View Snippet)
Clearing Controls & Forms in Access (VBA) (View Snippet)
A Simple Function To Generate A Random Password Of A Given Set Of Characters (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)
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)
this function will calculate a string formula which support cos, sin, log, abs, mod, and example : /(5 mod 4) and you will get the answer, and this function it really easy to plugin with you code. (View Snippet)
Get computers on network (View Snippet)
Here's possibly the single most useful function that I use. It simply takes an ADO record set and dumps the column names and row values into an Excel worksheet. To use it make sure you have Excel marked in your project references. (View Snippet)
This code is to split a Microsoft Access database and re-connect it on launch so that you can use Access on a multi user network...After Splitting the database manually, place the following code in the form that launches when the database is launched... (View Snippet)
This code uses field level validation to check for data in fields in an Access form, and instead of using message boxes (as the "Validation Rule" and "Validation Text" properties of a field (in the table design window) do, it turns the associated label and control (textbox/listbox/combobox)... (View Snippet)