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

Drag & Drop - Move files from desktop to a textboxVersion: VB 2005
Author: Heinz PrelleSubmitted: 8/24/2008Views: 17417
This example moves any files from desktop to a textbox. The example needs a reference to Shell32.dll

VB .Net - Ms Excel - Determines WorksheetsVersion: VB 2005
Author: Heinz PrelleSubmitted: 8/24/2008Views: 18333
This example determines all tables in an Excel Workbook.

AJAX AutoCompleteExtender using Page MethodVersion: ASP.NET 2.0
Author: BNSubmitted: 8/18/2008Views: 25215
AJAX AutoCompleteExtender using Page Method

Disable Right Click Popup MenuVersion: VB6
Author: Nikunj BhattSubmitted: 8/5/2008Views: 18465
This is can be used for many type of controls, mainly for textbox, to make the user unable to open the right click popup menu. User will need only an extra Timer control for this. No need for SendMessage, Hooking or any other API. Put a Timer control ...more>>

Disable EFFECT of Right Click Popup MenuVersion: VB6
Author: Nikunj BhattSubmitted: 8/5/2008Views: 9348
This a method of disabling the EFFECT of right click popup menu, for mainly Textbox like controls. My earlier method was by using a timer control which actually disables the right click menu for a subtle time. Now this is by using a Label and this just d ...more>>

Get and set a new printerVersion: VB 2005
Author: Heinz PrelleSubmitted: 7/31/2008Views: 16105
Get and set a new printer.

Number to Text conversionVersion: VB6
Author: Dinesh GSubmitted: 4/25/2008Views: 17808
This function converts number to text in the range 0.00 to 999999999.99

How to make content of RichTextBox unselectableVersion: VB6
Author: Yash BhardwajSubmitted: 4/8/2008Views: 11361
In many situations, if you want to display some text in your application and side-by-side you want to prevent the user from copying the content. One way to implement this use label, but label do not support the formatting of the text and RTF formats. So i ...more>>

Editing MSFlexGrid in vb6Version: VB6
Author: Gaurish SalunkeSubmitted: 4/5/2008Views: 26486
As you all know that by default we cannot write in MSFlexgrid. In order to edit the records in MSFlexgrid we need to explicitly write a code. This is how it works. We drop a text box on the form. Now whenever we click on any of the cells in the gri ...more>>

File Folder Hirerchy to XMLVersion: VB.NET 2003
Author: AjaySubmitted: 2/23/2008Views: 10908
This code generates an XML file in the given directory with contents same as Explorer hierarchy. It also displays the files size and change date including folders description like Number of files or folders. It can be used when you want to make a CD/D ...more>>

<< Previous  Page 12 of  67  Next >>

Go to page: 12  13  14  15  16  17  ...