Displaying 1 result from an estimated 1 matches for "msg01829".
Did you mean:
msg01289
2004 Apr 14
1
Passing a pointer to .C() in Win32
...p://msdn.microsoft.com and search for "BringWindowToTop",
search for "SetForegroundWindow", and compare...
Maybe for this particular application, something like
show(RConsole) might be better, (see R-devel thread below)
http://www.mail-archive.com/r-devel at stat.math.ethz.ch/msg01829.html
but I'm still wondering if casting to pointers can be done...
Another application is specifying a Tk window to be "Always On
Top" using user32.dll's SetWindowPos function (again, search
for it on http://msdn.microsoft.com).
Regards,
James