| HTMLStaticHWND | Handle to the new control |
| dwexStyle | unused |
| x, y | top left coordinates on the dialog |
| Width, Height | Width and Height of the control |
| HWND | Handle of the dialog |
| ID | Id of the new control |
| nRC | NULL: error <>NULL: ok |
| Pass the parameters you received in an onmessage-handler to the dll. | The dll will process the parameters |
| nRC | NULL: error <>NULL: ok |
| HTMLStaticHWND | Handle to the control. You've got the handle from CreateHTMLCtrl |
| EditControlText | The HTML-Code you want to be displayed |
| nRC | NULL: error <>NULL: ok |
| HTMLStaticHWND | Handle to the control. You've got the handle from CreateHTMLCtrl |
| NewURL | i.e.: http://www.autohotkey.com |
| nRC | NULL: error <>NULL: ok |
| HTMLStaticHWND | Handle to the control. You've got the handle from CreateHTMLCtrl |
| nRC | NULL: error <>NULL: ok |
| HTMLStaticHWND | Handle to the control. You've got the handle from CreateHTMLCtrl |
| nRC | NULL: error <>NULL: ok |
| HTMLStaticHWND | Handle to the control. You've got the handle from CreateHTMLCtrl |
| nRC | NULL: error <>NULL: ok |
| HTMLStaticHWND | Handle to the control. You've got the handle from CreateHTMLCtrl |
| nRC | NULL: error <>NULL: ok |
| HTMLStaticHWND | Handle to the control. You've got the handle from CreateHTMLCtrl |
| nRC | 0: control has nothing to do 1: control is busy |
| HTMLStaticHWND | Handle to the control. You've got the handle from CreateHTMLCtrl |
| nRC | NULL: error <>NULL: ok |
| HTMLStaticHWND | Handle to the control. You've got the handle from CreateHTMLCtrl |
| int size | Length of the string. Use i.e. VarSetCapacity(xxx,200) to reserve enough space |
| szURL | current URL |
| nRC | 0: Uninitialized 1: Loading 2: Loaded 3: Interactive 4: Complete |
| HTMLStaticHWND | Handle to the control. You've got the handle from CreateHTMLCtrl |
| nRC | 0: not ready 1: ready |
| HTMLStaticHWND | Handle to the control. You've got the handle from CreateHTMLCtrl |
| nRC | 0= no more messages in the queue 1: ok |
| HWNDFrom | The HWND which has sent the event |
| nID | ID of the control |
| nCode | 0: BeforeNavigation 1: DocumentComplete 2: DownloadBegin 3: ProgressChange 4: DownloadComplete 5: NavigateComplete 6: StatusTextChange 7: TitleChange |
| int | Length of the string. Use i.e. VarSetCapacity(xxx,200) to reserve enough space |
| szURL | new/current URL |
| int | Length of the string. Use i.e. VarSetCapacity(xxx,200) to reserve enough space |
| szframe | frame-info |
| nPosDataSize | unused |
| int | Length of the string. Use i.e. VarSetCapacity(xxx,200) to reserve enough space |
| szData | currently unused |
| int | Length of the string. Use i.e. VarSetCapacity(xxx,200) to reserve enough space |
| szHeaders | ... |
| int | Progress (page loaded -progress- of -progress_max-) |
| int | Progress_Max |
| int | Length of the string. Use i.e. VarSetCapacity(xxx,200) to reserve enough space |
| Status bar text | ... |
See the file HTML_CtrlSupport.ahk in the ZIP-file, you have to download from AHKCtrlSupport.zip