Monday, August 8, 2016
5 Great Visual Studio Keyboard Shortcuts
›
Following are five of my favorite keyboard shortcuts in Microsoft Visual Studio . 1)Move Code Alt+Up/Down This keyboard shortcut is new...
Wednesday, June 29, 2016
Create XML using EXCEL
›
Many a time I have got question about how to create XML with excel, So I decided to add this into my blog. Hope this will help the readers....
Tuesday, June 7, 2016
Which programing languages are useful for hacking
›
Important Programming languages for Hackers Many of our readers often send us queries about which programming language they should learn....
Saturday, May 28, 2016
USE FULL ABBREVIATIONS
›
1)GOOGLE: global organization of oriented group language of earth.. 2)YAHOO: yet another hierarchical officious oracle.. 3)WINDOW: Wide...
1 comment:
Thursday, May 19, 2016
Retrieving data from SQL Server using RecordSet object in VBScript
›
Option Explicit Dim Conn ' Connection Variable Dim rs ' Recordset Variable Dim sqlQuery Dim serverName Dim field ...
VBScript Prompt a User for Input
›
It was been ask by one of my friend that how to get input from user in VBScript. I though by adding this to blog, that will help other. ...
Wednesday, May 18, 2016
VBScript to update Access Database
›
Save following line to .VBS file Const adOpenStatic = 3 Const adLockOptimistic = 3 Set objConnection = CreateObject("ADODB.Conn...
‹
›
Home
View web version