You are here:

Visual Basic/Experts

ExpertAverage RatingsExpertise

Richard Rost

U.S.
Available
I can answer any questions pertaining to Microsoft Visual Basic 6.0, Microsoft Access VBA, and the Visual Basic Language in general. I do NOT use VB.NET or VB 2005/08 much yet, so don't ask me any questions specific to those. Also, please feel free to check the Tips & Tricks section of my web site for VB tips.

Ravindra

India
Available
visual basic application programming from design to access information, sql, engineering and commercial applications. access databases, excel.(VB6) basic questions in vb 2008. Optional: 1)a large number of people want me to do work which takes some time and effort. can do projects in vb 2008. Pl.note that i would like to be paid for such work. 2) if you want me to spend quality time and do special work, i expect to be paid a reasonable price for my time. 3) if you are pleased with my reply you could consider a donation of 1$. 4) you can visit my website http://ravindra.coolpage.biz

S.Aziz

India
Available
All questions related to vb6 only. Excuse me for vb.net.

Srinivas M. P.

India
Available
VB 6.0, T-SQL, SQL, PL/SQL, Oracle 9i/10g, MS-SQL Server 2000/2005 and FoxPro 2.6

Frank G. Dahncke

Available
I can answer most questions realating to real-world application programming in Visual Basic .NET (including SQL-Server 7.0 and up). I NO LONGER ANSWER VB6 QUESTIONS. My speciality is GUI/frontend work and API calls. I do not know about Internet, games or graphics programming, just the bread-and-butter stuff. I answer questions in German as well.

Amal Raj A

India
On Vacation
returns 12/02/2009
Can answer basic VB questions those are related to commonly used controls, VB/Access related questions, basic Flexgrid solutions

Recent Answers

2009-11-17 Copying a folder to a location:

same code will do the trick this will replace the old folder contents with new. to test this suppose u have 4 files in D:\Peace if first time u call copyfolder it will cerate folder and then copy

2009-11-14 VB6 - Access database - Could Not lock / placed in a state by user / could not update:

try to change adLockOptimistic to rs.Open SQLStatement, cn, adOpenDynamic, adLockOptimistic rs.Open SQLStatement, cn, adOpenDynamic, adLockPessimistic adLockOptimistic: record is locked just before

2009-11-14 VB6 - Access database - Could Not lock / placed in a state by user / could not update:

This message indicates that access database has been opened exclusively. open database click tools then click options now click Advance Tab check for Default Open Mode (ADO and DAO both opens database

2009-11-14 display data in datagrid in order:

you need to use Recordset to update table. I am unable to understand why are you using duplicate Invoice number in table. You should split Invoice table in 2 tables instead. Foe example in tblInvoice

2009-11-13 Macro Coding for updating the textbox:

Option Explicit Private Sub Text1_LostFocus() If Text1 = "" Or IsNumeric(Text1) = False Then Text1 = "" Text1.SetFocus End If End Sub you can change the conditions here. when you press tab

All Answers

Answers by Expert:


Ask Experts

Volunteer


©2009 About.com, a part of The New York Times Company. All rights reserved.