GL SOFT INDIA
Fusion of Web, Mobile & Desktop Applications.
Showing posts with label
visual basic
.
Show all posts
Showing posts with label
visual basic
.
Show all posts
Tuesday, January 13, 2009
Finding the Last Occurrence of a Pattern in a String
›
When dealing with string data, one of the most useful Transact-SQL functions you can have in your toolbox is PATINDEX . Aside from it’s man...
Friday, November 7, 2008
String manipulations
›
Dim strSample As String = "Left Center Right" 'left strSample = strSample.Substring(0, 4) ...
String manipulations
›
Dim strSample As String = "Left Center Right" 'left strSample = strSample.Substring(0, 4) ...
Monday, November 3, 2008
Handling Keystrokes in DataGridView
›
Private Sub dgv_EditingControlShowing(ByVal sender As Object, ByVal e As System.Windows.Forms.DataGridViewEditingControlShowingEventArgs) Ha...
Export SQL table to excel
›
Dim excel As New Excel.Application Dim wBook As Excel.Workbook Dim wSheet As Excel.Worksheet wBook = excel.Workbooks...
›
Home
View web version