You are here:
String manipulation, Database access and usage, Class creation, and encapsulation are my strong suits. Active X Controls and DLL`s also. Although I don`t deal with Crystal - frankly because I don`t like it; I prefer to do things manually.
Employment history: Programmed with the Air Force for 15 years, and have continued in the private sector for the past 1 year. Used VB (all versions) for the past 8 years.
Organizations: MCP and MCSD certified.
Education: Computer Science Bachelor degree.
Awards: MCP and MCSD certified.
VB is the most flexible programming language which encompasses a fast solution and easy to learn architecture. THERE IS NO ONE WAY TO PERFORM A TASK!
Never done learning. Always want more. More API knowledge, more fine-tuning DB access, and more sub-classing knowledge is always welcome.
The lineage of VB is impressive. It started in the DOS days with GWBASIC which REQUIRED line numbers for every line. That transformed into QBasic which REALLY was an amazing enhancement for GWBasic and had great funcitonality. (It even works today if you can find the EXE!) QBasic begat QuickBasic which essentially (with a few exceptions) was QBasic with the ability to have multiple mod
I believe VB is every bit as good and in some ways better than VC++. Yes VC++ can do a lot of things quicker (nanoseconds) and can access some things VB supposedly can't. But learning API's and subclassing can really open doors previously thought closed.
| User | Date | K | C | T | P | Comments |
|---|---|---|---|---|---|---|
| Mohsin Habib | 01/12/09 | 10 | 10 | 10 | 10 | The reply was very clear and it ..... |
| Dafydd Griffiths | 01/09/09 | 10 | 10 | 10 | 10 | I asked a question outside of Robert's ..... |
| Alistair Lyons | 01/07/09 | 10 | 10 | 10 | 10 | Prompt and very useful answer, many thanks ..... |
| daniel | 09/11/07 | 10 | 10 | 10 | 10 | good idea |
| Janara | 03/13/07 | 10 | 10 | 10 | 10 |
In Word 2007, text boxes are slightly different. They are "Shapes". So, use: Dim Doc As Word.Document Dim oShape As Word.Shape Set Doc = ActiveDocument For Each oShape In Doc.Shapes Debug
Your dates need to be wrapped in "#" symbols if they are true Date or Date/Time fields. Example: Dim db As New ADODB.Connection Dim rs As New ADODB.Recordset db.ConnectionString = "Driver={Microsoft
You could do this with a LOT of work with an Image or Picture control. However, there are ActiveX controls out there that would have this functionality built in that would save you a lot of work on this
I'm sorry, but I'm not a batch file Guru as much as I used to be. However, a few things. - When you want the PERCENT symbol to be interpreted as such, you need to have 2 of them. So in your FOR
Your computer likely doesn't have enough memory. You probably only have 1 GB? Try closing everything (including some of your services) and recompiling. Just as important, none of your modules or forms
Answers by Expert:

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