I've noticed in the source for EBDev that the dialog and menu definitions are in the resource files(rc)
Can Ebasic programs place their dialogs and menus in the rc file?
If so, how are retrieved into the program?
Edit: OK, I see I can use loadmenu to load the menu from the resource.
      But I don't see anything for the dialog.
Larry
			
			
			
				yes and no.  You can have dialog resources, but you would need to use the API to show them, set the controls fonts, etc.  
Paul.
			
			
			
				thanks
Larry