Command | Invokes | Parameters |
New [lpName] | Files_New | If lpName is null the New Files dialog is triggered. If lpName is not null then the lpName which should contain a full path filename is created with default parameters (256 bytes length). |
Open [lpName] | Files_Open | If lpName is null
the open dialog is invoked. Otherwise the program tries to open the file name specified. Note that lpName should contain the full path of the file name. |
Size [lLength] | Files_Size | lLength holds the
decimal number of bytes as Long. If lLength is null, the change file size dialog box pops up. |
Offset [lPosition] | Files_Offset | lPosition holds the new offset as a decimal long number. If lPosition is null, the change offset dialog box pops up. |
Close | Files_Close | Closes the currently logged file. Asks for save changes if applicable. |
Anatomy | Files_Anatomy | Pops up the anatomy dialog box. |
Prop | Files_Properties | Pops up the properties dialog box. |
Files_Print | Pops up the print dialog box. | |
Preview | Files_Print_Preview | Pops up the print preview dialog box. |
PrintFile | Files_Print_To_File | Pops up the print to file dialog box. |
PrintText | Files_Print_As_Text | Sends the file to print preview as plain text. |
SaveAs [lpName] | Files_Save_As | If lpName is null
the save as dialog is invoked. Otherwise the program tries to save the file name specified. Note that lpName should contain the full path of the file name. |
Backup [lpName] | Files_Backup | If lpName is null
the save as dialog is invoked. Otherwise the program tries to save the file name specified. Note that lpName should contain the full path of the file name. |
Export | Files_Export_Selection_As | Pops up the export selection to file dialog box. |
Exit | Files_Exit | Terminates Hackman. Prompts for save changes is applicable. |
Back.