Important alert: (current site time 5/24/2013 1:12:04 PM EDT)
 

Other Entries by Rde.

Search Results: Page 1 of 3 found. Entries 1 - 25 of 53 found
Jump to page: 1 2 3 

  Description
Compatibility
Level/
Author
Views/
Date
Submitted
User Rating
 
  A 'Work Offline' Dialog KillerA 'Work Offline' Dialog KillerVB 4.0 (32-bit), VB 5.0, VB 6.0Intermediate /
Rde
3964 since
12/15/2009 9:16:19 AM

By 1 Users

       If you recognize this message box, and have ever had it freeze up without displaying fully (waiting for you to click a button when no buttons have shown), or you are just sick of having to click 'Work Offline' every time - then this little app is for you. ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  A Better Synonym Checker RevisitedA Better Synonym Checker RevisitedVB 4.0 (32-bit), VB 5.0, VB 6.0Beginner /
Rde
25570 since
3/13/2008 11:38:50 AM

By 2 Users

       This is an extension of 'A Better Synonym Checker' submission by Zaphod that can be found at www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=32832&lngWId=1 ... His SynonymCheck method keeps M$ Word hidden, and does NOT require the M$ Word ...(description truncated)
 
 
  A Complete set of VB6 functions not available in VB5A Complete set of VB6 functions not available in VB5VB 4.0 (32-bit), VB 5.0, VB 6.0Intermediate /
Rde
11842 since
12/17/2009 8:50:44 AM

By 9 Users
9 Excellent Ratings
       Demonstrates how simple functions written in pure VB can be faster than many of VB's built in functions. For example, the super short and simple Split function is 30% faster than VB's. The Replace function with no API optimizations is 2 times faster than ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  A Comprehensive Spell Checker Revisited 4 (Update 12 Aug 2012)A Comprehensive Spell Checker Revisited 4 (Update 12 Aug 2012)VB 4.0 (32-bit), VB 5.0, VB 6.0Intermediate /
Rde
18652 since
8/14/2012 9:26:27 AM

By 19 Users
18 Excellent Ratings
       This is an improved version of the spell checker from Shelz's COTM "A Comprehensive Spell Checker" at txtCodeId=65992. It includes a modified Russell Soundex phonetic algorithm and the Levenshtein Distance algorithm. It is now a *very* fast and effective ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  A Customizable CD/DVD/Etc Collection Database Program v1.5A Customizable CD/DVD/Etc Collection Database Program v1.5VB 5.0, VB 6.0Intermediate /
Rde
8751 since
6/3/2011 4:41:18 PM

By 6 Users
5 Excellent Ratings
       This is a customizable CD/DVD/etc collection database program. Use it to document your collection of CD'd, DVD's, or other collection you might have. Uses a simple flat file to store the data. Included is an Excel spreadsheet that can open the flat file d ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  A FormatDate FunctionA FormatDate FunctionVB 5.0, VB 6.0Beginner /
Rde
9469 since
4/29/2004 2:28:53 AM

By 3 Users
2 Excellent Ratings
       The FormatDate function takes a date (String or Date data type) and reformats it into a custom string date format. It will recognize just about any String format as long as it DOESN'T include day names or date suffixes (e.g. Tuesday 9th). It will take its ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  A generic stable indexed data sorting classA generic stable indexed data sorting classVB 4.0 (32-bit), VB 5.0, VB 6.0Intermediate /
Rde
14608 since
3/11/2009 10:59:50 AM

By 14 Users
14 Excellent Ratings
       With this generic solution you can sort any data that is stored in an indexed data storage structure such as lists, collections, and arrays of all data types, including multi-dimensional arrays and arrays of UDTs ... Three methods are demonstrated - Even ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  A Lesson - Modulus Operator BasicsA Lesson - Modulus Operator BasicsVB 5.0, VB 6.0Beginner /
Rde
6207 since
4/25/2004 12:28:11 AM

By 2 Users

       The Modulus operator can be tricky to understand for beginners, so here's a basic explanation for its use, plus some examples using it for cycling. Click here to see a screenshot of this code!(ScreenShot)
 
 
  A List Picker ControlA List Picker ControlVB 5.0, VB 6.0Beginner /
Rde
6610 since
3/14/2004 4:03:09 AM

By 1 Users

       This ActiveX List Picker Control was a VB5 sample project, which has been significantly developed. It is very near to being a finished control, and has quite complete functionality. But any issues or suggestions should be implemented by you if possible, a ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  A ShellSort with a twist - Revised and even faster! (7 March 2009)A ShellSort with a twist - Revised and even faster! (7 March 2009)VB 4.0 (32-bit), VB 5.0, VB 6.0Intermediate /
Rde
14334 since
3/11/2009 10:59:34 AM

By 21 Users
21 Excellent Ratings
       This shell algorithm is founded on a very solid performer that was originally developed by vb2themax, and optimized further by several very talented coders, before I twisted a little more out of it in this hybrid version. ---- This latest version employ ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  A Simple but Powerful CalculatorA Simple but Powerful CalculatorVB 5.0, VB 6.0Intermediate /
Rde
8652 since
2/3/2004 11:28:47 PM

By 4 Users
3 Excellent Ratings
       Simple but powerful calculator. Features include: store/recall/exchange, undo/redo, copy/paste, all vb math operators and vb math functions. The math engine/expression evaluator functions come from the MS knowledge base article Q86688. Other features incl ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  Addin Extensibility Quick Reference + TutorialsAddin Extensibility Quick Reference + TutorialsVB 5.0, VB 6.0Intermediate /
Rde
6948 since
10/15/2009 8:40:58 AM

By 5 Users
4 Excellent Ratings
        Addin Extensibility Quick Reference + Tutorials The VB5/6 IDE exposes a powerful object model that lets you manipulate VB's environment. It gives you control of your projects, components, modules, procedures, and even individual lines of code. You can cu ...(description truncated)
 
 
  ADO Pseudo controlADO Pseudo controlVB 5.0, VB 6.0Intermediate /
Rde
4581 since
4/28/2004 12:18:08 PM
Unrated
       Uses ADO project reference to access full properties and methods of ADO without the actual ADO User Control being placed on the form. To enable control of data a Pseudo-control simulates the User Control to navigate and manip the data.Click here to see a screenshot of this code!(ScreenShot)
 
 
  An Inter-App Messaging Control v3 - Update 7 Nov 2009An Inter-App Messaging Control v3 - Update 7 Nov 2009VB 5.0, VB 6.0Intermediate /
Rde
8183 since
11/7/2009 8:41:28 AM

By 9 Users
9 Excellent Ratings
       This is a complete and functional control that uses the Copy Data Structure to pass data between applications that utilize this control. It allows you to pass numeric data, strings, dates, currency, in fact all data types (except variants), including arra ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  API data typesAPI data typesVB 4.0 (32-bit), VB 5.0, VB 6.0Intermediate /
Rde
3121 since
6/17/2004 1:43:32 AM

By 2 Users
2 Excellent Ratings
       Explains the use of non-VB data types to help in converting C declarations to Visual Basic. 10k zip
 
 
  Arithmetic operations on memory address pointersArithmetic operations on memory address pointersVB 4.0 (32-bit), VB 5.0, VB 6.0Advanced /
Rde
6482 since
6/16/2009 8:52:25 AM

By 3 Users
3 Excellent Ratings
       Function to enable valid addition and subtraction of unsigned long integers. Treats the passed value as an unsigned long and returns an unsigned long. Allows safe arithmetic operations on memory address pointers. Assumes valid pointer and pointer offset. ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  Array Basics (FIXED 18-Apr-08)Array Basics (FIXED 18-Apr-08)VB 4.0 (32-bit), VB 5.0, VB 6.0Beginner /
Rde
7816 since
4/18/2008 1:01:37 PM

By 6 Users
4 Excellent Ratings
       Array basics for beginnersClick here to see a screenshot of this code!(ScreenShot)
 
 
  ArrPtr/StrArrPtr function for vb5 and vb6 (FIXED!)ArrPtr/StrArrPtr function for vb5 and vb6 (FIXED!)VB 4.0 (32-bit), VB 5.0, VB 6.0Advanced /
Rde
8612 since
3/30/2008 11:02:13 AM

By 3 Users
2 Excellent Ratings
       This function returns a pointer to the SAFEARRAY header of any Visual Basic array, including a Visual Basic string array. Substitutes both ArrPtr and StrArrPtr. This function will work with vb5 or vb6 without modification. Normally you need to declare a V ...(description truncated)
 
 
  As$ociative Arrays in VBAs$ociative Arrays in VBVB 5.0, VB 6.0Advanced /
Rde
1340 since
5/7/2012 1:59:05 PM

By 4 Users
4 Excellent Ratings
       As$ociative Arrays in VB. Thanks to: G.M.Adelson - Velskii And E.M.Landis - Herbert Glarner - Julienne Walker - Kelly Ethridge. 54k zip
 
 
  Bugged = (nFileSizeHigh * MAXDWORD) + nFileSizeLowBugged = (nFileSizeHigh * MAXDWORD) + nFileSizeLowVB 4.0 (32-bit), VB 5.0, VB 6.0Intermediate /
Rde
11720 since
5/26/2009 9:29:34 AM

By 1 Users

       Bugged = (nFileSizeHigh * MAXDWORD) + nFileSizeLowClick here to see a screenshot of this code!(ScreenShot)
 
 
  Callers Add-in [FINAL 2.24 - Sept 12, 2011]Callers Add-in [FINAL 2.24 - Sept 12, 2011]VB 5.0, VB 6.0Intermediate /
Rde
10374 since
9/14/2011 4:53:06 PM

By 17 Users
17 Excellent Ratings
       UPDATE 2.21: fixed fatal typo bug introduced in v2.2 ... UPDATE 2.22: fixed 'exclude addin designer' introduced in v1.9 ... UPDATE 2.23: fixed 'underscore' incorrect behavior introduced in v1.8 (Initialize matched Class_Initialize) - thanks heaps to K ...(description truncated)
 
 
  Declare ScopeDeclare ScopeVB 4.0 (32-bit), VB 5.0, VB 6.0Beginner /
Rde
3823 since
1/30/2008 8:52:15 AM
Unrated
       The following lists the public, private, and default visibility for the various elements you can declare in your programs.Click here to see a screenshot of this code!(ScreenShot)
 
 
  Dynamic menus in VBDynamic menus in VBVB 5.0, VB 6.0Intermediate /
Rde
5843 since
8/6/2005 6:21:07 AM

By 4 Users
4 Excellent Ratings
       Display dynamic/popup menus at the current mouse location or at specified coordinates. Does not have to be a vb control array. Uses menu API funcs.Click here to see a screenshot of this code!(ScreenShot)
 
 
  End the End statement at the EndEnd the End statement at the EndVB 4.0 (32-bit), VB 5.0, VB 6.0Beginner /
Rde
5395 since
6/22/2008 1:43:15 PM

By 1 Users

       Important tip when using the End statement...
 
 
  Escape machine code bytes to extended charsEscape machine code bytes to extended charsVB 4.0 (32-bit), VB 5.0, VB 6.0Advanced /
Rde
21677 since
8/27/2012 3:14:42 PM

By 3 Users
3 Excellent Ratings
       A more compact storage of bytes in string than using Hex. Storing binary data (anything) in a string can be done more compactly using this method than using Hex strings. Any data copied to a byte array can be stored for 8 character per 7 bytes compared wi ...(description truncated)
 


Search Results: Page 1 of 3 found. Entries 1 - 25 of 53 found
Jump to page: 1 2 3 


Compatibility Filter Profile:

VB 3.0
VB 4.0 (16-bit)
VB 4.0 (32-bit)
VB 5.0
VB 6.0
VB Script
ASP (Active Server Pages)
VBA MS Access
VBA MS Excel