Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lee-soft/ViDock

A free and open Menu Bar for Windows
https://github.com/lee-soft/ViDock

Last synced: 16 days ago
JSON representation

A free and open Menu Bar for Windows

Awesome Lists containing this project

README

        

# ViDock

This a menu bar for Windows. It will read the standard native menus (IE those in Notepad) and replicate them on a consistent bar at the top of the window. The functionality could be described as being similar to OSX's Menu bar.

## Background

The last lee-soft project. Created for the Windows X OSX Transformation Pack.

## Libraries

- [Windows Unicode API TypeLib](https://github.com/badcodes/vb6/blob/master/%5BInclude%5D/TypeLib/winu.tlb) - Windows API, stores all the API declarations
- [[email protected] GDI+ Type Library 1.05](http://www.vbaccelerator.com/home/VB/Type_Libraries/GDIPlus_Type_Library/article.asp)
- [Karl E. Peterson's - HookMe](http://vb.mvps.org/samples/HookMe/) - A clean and elegant means of subclassing
- [Extended GDIPlusWrapper](https://github.com/lee-soft/GDIPlusWrapper) - Extended GDIPlusWrapper used for OOP GDIPlus

## Getting Started

- ~~Don't use the "download ZIP" feature of GitHub it will convert the windows new line characters to linux new line characters and VB6 can't understand them. Clone the repository with the GitHub desktop app~~
- Clone the repo
- Ensure you have Visual Basic 6.0(Service Pack 6) installed
- Grab the WinU and GDIPlus TLB - extract the TLBs and add as a reference to the project
- Grab the HookMe zip - extract the files (IHookSink.cls, MHookMe.bas) over the placeholder files (IHookSink.cls, MHookMe.bas) and disregard any other files
- ~~Grab the Extended GDIPlusWrapper library - extract contents to "GDIPlusWrapper" and follow instructions for creating the library~~
- Grab the release of the [GDIPlusWrapper library](https://github.com/lee-soft/GDIPlusWrapper/releases) and re-add it as a reference to this project
- Compile and enjoy

## Acknolwedgements

I have been unable to contact the original author of the vbAccelerator GDIPlusWrapper ([email protected]). Permission to include his library here is pending and until it is approved I will not be able to include it here.