Where can i found a manual about the WinAsm rc files metric ???
Is it the same metric that Microsfoft uses on is rc files ??
Another thing
Iīs it possible when we create a button object or other object , add an extra row to configure the button callback
i mean on WinAsm in object Resources (when we are creating the RC file) we have the properties of each object .
What i need it to add an extra row to add the button callback function, but the idea can be applied to other objects
example :
Just under the Caption we can do this
Callback --> Hello
Parameters --> $one, $two, $three
This means the button connects to function Hello as the funciot will have this aspect on PHP code
function Hello ($one, $two, $three){
// do something
}
This is just an idea
Thanks for your help