You are not logged in. You can browse in the PowerBASIC Community, but you must click Login (top right) before you can post. If this is your first visit, check out the FAQ or Sign Up.
Will the name of the EXE file do? You can do this anywhere in a program -- in a DLL or in the EXE -- and it will return the name of the program that started the process.
Code:
DIM sProgName AS LOCAL STRING
sProgName = STRING$(1024,0)
GetModuleFileName 0, BYVAL STRPTR(sProgName), 1024
BTW, 1024 should be more than enough room, since %MAX_PATH is only 260. You could probably get by with a much shorter string, but I have always used 1024 to be safe.
The only way I can see my responses is to click on "Post Reply" and scroll down. Is that how you are seeing them?
Seems to be working o.k. now, although the "Post Reply/Quote"
graphic will not load. I orginally got the message to appear by
reloading the thread from the main list.
The refresh problem is being worked on, but the cause is "elusive"
In Internet Explorer, press F5 a few times (I sometimes need up to 3) to reload the page and you'll see the new thread after replying. In Netscape Navigator, press Reload.
I'm suspicious about the effect of ISP cacheing on this problem, but it only started after the BBS software was upgraded recently... Tom may correct me if I'm wrong on this point.
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, and to analyze site activity. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment