You are here:

Visual Basic/Experts

ExpertAverage RatingsExpertise

VITALY

U.S.
Available
Area of expertise is Visual Basic .NET (VS 2008 and Framework 3.5) design and development for Windows applications. You can ask me any Visual Basic questions and some questions about .NET Framework. You can also ask me how to use Component One controls in Visual Basic. Do not ask me questions about Web design and development in Visual Basic.

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.

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.

Kevin Watkins

U.S.
Available
I have written several programs integrating with MS Office including Access, Excel, and Word. I have used control arrays as well as data arrays, text files. I have an associates degree in programming. Please do not ask questions about VBA or dot net. I can only answer questions about Visual Basic 6.

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 good amount. 4) you can visit my website http://ravindra.coolpage.biz

Amal Raj A

India
On Vacation
returns 06/01/2013
Can answer basic VB questions those are related to commonly used controls, VB/Access related questions, basic Flexgrid solutions

Recent Answers

2013-04-04 VB:

Hi James,  Computers use what is called binary, it is a base 2 system.  Usually we use a base 10 system.    A base two system works in the following way:    Where the base 10 system has place holders in

2013-03-26 T.L.E Visual Basic Programming (E-Voting System):

'put a check mark on Project_references_Microsoft ActiveX Dataobjects library  Option Explicit  Dim cn As ADODB.Connection, rec As ADODB.Recordset        Private Sub Command1_Click()  Print rec.RecordCount

2013-03-22 T.L.E Visual Basic Programming (E-Voting System):

'under general declarations   Dim esql As String, conn as ADODB.connection, rec as ADODB.recordset     Private Sub form_load()     Set conn = New ADODB.Connection  Set rec = New ADODB.Recordset  'put the

2013-03-18 Entering data into a DataGrid:

First of all this is my code:      For Each row As DataRow In dgvLoans.<dataset? DataSource? >          decLoanAmount = row.Cells(3).Value          decMonthlyRate = row.Cells(4).Value / 12 /

2013-03-14 Entering data into a DataGrid:

OK, let's try to do it other way: let's change underlying dataset. You do bound your grid to some dataset , right?    Let's change this line:    For Each row As DataGridViewRow In dgvLoans.Rows    to use

More Answers in Category Visual Basic


Visual Basic

All Answers


Answers by Expert:


Ask Experts

Volunteer


©2013 About.com. All rights reserved.