| | |
Window: frmMain | | |
| | |
| [ ] 1 - CONVERT ERROR: 'cmdAddAB' was not converted because there is no direct REALbasic equivalent | |
| | |
| [ ] 2 - CONVERT ERROR: 'cmdSelectAll' was not converted because there is no direct REALbasic equivalent | |
| | |
| [ ] 3 - CONVERT ERROR: 'cmdUpdate' was not converted because there is no direct REALbasic equivalent | |
| | |
| [ ] 4 - CONVERT ERROR: 'cmdResetFonts' was not converted because there is no direct REALbasic equivalent | |
| | |
| [ ] 5 - CONVERT ERROR: 'cmdChangeColor' was not converted because there is no direct REALbasic equivalent | |
| | |
| [ ] 6 - CONVERT ERROR: 'cmdJoinChatCCOM' was not converted because there is no direct REALbasic equivalent | |
| | |
| [ ] 7 - CONVERT ERROR: 'cmdLeaveChatCCOM' was not converted because there is no direct REALbasic equivalent | |
| | |
| [ ] 8 - CONVERT ERROR: 'cmdJoinChat' was not converted because there is no direct REALbasic equivalent | |
| | |
| [ ] 9 - CONVERT ERROR: 'cmdLeaveChat' was not converted because there is no direct REALbasic equivalent | |
| | |
| [ ] 10 - CONVERT ERROR: 'ctlAPtaskbar1' was not converted because there is no direct REALbasic equivalent | |
| | |
| [ ] 11 - CONVERT ERROR: 'cmdLoadEjects' was not converted because there is no direct REALbasic equivalent | |
| | |
| [ ] 12 - CONVERT ERROR: 'cmdSaveEjects' was not converted because there is no direct REALbasic equivalent | |
| | |
| [ ] 13 - CONVERT ERROR: 'cmdEnableProxy' was not converted because there is no direct REALbasic equivalent | |
| | |
| [ ] 14 - CONVERT ERROR: 'cmdDisableProxy' was not converted because there is no direct REALbasic equivalent | |
| | |
| [ ] 15 - CONVERT ERROR: 'Inet' was not converted because there is no direct REALbasic equivalent | |
| | |
| [ ] 16 - CONVERT ERROR: 'cmdSelectAllPerms' was not converted because there is no direct REALbasic equivalent | |
| | |
| [ ] 17 - CONVERT ERROR: 'cmdSetPerms' was not converted because there is no direct REALbasic equivalent | |
| | |
| [ ] 18 - CONVERT ERROR: 'iCOMParser' was not converted because there is no direct REALbasic equivalent | |
| | |
| [ ] 19 - CONVERT ERROR: 'cmdSignOn' was not converted because there is no direct REALbasic equivalent | |
| | |
| [ ] 20 - CONVERT ERROR: 'cmdSignOff' was not converted because there is no direct REALbasic equivalent | |
| | |
| [ ] 21 - CONVERT WARNING: REALbasic does not directly support 'PopupMenu' functionality. A generic 'MenuItem.Popup' function was substituted but may not behave as it did in VB | |
| Method: Form_MouseDown | |
| VB Code: Self.PopupMenu mnuMain | |
| | |
| [ ] 22 - CONVERT WARNING: REALbasic does not directly support 'PopupMenu' functionality. A generic 'MenuItem.Popup' function was substituted but may not behave as it did in VB | |
| Method: lstBanList_MouseDown | |
| VB Code: PopupMenu mnuAB | |
| | |
| [ ] 23 - CONVERT WARNING: REALbasic does not directly support 'PopupMenu' functionality. A generic 'MenuItem.Popup' function was substituted but may not behave as it did in VB | |
| Method: lstImms_MouseDown | |
| VB Code: PopupMenu mnuImms | |
| | |
| [ ] 24 - CONVERT WARNING: REALbasic does not directly support 'PopupMenu' functionality. A generic 'MenuItem.Popup' function was substituted but may not behave as it did in VB | |
| Method: lstOps_MouseDown | |
| VB Code: PopupMenu mnuOps | |
| | |
| [ ] 25 - CONVERT WARNING: REALbasic does not directly support 'PopupMenu' functionality. A generic 'MenuItem.Popup' function was substituted but may not behave as it did in VB | |
| Method: lstProfileBan_MouseDown | |
| VB Code: PopupMenu mnuPB | |
| | |
| [ ] 26 - CONVERT WARNING: REALbasic does not directly support 'PopupMenu' functionality. A generic 'MenuItem.Popup' function was substituted but may not behave as it did in VB | |
| Method: lstWordBan_MouseDown | |
| VB Code: PopupMenu mnuAW | |
| | |
| [ ] 27 - CONVERT WARNING: REALbasic does not directly support 'PopupMenu' functionality. A generic 'MenuItem.Popup' function was substituted but may not behave as it did in VB | |
| Method: pictPanel_MouseDown | |
| VB Code: Self.PopupMenu mnuMain | |
| | |