A possible fix is to put each browser control in a separateTPaneland then find the required windows by using the appropriate panel's window handle in theFindWindowExcall that searches for the "Shell Embedding"
The method of theTsgcTDLib_Telegramclass used to send a message isSendTextMessage(aChatID:integer;aMessageText:string); It means we must know theChatIDof the chat room where to send the message. In this case all the members of this chat room will receive the message. If the chat room...
Professional applications have greatIconsandSplash Screens. They catch the user’s eye and help add to an overall impression of quality and attention to detail. Today we link to a couple of really great articles on how to create and add icons and splash screens to give that extra polish to ...
In order to receive such objects we have to make our application into a "drop target" that is recognised by Windows. We do this using COM (or OLE) drag and drop. As is usual with COM, we have to create an object that implements an interface – IDropTarget in this case – and then...
32 bit app - how to get 'C:\program files" directory using "Environment.GetFolderPath" 32 bit Application calling 32 bit DLL "An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)" 4 digit precision- String format 405 method not allowed(post...
Tags:DelphiTwebbrowser SinceTWebBrowseris inherited methods from TControl, you may think immediately to use the method 'SetFocus' to make it get the focus. Unfortunately, it does not work. So we have to find out some way else to accomplish this task. I have found three ways to make it...
Python jobs are very plentiful, so it’s easy to find a job using Python, and there’s still plenty of room for growth. Pros Readability and flexibility make Python suitable for a huge range of applications. Dynamic typing and asynchronous code help to speed up the development process. ...
There are a number of ways to deploy Delphi and C++Builder FireMonkey apps to Android devices which includes sideloading the apps (copying them to the device), through an enterprise MDM like AirWatch or MaaS260 (mobile device manager), and through Google
The authors do seem to have made some basic assumptions about the knowledge of Ubuntu internals, but hey, I’m an app programmer and I don’t really have time for that sort of thing! However, it did start to make some sort of sense, and I began to realize t...
Delphi 10.3 Rio FireMonkey apps are cross platform with a single codebase and single UI that target the Android, IOS, Macos, Windows, and Linux platforms (FMXLinux was recently added to Delphi 10.3 Rio Enterprise and Architect). You can also deploy Delph