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 any such library?
Edit: I'm going to update the notes in real-time, and they need not look incredibly fancy.
...
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 is great, as i can show on the page the contents of note.php - say i change note.php but i dont want users refreshing to see the changes... is there any way...
I need to create an AJAX widget that would allow a user to simply click on a box and begin typing a few notes. I can take care of the save and edit code. Anyone know of a quick and painless way of going about this?
...
I'm just trying to figure out exactly what kind of script this is, and where I can find more info on implementing it. Not sure exactly what to call it. If you click on one of the speakers here, you can see it in action: http://www.howconference.com/speakers/
...
Hi,
Currently we have a series of SharePoint sites already created in which we have a custom field created as follows in a custom fldtypes.xml
<?xml version="1.0" encoding="utf-8" ?>
<FieldTypes>
<FieldType>
<Field Name="TypeName">HierarchyTaggingField</Field>
<Field Name="TypeDisplayName">Hierarchy Tagging Field</Field>
<Field ...
Hello all,
I've got this custom button on Lead Editview that when clicked on generates (via AJAX) an invoice number and a PDF bearing the same number.
In the next step, the routine uses SOAP to loopback to Sugar and creates a Note (along with the PDF as attachment).
My question is can I avoid this SOAP call and use some other inter...