VS2008 Setup Project: Shared (By All Users) Application Data Files?

I have learned the answer to my question through other sources, yes, yes! Sadly, it didn’t fix my problem! What’s that make me — a fixer-upper? Yes, yes! To put stuff in a sub-directory of the Common Application Data folder from a VS2008 Setup project, here’s what you do: Right-click your setup project in the … Read more

Windows 7 Remote Desktop Connection Save Credentials not working [closed]

Try these Below Steps: On your local machine Open Windows command prompt type: gpedit.msc -> Press Enter -> a new window will popout Go to Local Computer Policy –> Computer Configuration –> Administrative Templates –> System –> Credentials Delegation Double Click on “Allow Delegating Saved Credentials with NTLM-only Server Authentication” By default it will be … Read more

How to create a desktop icon with Inno Setup

In [Files] section, you install your giotto.ico to the application folder (you may want to install the icon only when the desktopicon task is selected). In [Icons] section, you create the desktop icon using the installed giotto.ico (when the desktopicon task is selected). #define SourcePath “C:\Users\PycharmProjects\GIOTTOconverter\dist” #define MyAppName “GIOTTO” #define MyAppExeName “GIOTTO.exe” #define MyAppIcoName “giotto.ico” … Read more

What ways are out there to display a desktop notification from a web app?

Below is a working example of desktop notifications for Chrome, Firefox, Opera and Safari, copied from Chrome desktop notification example. Try it live on JSBin. // request permission on page load document.addEventListener(‘DOMContentLoaded’, function () { if (Notification.permission !== “granted”) Notification.requestPermission(); }); function notifyMe() { if (!Notification) { alert(‘Desktop notifications not available in your browser. Try … Read more

Which embedded database to use in a Delphi application?

I’m using Firebird 2.1 Embedded and I’m quite happy with it.I like the fact that the database size is practically unlimited (tested with > 4 GB databases and it works) and that the database file is compatible with the Firebird Server so I can use standard tools for database management and inspection. Distribution consists of … Read more

How to center a component in Material UI and make it responsive?

Since you are going to use this on a login page. Here is a code I used in a Login page using Material UI Material UI v5 <Grid container spacing={0} direction=”column” alignItems=”center” justifyContent=”center” sx={{ minHeight: ‘100vh’ }} > <Grid item xs={3}> <LoginForm /> </Grid> </Grid> Material UI v4 and below <Grid container spacing={0} direction=”column” alignItems=”center” … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)