How To Start Programming [closed]
Closed 12 years ago.
How can I present some printed Visual Basic source code in an aesthetically pleasing manner?
Right now I’m interning at a major engineering company. I’ll be leaving in a few months though, so my project manager has requested a print out of my source code for a VBA project I’ve been working on.
VB stand alone application or ASP web application
I have experience developing software and web applications and I have decided to do some freelance work on the side. Well, I met with my first client and they are requesting a relatively simple, custom system that (without being long winded) tracks client’s paperwork as it progresses through the business’s different manual processes.
VB stand alone application or ASP web application
I have experience developing software and web applications and I have decided to do some freelance work on the side. Well, I met with my first client and they are requesting a relatively simple, custom system that (without being long winded) tracks client’s paperwork as it progresses through the business’s different manual processes.
VB stand alone application or ASP web application
I have experience developing software and web applications and I have decided to do some freelance work on the side. Well, I met with my first client and they are requesting a relatively simple, custom system that (without being long winded) tracks client’s paperwork as it progresses through the business’s different manual processes.
VB stand alone application or ASP web application
I have experience developing software and web applications and I have decided to do some freelance work on the side. Well, I met with my first client and they are requesting a relatively simple, custom system that (without being long winded) tracks client’s paperwork as it progresses through the business’s different manual processes.
VB stand alone application or ASP web application
I have experience developing software and web applications and I have decided to do some freelance work on the side. Well, I met with my first client and they are requesting a relatively simple, custom system that (without being long winded) tracks client’s paperwork as it progresses through the business’s different manual processes.
Best Practice – Loop Exit Via Iterator Modification
I had an interesting discussion with my boss today regarding exiting a loop before the terminal condition is met. He had a construct in some of his VB6 code that looked something like this:
Most efficient multiple condition IF statement
I am using a function to compare over 100 variables inside of classes to each other an am curious if one method of comparing multiple condition statements is more efficient than another. I am currently considering one of these methods. I think the ‘single If using And/Or’ looks the cleanest but performance is more important. (my code is VB.Net)
Most efficient multiple condition IF statement
I am using a function to compare over 100 variables inside of classes to each other an am curious if one method of comparing multiple condition statements is more efficient than another. I am currently considering one of these methods. I think the ‘single If using And/Or’ looks the cleanest but performance is more important. (my code is VB.Net)