Results 109 issues of Sancarn

Currently we are using `Shell()` for simplicity. We have built some (bodge) 64-bit code as follows: ```vb Private Type SECURITY_ATTRIBUTES nLength As Long lpSecurityDescriptor As LongPtr bInheritHandle As Long End...

enhancement
lib-stdProcess

Would be nice to include the following constructors: * stdCallback::CreateFromForeignFunction(wb as workbook, moduleName as string, methodName as string) * stdCallback::CreateFromDLLFunction(dllName as string, functionName as string, types...)

enhancement
lib-stdError

[Could be handy!](https://web.archive.org/web/20030629035315/http://www.ftponline.com/archives/premier/mgznarch/vbpj/2000/08aug00/bb0008/bb0008.asp)

enhancement

Just a heads up, we've made a [Lambda class](https://github.com/sancarn/stdVBA/blob/master/src/stdLambda.cls) which could be useful in VBCorLib also, it should be compatible. It would allow code similar to: ```vb set newNumbers =...

Not many people realise you can modify the ribbon of a workbook. This would be a sweet addition, especially for making online excel Ribbon UI editors :)

Features

I have a small laptop which means that the console doesn't actually fit on the page given it's current format. Only way to see stuff is by zooming out but...

enhancement
polish
effort level: 2-3 days

* [Pygame](https://github.com/leachim6/hello-world/blob/main/p/Pygame.py) * [PyQt4](https://github.com/leachim6/hello-world/blob/main/p/PyQt4.py) * [PyQt5](https://github.com/leachim6/hello-world/blob/main/p/PyQt5.py) * [PySide2](https://github.com/leachim6/hello-world/blob/main/p/PySide2.py) * [PySimpleGUI](https://github.com/leachim6/hello-world/blob/main/p/PySimpleGUI.py) * [Python 2](https://github.com/leachim6/hello-world/blob/main/p/Python%202.py) * [Python 3](https://github.com/leachim6/hello-world/blob/main/p/Python%203.py) * [HTTPpy](https://github.com/leachim6/hello-world/blob/main/h/HTTP.py) * [kivy](https://github.com/leachim6/hello-world/blob/main/k/Kivy.py) * [manim](https://github.com/leachim6/hello-world/blob/main/m/Manim.py) * [flask](https://github.com/leachim6/hello-world/blob/main/f/Flask.py) * [django](https://github.com/leachim6/hello-world/blob/main/d/Django.py) * [bottle](https://github.com/leachim6/hello-world/blob/main/b/Bottle.py) * [libavg](https://github.com/leachim6/hello-world/blob/main/l/libavg.py)...

It strikes me that many different implementations of "Hello World" are implemented here, many with very different results... Something like ```cpp #include int main() { std::cout

## Tracker * [x] Set window owner * [X] Show menu bar buttons * [x] Set icon of window * [ ] Set taskbar visibility ## Change window `owner` `SetWindowLongPtr(GWL_HWNDPARENT,...

enhancement
lib-stdWindow