Thursday, April 9, 2026

Comdlg32 OCX - License is not registered for use

Need to add the following registry key in Windows Registry to resolve the licensing issue.

REGEDIT4

[HKEY_CLASSES_ROOT\Licenses\DB4C0D00-400B-101B-A3C9-08002B2F49FB]

@="mgkgtgnnmnmninigthkgogggvmkhinjggnvm"


Tuesday, May 9, 2023

Crystal Report Runtime Installation Error 1935

Open your registry editor, find 

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control

Create Or Change (if exist)  RegistrySizeLimit's(REG_DWORD) value to “FFFFFFFF”

And Restart PC. (Without restart changes will not work)


Friday, April 14, 2023

Hello Everyone,

I am excited to offer my Visual FoxPro Project Maintenance/Updation Service. I can work with any version of the Visual FoxPro and provide the following features:

* Identify and fix any programming bugs in your applications.

* Upgrade your applications to .Net projects.

* Seamlessly migrate your Visual FoxPro's native database to other databases, such as SQL Server, MySQL, PostgreSQL, and more.

* Facilitate the migration of your database to the cloud, making it easily accessible for remote work via the Internet.

I am confident that my expertise in Visual FoxPro will add value to your business operations, and I look forward to working with you.


for more information contact

Skype: kalpesh2804

email : kalpesh@kalpesh.biz, kalpesh2804@yahoo.com

WhatsApp: +91 98 98 29 62 36

#VisualFoxPro #VisualFoxProSupport #FoxProDeveloper #FoxPro #FoxProSupport

Friday, November 8, 2019

Send Ctrl-Alt-Del to nested RDP session


eg.
PC - A  = Its your Own Computer
PC - B  = RDP  PC - 1
PC - C =  RDP PC - 2 (Inside RDP PC1)

Here's the scenario: I Remote Desktop from Computer A to Computer B and from Computer B to Computer C.

(1) I want to send Ctrl+Alt+Del to Computer A, I type Ctrl+Alt+Del from Computer A

(2)  want to send Ctrl+Alt+Del to Computer B, I type Ctrl+Alt+End  inside Computer B

(3) If I want to send Ctrl+Alt+Del to Computer C, I open the On-Screen Keyboard on Computer C and use it to type Ctrl+Alt+End, which sends Ctrl+Alt+Del to Computer C

OR  

If I want to send Ctrl+Alt+Del to Computer C, I type Shift+Ctrl+Alt+End  inside Computer C.


Change Database default locations in SQL Server

Method 1: Change default database location via SQL Server Management Studio (SSMS):
Step 1. Right Click on Server and Select "Properties".



Step 2. in the "Server Properties" dialog box, navigate to "Database Settings" tab and data/log files location under "Database default locations" group.


 Step 3.  Click on "OK" to Save Changes.

Step 4.   As per Microsoft SQL Server Instance need to restart for to take effect. so Right Click on Server and Click on "Restart". It will prompt for confirmation - Press Yes. You can Restart Server Instance using Services.msc