Visual Basic/Expert Profile


Ask A Question

Expertise

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

Experience in the area

12 years as a programmer.

Organizations

Print Media

Publications

Math Skill Test VB6 Game Source Code published at Planet-Source --------------------------------------------------------------- http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=72322&lngWId=1 Holy Quran Source Code published at Planet-Source ------------------------------------------------- http://www.planet-source-code.com/vb/scripts/ShowCode.asp?lngWId=1&txtCodeId=72343&txtForceRefresh=82020091635140766 Right to Left Treeview & Listview Source Code published at Planet-Source ------------------------------------------------------------------------ http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=72376&lngWId=1

Education/Credentials

Commerce Graduate ICWAI

Awards and Honors

Wizard certificate from experts-exchange.com ============================================= http://www.experts-exchange.com/M_1214708.html Level 4 certificate from Yahoo!Answers ======================================= http://answers.yahoo.com/my/my;_ylt=AkjObjoI7Cr1x01J9syQ5RZ17hR.;_ylv=3

Average Ratings

Recent Reviews from Users

Read More Comments

    K = Knowledgeability    C = Clarity of Response    T = Timeliness    P = Politeness
UserDateKCTPComments
Barbara11/23/091010101010
Barbara11/23/091010101010
Barbara11/22/0910101010excellent tutorial and helper
KK Debarge11/17/0910101010You have been of great assistance to .....
arshad11/17/0910101010I have no words to pay ur .....

Recent Answers from S.Aziz

2009-11-22 vb:

The following code will draw lines no. of times user enter into inputbox. Private Sub Form_Click() Dim Response Response = InputBox("Enter No. Of Lines To Draw") Me.Cls 'Clear previously

2009-11-22 Valid open statement:

open statement ============== Open pathname For mode [Access access] [lock] As [#]filenumber [Len=reclength] pathname : Required. String expression that specifies a file name may include directory

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

 

Ask A Question

All Answers

Answers by Expert:


Ask Experts

Volunteer


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