The visual-basic tag has no wiki summary.
1
vote
7answers
254 views
Can a C# developer turned VB developer ever return to C# later in their career without a significant penalty? [closed]
Background: IT Recruitment in UK has absolutely exploded over the last five years and I get quite a few calls from recuiters each week with positions. One recruiter offered to put me forward for a ...
0
votes
0answers
15 views
importing multiple images using VB macros in excel [migrated]
Firstly, i'm a design student and not a programmer, so am turning to forums such as this for help. As part of a project, I'm creating a prototype interface using excel. The excel document accepts ...
3
votes
1answer
118 views
Better use on the name of variables
I have a method that looks like this:
Public Function NormalizeStreetAddress(country As Namespace.Country,
streetAddress As Namespace.StreetAddress) _
...
1
vote
5answers
131 views
Visual Basic link to SQL output to Word
I am in need of some advice/references. I am currently trying to develop a legal document interface. There are certain fields in which I need to query out of my sql db and have those fields output ...
8
votes
6answers
396 views
Software solution from the 2000's, should I attempt to patch or remake the whole thing?
I was sent out to discuss a system that a certain company is currently using and what should be done with it.
The company manufactures various carton displays. This system was developed to keep track ...
0
votes
4answers
357 views
Get a Programming Internship if you don't know programming? Learning instead?
Is it possible to get an internship to learn programming if you've say only had one classs in visual basic?
For example, I want to learn any programming language, but I've only taken 1 class in ...
2
votes
1answer
101 views
How can I migrate from Excel VBA with ADO to C++ with OCCI?
I am employed as a developer, but the only application development tools I have available to me are Access and Excel (i.e., VBA). Fortunately, I have good access to our Oracle DB, but that took some ...
3
votes
3answers
385 views
Meaning of phrase: “Not your father's Visual Basic”
I have ran into the above phrase many times (especially during classic VB days) and I have been wondering what it really mean and where it originated from. Any ideas?
2
votes
11answers
486 views
What to teach a 12-year-old VB programmer about programming in general
I am mentoring a 12-year old in programming.
He has started to do some VB (.net) (2008) and is making simple WinForms programs, but does not get some of the basic concepts (loops, functions, ...
3
votes
6answers
2k views
Is Visual Basic a dying language? [closed]
I have been developing for about 4 years now with my primary language being C#. My first language was Visual Basic though. The thing is through my journey I noticed more and more C# examples, posts, ...
6
votes
11answers
572 views
Is this code bad enough to warrant a rewrite?
This is a web application for payment processing. I've been here maintaining it for nearly two years now, so I have a good idea of the problems with the system. About a half a year after starting here ...
6
votes
6answers
307 views
port vb3 app to 32 bit with no source code — chances of success?
I have a potential client who sells a VB3 app, for which he lost the source code. It does not run on Windows 7 64-bit because the app is 16-bit. Only 32- and 64-bit programs will run on 64-bit ...