You are here:
| Expert | Average Ratings | Expertise |
|---|---|---|
Kedar DesaiIndia
Available
|
You can ask me any question regarding visual basic 6.0 application with MS access. I have never used mysql or oracle as a back end. So that i can not answer you questions regarding mysql and oracle. Still you can ask me questions about mysql. I will surely try to give you the answer. | |
Richard RostU.S.
Available
|
![]() |
|
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. | |
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
On Vacation
returns 02/15/2012 |
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 02/29/2012 |
Can answer basic VB questions those are related to commonly used controls, VB/Access related questions, basic Flexgrid solutions |
Dear jhomz, I need more info: 1. What version of Windows are you using (Windows XP, Windows Vista etc.)? 2. What version of VB are you using? (VB6, VB.Net etc) And, please, send me your full program
Dear jhomz, You can use code like this: Dim TotalSum As Double = 0 Dim TempNode As ListViewItem For Each TempNode In ListView1.Items TotalSum += CDbl(TempNode.SubItems.Item(4).Text) Next
Dear jhomz, As far as I understand you need a basic tutorial how to work with ListView control - check this link: http://www.dreamincode.net/forums/topic/134686-listview-add-value-in-2-columns/
Dear Izhar Nasir, Use Split function with space as a separator - as a result you'll have an array A, where A(0) will be 17, and A(9) will be 993.98. This is Split function reference from Microsoft
Dear Flavio, As far as I understand you are trying to mix Windows and Web applications in one project, and this is generally a bad idea. One possible solution would be to convert your Windows application
Answers by Expert:

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