faqts : Computers : Programming : Languages : Bbcbasic

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

Entry

BBCBASIC: Windows: Window: How to give a window focus? [Windows API SetForeground]

Oct 24th, 2006 12:54
Knud van Eeden,


----------------------------------------------------------------------
--- Knud van Eeden --- 24 October 2006 - 06:07 pm --------------------

BBCBASIC: Windows: Window: How to give a window focus? [Windows API 
SetForeground]

---

Steps: Overview:

 1. -E.g. create the following program

--- cut here: begin --------------------------------------------------

 SYS "SetForegroundWindow", @hwnd% TO ret%
 END

--- cut here: end ----------------------------------------------------

===

Internet: see also:

---

Microsoft: API: SetForegroundWindow
http://msdn.microsoft.com/library/default.asp?url=/library/en-
us/winui/winui/windowsuserinterface/windowing/windows/windowreference/w
indowfunctions/setforegroundwindow.asp

---

Language: Computer: BASIC: BBCBASIC: Windows: Window: Link: Can you 
give an overview of links?
http://www.faqts.com/knowledge_base/view.phtml/aid/42758/fid/768

----------------------------------------------------------------------