python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is it possible to add a new calendar type to Windows 7 date system?
I want to add a custom calendar to Windows 7's calendar type list, but I don't know how!
When you change regional settings (in "Region and Language" window, "Formats" tab, "Fo...
Ya-Zahra
Votes: 0
Answers: 0
How to make Tpopupmenu to pre-select the 1st menu entry when a popup is opened with the keyboard
The items in TPopupMenu can be highlighted/selected with keyboard or mouse. When selected with keyboard, you can move in the menu with the arrow keys.
How to mark the 1st menu item as selected (blue) ...
Tom
Votes: 0
Answers: 2
Indy error in Delphi 7: Undeclared identifier: 'hoWantProtocolErrorContent'
When using TIdHTTP to send GET commands with JSON variables, sometimes the server returns me the error below:
HTTP/1.1 500 Internal Server Error
Using Insomnia for testing JSON results, I see an ent...
Tractnet
Votes: 0
Answers: 1
How to remove OPEN AS READ ONLY button feature from the TOpenFileName dialog
When I call this File dialog it displays a nice modern dialog with
OPEN + OPEN AS READONLY buttons.
How can I remove the OPEN AS READ-ONLY button feature?
OpenSaveFileDialog(editform,'','my|*.my','','...
Tom
Votes: 0
Answers: 1