You are here:

Visual Basic/Expert Profile

Ahmed Sayed Aziz

India
On Vacation
returns 12/31/2012
Expertise

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

Experience in the area

multiple 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    P = Politeness
UserDateKCPComments
Rashmi05/06/10Thank u vry much....pls b thr .....
Binal04/03/10 
Sanjeev03/29/10101010I've done it Thank you very much .....
Anez03/16/10101010wow...you're so nice.. you explain it .....
Shay03/03/10101010 

Recent Answers from Ahmed Sayed Aziz

2010-08-03 problem with vb6 coding:

Change the code as follows, hopefully it should work, I do not have vb6 on this computer so I can not check :  =============================================================================================

2010-05-03 Export Data Report:

export report to TXT file  ==========================  DataReport1.ExportReport rptKeyText, "c:\Report\mytext1.txt"    Dim obj As Object  Set obj = CreateObject("Word.basic")  obj.fileopen "c:\report\mytext1

2010-03-27 vb6 + access:

Private Sub DataGrid1_Click()          Load AnotherFormName      AnotherFormName.Show          AnotherFormName!Text1 = Me.DataGrid1.Columns(1)    '2nd column value on the datagrid      AnotherFormName!Text2

2010-03-27 vb6 + access:

you need to change datagrid RecordSource sql as follows :    With Adodc1  'Change the control name to match your own named control    .RecordSource = "SELECT * From urtbl WHERE tblFieldId=" & Me.textboxname

2010-03-27 vb6+access:

you need to change datagrid RecordSource sql as follows :    With Adodc1  'Change the control name to match your own named control    .RecordSource = "SELECT * From urtbl WHERE tblFieldId=" & Me.textboxname

 

Ask A Question

Visual Basic

All Answers


Answers by Expert:


Ask Experts

Volunteer


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