473,609 Members | 2,126 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VB 6 a keeper still, VB 2005 New neighbour

Dököll
2,364 Recognized Expert Top Contributor
Now, word on the street is our baby VB 6, mine anyway, will no longer be supported by Microsoft :-( That's fine, but here's what I need to know. Will new machines/operating systems hinder and harm our applications built in VB 6 in the near future?

Please understand, I am all for change and having discovered VB 6 code can be updated to VB 2005, I know I can do away with code already written. What I am concerned with is the functionality thereof and easy of use that seemingly isn't available in VB 2005. I am a beginner at it, I should master it someday, barring any unknown adventures forthcoming.

Switching channels for a second, I worked hard on an Access database at home for work project, I run Access 2000. My wonderful command buttons have built-in code, I just drag and drop and check this and that, and I am solid. Tried to recreate this at work, Access 2003 went mute on me. I can figure it out much later..

I am looking to see if a well-written application in VB 6, that I am sure will not need any support, one that I can lock and throw away the key, will sustain the blunt of new emerging technologies...

What are your thoughts?
Jun 8 '07 #1
11 1791
MMcCarthy
14,534 Recognized Expert Moderator MVP
I'm going to move this over to the Software Development forum. I think its probably the best area for it.

Mary
Jun 8 '07 #2
debasisdas
8,127 Recognized Expert Expert
Both will peacefully co-exist ,atleast for next few years.

Till the young boy out smarts its grandpa.
Jun 8 '07 #3
NeoPa
32,566 Recognized Expert Moderator MVP
Now, word on the street is our baby VB 6, mine anyway, will no longer be supported by Microsoft :-( That's fine, but here's what I need to know. Will new machines/operating systems hinder and harm our applications built in VB 6 in the near future?

Please understand, I am all for change and having discovered VB 6 code can be updated to VB 2005, I know I can do away with code already written. What I am concerned with is the functionality thereof and easy of use that seemingly isn't available in VB 2005. I am a beginner at it, I should master it someday, barring any unknown adventures forthcoming.

Switching channels for a second, I worked hard on an Access database at home for work project, I run Access 2000. My wonderful command buttons have built-in code, I just drag and drop and check this and that, and I am solid. Tried to recreate this at work, Access 2003 went mute on me. I can figure it out much later..

I am looking to see if a well-written application in VB 6, that I am sure will not need any support, one that I can lock and throw away the key, will sustain the blunt of new emerging technologies...

What are your thoughts?
I would expect applications already developed in VB6 to continue working under new platforms. VB6 itself, should also continue working as a development system for a long while to come. I suspect it just means that no further bugs or development will take place for that system.
Jun 9 '07 #4
NeoPa
32,566 Recognized Expert Moderator MVP
BTW Dököll, if you have any problems using Access, don't forget there's a fairly busy forum on this site that exists to help with such things :)
Jun 9 '07 #5
Dököll
2,364 Recognized Expert Top Contributor
I'm going to move this over to the Software Development forum. I think its probably the best area for it.

Mary
Of course, thanks, Mary!
Jun 9 '07 #6
Dököll
2,364 Recognized Expert Top Contributor
BTW Dököll, if you have any problems using Access, don't forget there's a fairly busy forum on this site that exists to help with such things :)
Thanks for your comment, debasisdas...

Much appreciate, NeoPa. Truth be told, I fetched clues and found out in Access 2003 the Command Button Wizard has to be turned on, and yes I will check the Access forum on this, will gladly enter a thread to see why I still cannot find it...

Have a great week-end:-)
Jun 9 '07 #7
NeoPa
32,566 Recognized Expert Moderator MVP
8)
Post in here when you do then I can look it up.
Jun 10 '07 #8
Dököll
2,364 Recognized Expert Top Contributor
Silly me, I managed to disable it here and the wizard does not show. The big idea is, and this is straight from the horse's mouth :-) our wonderful Build button, what look like a magic wand, must be pushed in for the wizard to fire, if not, well, nothing happens.

I was worried functions in Access were also going away, as suspected of VB 6 to VB Express 2005:-) Will post to the Access Forum anyway if differently still when I get to work tomorrow and will let you know here to have a look.

Thanks again, Ade, for your assistance!
Jun 10 '07 #9
Killer42
8,435 Recognized Expert Expert
...I suspect it just means that no further bugs or development will take place for that system.
Well that's a good thing, anyway. We can do without any more bugs. :)

Seriously, any time newcomers ask about learning VB6 now, I always recommend they go for the later version. I love VB6, but I think anyone would be crazy to start learning it now. Guess it's up to we old-timers to learn the newer version. Real soon now...
Jun 11 '07 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

4
3858
by: Travis Stewart | last post by:
Hi, I am not very familiar with C++ so the problems I am having might be simple and I just cannot see them or I am totally unaware of why something would be incorrect. Anyway, I'm using the ANN approximate nearest neighbour libraries written by David Mount and Sunil Arya. In the ANN.h file there is a comment describing how the data types used to represent the coordinates and distances between points can be modified by the user. For my...
14
1520
by: Rich | last post by:
I have a project that I would Greatly Appreciate some direction. My goal is to create a "Sales Assistant Script" that recommends products based upon Response's to questions. I know enough JavaScript to successfully create a "JavaScript Error" 2 out of 3 times! <Grin> The books I have read are great in regards to understanding what the code is doing, but in my novice opinion don't teach me the "when to use what"
24
2855
by: Dave | last post by:
I understand that VS.NET is supposed to compile native Win32 apps that do not require the .Net runtime. If that's the case then there is something else from the VS200x package that is required. MSVCR80.DLL and MSVCR80D.DLL are present and accounted for in Windows\System32. This is something else. Message says that the application configuration is incorrect. I just compiled a simple "Hello.cpp" app that exhibits the same behavior so...
1
3208
by: maryjones11289 | last post by:
Hi All, I'm trying to write/find code that creates a Ternary Search Tree in Visual Basic (VB6 or .NET). Here's my situation: What I have is an array consisting of 60,000 string elements. All elements are exactly 225 characters in length. All elements are made up of 1's and 0's
4
1214
by: Parrot | last post by:
After being able to use the new Web Application addon to VS 2005 I thought that I could finally use the product. However, I am still stumbling over everthing trying to get my web application to compile and run properly. The real annoying feature is when you try to switch to the Design View and there is a mismatched tag you must correct that before it lets you look at the web design. Why? The program ran ok before. The other thing is...
6
3096
by: Moumen VB.NET 2003/2005 Developer | last post by:
How can I detect if a file sitting on a network drive is still open by another application? This application resides on another machine on the network? I am using VB.NET 2003 Your help is highly appreciated
1
1730
by: pbd22 | last post by:
Hi. I just downloaded and installed Sql 2005 from the MS site. I see that my instance of Sql 2000 is still on the same computer. I assumed that Sql 2005 would upgrade but it didnt. Should I simply delete my instance of 2000 or will this cause complications? Sorry - newbie question.
3
1585
oll3i
by: oll3i | last post by:
When i have DNA test data like the data below just few first rows pasted here first number is the number of rows and second number is the number of columns 21st column is a decision 1186 21 1 2 3 1 3 3 1 3 3 1 2 0 3 2 1 3 2 1 0 2 3 0 0 2 1 0 0 0 2 1 3 2 1 2 2 1 0 3 1 1 3 2 0 3 1 1 0 2 2 0 1 3 1 3 0 0 2 1 1 3 3 1 2 1 2 3 3 3 1 3 0 3 3 1 2 1 3 3 1 3 0 3 3 3 3 0 1 3 3 2 0 3 3 3 3 1 3 3 1 3 1 0 3 2 3 0 2 0 3 2 1 2 2 1 2 3 0 3 1 3 0 2 2 1 0...
3
1324
by: cj | last post by:
Is Visual Studio 2008 still beta or is the production release ready to be downloaded from MSDN now? Will it open and automatically upgrade VB 2003 projects? I understand I can use it to maintain 2005 programs without upgrading them. Correct? Can I install it on my pc with 2003 and 2005 without keeping those versions from working?
0
8127
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8067
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8527
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8215
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8398
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6993
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5509
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4015
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
1658
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.