Visual Basic Code , VB.NET Code
Find Code:
  All
  VB.NET
  ASP.NET
  C#
  VB Classic
  ASP Classic
  Snippets
  Popular
  Submit Code
  Forums
  Articles
  Tips
  Links
  Books
  Contest
  Link to us
 Home >> Code Snippets

Folder security (ver 1.0)Version: VB6
Author: Shans (Chennai)Submitted: 5/27/2004Views: 18397
Access permission for your important folder through vbcode.

Open a password protected Access DBVersion: VB6
Author: NBS SolutionsSubmitted: 5/27/2004Views: 15323
How to open a password protected access database using ADO.

Populate FlexigridVersion: VB6
Author: Philfr & Lee NicholsonSubmitted: 5/23/2004Views: 20481
Description: fills ANY Flexigrid on ANY form with data from ANY recordset. A blank TitleString causes the code to identify and name the columns with the recordset's field names. If the recordset is empty, the flexigrid is displayed with a "No Records T ...more>>

Data to XMLVersion: VB6
Author: Kobus De JagerSubmitted: 5/18/2004Views: 25487
Saving data to an XML file format from VB.

Change Regional Setting For Short dateVersion: VB5
Author: MkpandeySubmitted: 5/4/2004Views: 31983
Many times you need that your/client's system must have some specific short date setting, e.g. dd/MM/yyyy. Here is the simplest and fullproof way to make this possible. ------------------------------------------ How To Do This: Add One Command Button a ...more>>

Resize the columns of a flexgridVersion: VB6
Author: NBS SolutionsSubmitted: 4/16/2004Views: 16443
Resize the columns of a flexgrid at runtime to fit the values to be displayed.

ADO Recorset - optimizingVersion: VB6
Author: NBS SolutionsSubmitted: 4/16/2004Views: 10713
Using the hidden Collect method and record count to optimize the way you retrieve data with ado.

Clear TextBoxesVersion: VB5
Author: RennelSubmitted: 4/8/2004Views: 26836
Clear all textboxes on a form instantly using one control button. Can also clear labels, etc...

ShowHide_magic of Start ButtonVersion: VB5
Author: VinayHatwalSubmitted: 3/29/2004Views: 13788
You can increase your system's security by this technique. When you don't want to show the start button to anyone. In such situation you cant use this code to hide the Start Button from the task bar. To use this code simply copy this code in your form cod ...more>>

ShowHide your SystemTrayVersion: VB5
Author: VinayHatwalSubmitted: 3/29/2004Views: 13428
You can increase your system's security by this technique. When you don't want to show the System Tray to anyone in such situation you cant use this code to hide the System Tray from the task bar. To use this code simply copy this code in your form code w ...more>>

<< Previous  Page 29 of  67  Next >>

Go to page: 29  30  31  32  33  34  ...