VB Functions Questions

1

Need a little VB.Net help -2
Continues thread Need a little VB.Net help and previous lost thread We need a VB programmer to turn my rough shot at a function into VB.Net and put it through it’s paces to see how it works, code is below in discussion.  .. earlier thread question Need a little VB.Net help. TheFinder was attempting to [...]

Answer Question   |  February 28, 2012  11:36 PM
Random, Random Number Generator, VB Functions, VB.NET
asked by:
44,070 pts.

Conversion of function VB into VB.NET
how i can convert below vb function into vb.net Public Function FChkUserLoggedIn(LoginId As Long) As Boolean Dim rs As ADODB.RecordSet, strsql As String Set rs = New ADODB.RecordSet ‘strSql = “select msession from log where msession in (select msession from log where loginid = ” & LoginId & ” and form = ‘menu’ and active) [...]

Answer Question   |  November 7, 2008  8:22 AM
Public Function, Source code conversion, VB Functions, VB migration, VB.NET, Visual Basic, Visual Basic .NET
asked by:
5 pts.

1