Retriving lost VB 6 component license keys [closed] - vb6

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
HI
I'm moving a visual basic 6 application from one machine to another, however this application is quite old and uses a lot of third party components (.ocx files) that we have lost the license key for.
Is there any way to get the license key off the old machine for use on the new machine?
Once the application can be built on the new machine, the old machine will be decommissioned and all data erased.

I keep my VB6 dev kit in a VM image for this sort of reason - getting a working development state can be a hard-fought battle for VB6 stuff, but it also has the tendency to soil it's own house by filling it with left-over bits of dead COM components. So if I install new tools or components, I do it in the base snapshot, then restore any required bits into a new snapshot for that project.
Not really a helpful answer for your current predicament... but hopefully helpful for long-term legacy VB6 maintenance.

Related

Difference between ARM and Intel? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
"Technically, however, they represent different philosophies: the ARM architecture is designed to be as simple as possible, to keep energy wastage to a minimum, whereas Intel's range uses a more complex design that benefits from compatibility with the company's (much more power-hungry) desktop and laptop CPUs." Well then why can't I run Windows on a raspberry Pi? Also, what is start4.elf?
Microsoft seems to know there are issues with Windows on ARM because it won't even sell you a copy of it. The company licenses the ARM version only to OEMs to pre-install on new systems. When asked if it would open up sales so people could run Windows on the new Macs, Microsoft said it had no plans at this time.
Start4.elf is a file that raspberry pi uses to boot.
Hope this helps!

How do I recover data after factory reset on Windows 10 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
A friend of mine factory reset her computer on Windows 10, and lost an important document, so I'm wondering if there is a way for her to get it back, any help is useful.
I realize that a factory reset sets the computer back to it's original state of when it was first purchased, but I'm just curious if there are any free or cheap options available, besides going to a recover specialist.
Any advice would be nice - thanks!
Download the free version of Piriform Recuva. It is something I have used before for basic file recovery, and I don't know of a simpler GUI tool for Windows. Simply follow the instructions of this tutorial, or search for a simple video tutorial on YouTube if that is insufficient.
To maximize your chances of recovery reduce the amount of writes to the drive- setting it to read-only for example. Avoiding doing anything else while you attempt to recover the files is critical, newer files may silently destroy whatever is left of the older data. If at all possible you should attempt to boot from a drive or disk that doesn't contain the erased data, but if that is not possible/not something you know how to do then you may still be able to recover the data by booting the computer normally.

Accessing Ruby files in Dropbox [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I am very new to programming in anything. I want to get started with Ruby. I have a pc and laptop. I don't want to limit myself to just the pc. As long as Ruby is installed on both, of course, can I keep my project files in DropBox so I can work on them from either device?
Thanks for your help.
Don
Yes. Source code files can be kept in Dropbox just like any other file. You can use Dropbox to keep your files in sync between your two computers.
As you find yourself more comfortable with programming and make programs of greater complexity, you will probably want to use a version control system (VCS), such as Git. Among many other things, a VCS will keep your project files centralized in a repository. If the repository is in the cloud (e.g. on GitHub) you will be able to access it from all your computers.

Outlook 2007 - Business Contact Manager Without Cached Mode [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
Is it possible to employ Business Contact Manager 2007 without running Outlook in Cached mode?
According to all the reasearch I have done this is a prerequisite, and certainly upon installing and testing it seems to be the case, but keeping local copies of inboxes is simply too large a security hole for us, I find it difficult to believe that this is a requirement!
Thanks in advance for your responses!
The answer on the most basic level here is No.
But the security hole created by storing copies of Mailboxes on workstations can be worked around, it is as simple as moving the local mailbox storage file (.ost file) to a secure server then re wiring outlook to find it in its new location.
Hope this helps someone!

How do I stop the "Found new hardware wizard" appearing? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
As part of our product we use 3rd party hardware and drivers. Unfortunately, these drivers aren't signed so up pops the "Found new hardware wizard" when installing or upgrading our product. Our product is web based and allows the users access to everything they need remotely, apart from this one case.
Is there a registry hack or other OS setting that will stop the wizard appearing?
Can we sign the drivers ourselves?
Could we write a program that would click "Next, Next, Next" on the wizard that will work on all language variants of Windows?
There is 2 ways to get silent installation:
1) Sign the driver and that can be hard/impossible if you don't have the driver source code.
2) You can write a co-installer dll using this api's. The problem that this is not reliable and from our experience there is a lot of workarounds for different Windows flavors.
The only 100% reliable option will be option one.

Resources