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

Number to Words XML Web Service Version: VB.NET
Author: Ken MercerSubmitted: 10/30/2003Views: 13372
This sample code describes a Web service through which a client can get the equivalent of a number in words. This can be used in many applications such as accounting packages and invoices.

Automatic adapt listwidth comboboxVersion: VB5
Author: Henk DhaenensSubmitted: 10/22/2003Views: 8512
This function automaticly expands the listed width from a combobox to the width of the listed items. This function is based on the sample of Roger Gilchrist, but now works with other fonts then the 'form-font', so you can use a non-proportional font (to m ...more>>

Numeric value only textbox Version: VB.NET
Author: M.V. LawrenceSubmitted: 10/16/2003Views: 33820
It is a very simple coding for entering numeric value in a text box (VB.NET)

MDI Example in VB.NETVersion: VB.NET
Author: Ken MercerSubmitted: 10/7/2003Views: 38801
Creates an MDI application which consists of a main "parent" form and a child form.

Simple Code to Navigate through GridVersion: VB6
Author: Raghuraja. CSubmitted: 10/5/2003Views: 11544
Simple Code to Navigate through Grid according to User press key. In the Grid, when a key is pressed the current row selection will go to concern row which the pressed key is exists.

Save DataSet as XML FileVersion: VB.NET 2002
Author: KBaileySubmitted: 9/27/2003Views: 88642
This code shows how to save the contents of a DataSet as an XML File.

Read XML File into DataSetVersion: VB.NET 2002
Author: KBaileySubmitted: 9/27/2003Views: 121310
Simple code to read the contents of an XML File into a DataSet and then binds it to a DataGrid.

Update a specfic field of all recordsVersion: VB6
Author: xunSubmitted: 9/7/2003Views: 9978
This snippet illustrates how to update a specfic field's value from null to something in a table.

Drop a Windows XP style shadowVersion: VB5
Author: Flavio González VázquezSubmitted: 8/28/2003Views: 15456
This code drops a shadow under controls like Windows XP does. You can drop the shadow to all controls in a form or drop the shadow to one or more controls.

Advanced resize controls optionsVersion: VB4
Author: Flavio González VázquezSubmitted: 8/28/2003Views: 15462
This code snippet lets you do the following: -Resize controls in a form (and optionally the font size) -Disable form title bar buttons -Disable / enable all controls in a form -Show / hide all controls in a form -Create a resizable background

<< Previous  Page 32 of  67  Next >>

Go to page: 32  33  34  35  36  37  ...