1-10 of 76 Hubssort by Hot Best Latest

78

Free Visual Basic / in VB / in SQL / MS Access Computer Programming Code Examples II of II (Learn / Do)

...code fragments ... business applications ... written over the years. ... SQL... record set processing...data manipulation (field and character level)... GUI routines.

0 comments    programming code sql
74

Programming.a.baby - (Pmg) Browser Script Languages List

Learn how to write some Browser Script languages JScript VbSript JavaScript ActionScript EcmasScript sample snippets ... Learn also who create these languages and when ...

0 comments    internet technology education
71

VB Box

Message boxes are simple yet effective ways of passing information to an application user and giving them a choice before proceeding at a certain point within an application. Lets have a look at a simple...

visual basic computer programming message box
SailtotheMoon profile image67

VB.Net: Do Loops and For…Next Loops

Do loops are important programming structures as they permit a series of statements to be repeated until a condition is met. Do loops are to be used when the number of loops to be made is undetermined. For…Next loops are to be used when the number...

2 comments    vb net byval do loop
77

Programming.a.baby - (Pmg) Programming Languages

Learn the differences between Development Languages, VB C# C++ J# Java Ruby Delpji Python ...

1 comment    technology software microsoft
81

Silent Connection with SAPLOGON with RFC SDK Example | RFC | Excel | VBA

This tutorial demonstrates how to make a silent connection using VBA (or Visual Basic), either from an Excel worksheet or VB client. The tutorial uses the BAPI Control and SAP Logon Control, both of which, are included with the SAPGui and RFC SDK.

0 comments    com sap vba
81

Free Visual Basic / in VB / in SQL / MS Access Computer Programming Code Examples I of II ( Learn / Do )

These are code fragments from business applications that I have written over the years. ... SQL... record set processing...data manipulation (field and character level)... GUI routines.

3 comments    programming code sql
gauri1234 profile image83

Threads in VB.net

When we try to demonstrate Delegates in dot net, threads becomes the most effective example.You will see that in this hub. My intention is to explain why threads and how threads! We live in this world and...

0 comments    java thread .net
72

vbscript (.VBS) Computer Pranks

 Visual Basic Script files are programs that can be run on a Windows computer. They are very easy to make and can be used for useful purposes, such as to automate tasks, or for less useful purposes, like...

2 comments    friends humor vbscript
snigdha_123 profile image83

Datatable Methods

My Article in Ezine Articles Datatable Methods are used for performing the operations on the runtime datatable. AddSheet:-It is used for adding a new sheet to runtime datatable. Syntax:-DataTable.AddSheet("Sheetname") ...

4 comments    technology testing qtp
working