You are here:
| Expert | Average Ratings | Expertise |
|---|---|---|
VITALYU.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 RostU.S.
Available
|
![]() |
|
Frank G. DahnckeAvailable
|
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 WatkinsU.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. | |
RavindraIndia
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 AIndia
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 |
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
'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
'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
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 /
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
Answers by Expert: