I'm trying to learn SDK programming with PB/DLL 6.0 Can someone
post a very basic example. I'm wanting to do something like this:
Create a form with a button and a listbox and a textbox
when the person clicks on the button it adds the valud of the
textbox to the listbox.
I already know about all the sendmessage values etc, I just
don't know how to set everything up. I took at look at
skelton.bas in the samples directory but it uses a resource
script for the dialog. I'm wanting to make the controls by
hand.
Thanks
------------------
-Greg
post a very basic example. I'm wanting to do something like this:
Create a form with a button and a listbox and a textbox
when the person clicks on the button it adds the valud of the
textbox to the listbox.
I already know about all the sendmessage values etc, I just
don't know how to set everything up. I took at look at
skelton.bas in the samples directory but it uses a resource
script for the dialog. I'm wanting to make the controls by
hand.
Thanks
------------------
-Greg
Comment