Tagged Questions

4
votes
3answers
523 views

Library for drawing musical notes

I'm looking for a Windows library that can draw musical notes on the screen in some way. I'm going to use it to write an app in C#, but a pure Win32-based solution is good enough. Does anybody know of …
2
votes
3answers
242 views

Refresh PHP include();

Hi What is the best way to refresh the content of a var that is included? For example i have this code: <marquee> <?php include('note.php'); ?> </marquee> This …