Search found 1415 matches

by Auge_Ohr
Thu Mar 02, 2023 10:46 pm
Forum: eXpress++ Support
Topic: SONIC SKINNER ACTIVEX
Replies: 4
Views: 1916

Re: SONIC SKINNER ACTIVEX

hi,

i try to install in VirtualBox but got
Skinner_Virus.jpg
Skinner_Virus.jpg (47.58 KiB) Viewed 1902 times
have try it as Administrator with same Result
by Auge_Ohr
Fri Feb 10, 2023 6:13 pm
Forum: phpBB Board Support
Topic: Spambot Hack
Replies: 3
Views: 2126

Re: Spambot Hack

hi Roger,

can also all SPAM Message from "sdenjuopl148" delete from BBS :?:
by Auge_Ohr
Mon Feb 06, 2023 12:52 pm
Forum: eXpress++ Support
Topic: Can I use the window handle of FASTREPORT preview in xbase dialog?
Replies: 6
Views: 2214

Re: Can I use the window handle of FASTREPORT preview in xbase dialog?

hi,

you can get a Handle from DotNet DLL ...
but it does not mean that you can call any Function "in" DotNet DLL without iDispatch Interface
by Auge_Ohr
Sun Feb 05, 2023 10:41 pm
Forum: eXpress++ Support
Topic: Can I use the window handle of FASTREPORT preview in xbase dialog?
Replies: 6
Views: 2214

Re: Can I use the window handle of FASTREPORT preview in xbase dialog?

hi,

do you mean FASTREPORT and FRAX :?:

there is "FastReport" on Github
https://github.com/FastReports/FastReport

but that is for DotNet
by Auge_Ohr
Tue Jan 24, 2023 11:57 am
Forum: Xbase++ Support
Topic: Information about EXE version
Replies: 5
Views: 2900

Re: Information about EXE version

ask ChatGPT can you tell me how to use GetDetailsOf and Shell.Application to get Property of file ? 1. Create an instance of the Shell.Application object: Set objShell = CreateObject("Shell.Application") 2. Use the GetDetailsOf method to get the property of a file: strProperty = objShell.NameSpace("...
by Auge_Ohr
Mon Jan 23, 2023 8:53 am
Forum: Xbase++ Support
Topic: Information about EXE version
Replies: 5
Views: 2900

Re: Information about EXE version

hi, try this for Xbase++ (only) IF !DllInfo(DllName,DLL_INFO_LOADED) hDll := DllLoad(DllName,NIL,.T.) lFlag := .T. ENDIF hDll := DllInfo(DllName,DLL_INFO_HANDLE) fVersion := LoadResource(1,hDll,RES_VERSIONFIXED) aVersion := LoadResource(1,hDll,RES_VERSION) cDLLpath := DllInfo( hDll, DLL_INFO_PATHNAM...
by Auge_Ohr
Fri Jan 20, 2023 4:01 pm
Forum: Xbase++ Support
Topic: Information about EXE version
Replies: 5
Views: 2900

Re: Information about EXE version

hi, you need to use Manifest and these Entry in *.ARC File VERSION "CompanyName" = "Yiu-Software" "LegalCopyright" = "Copyright (c) Yiu-Software" "ProductName" = "DXE_DualTabView" "ProductVersion" = "1.90.0355.51" "FileDescription" = "DXE Rebar,Toolbar,Tabpage,ListView,Statusbar / ot4xb" "FileVersio...
by Auge_Ohr
Sat Dec 17, 2022 7:39 am
Forum: eXpress++ Support
Topic: How to launch an audio file for performance without an external player
Replies: 4
Views: 1860

Re: How to launch an audio file for performance without an external player

hi,

for OOG Files you need a Audio CODEX which is NOT include in Windows
API PlaySound function are for *.WAV only so it is not a Solution

for WMP you have to add Directshow Audio "Filter" as CODEC
VLC have many CODEC "build-in" and can play *.OOG Files

i would try VLC ActiveX
by Auge_Ohr
Tue Dec 13, 2022 4:01 pm
Forum: Xbase++ 2.0
Topic: Build 1689: Alaska has done a good job
Replies: 10
Views: 4877

Re: Build 1689: Alaska has done a good job

hi,

which "Base Priority" does Build 1689 show in Taskmanager -> Details -> Basispriority :?:
by Auge_Ohr
Sun Nov 20, 2022 11:50 pm
Forum: eXpress++ Support
Topic: Is there a function that closes all open or used files?
Replies: 8
Views: 2392

Re: Is there a function that closes all open or used files?

hi Eugene,

there is a "wonderful" Function : QUIT

IMHO it is recommend to "close DBF" as soon as possible when not need any more