c++ - NSIS Plugin: Cant get HWND from parameter function -
I have made my own NSIS plugin DLL I. dll a function which takes a hwnd ID number as a parameter and then editboxes parents as hwnd that creates an edit box window with hwnd
My problem :. can I'm in trouble to have Acdblyuendi my Ansais plugin DLL I get hwnd id and then real hwnd (identified I think) but I did not ever make your editbox its hwnd? Am I doing wrong? How do I correctly pass the hwnd parameter as it seems? My NSIS code: nsDialogs :: Returns HWND (No ID) Returns nsDialogs can already create editing boxes, so your current code is unusable ...
extern "C" void __declspec (dllexport) CreateEditbox (HWND hwndParent, integer string_size, TCHAR __cdecl * variable, stack_t ** stacktop, extra_parameters * Extra) {g_hwndParent = hwndParent; EXDLL_INIT (); {Int hwndID = popint (); Acdbludbludbludbludbludbludbludblud = gate Delgitm (Acdbludeepiar, Acdbludiaidiaidi); HWND a = CreateWindowEx (WS_EX_TRANSPARENT, text ( "Edit"), text, WS_VISIBLE | WS_CHILD, 20, 20, 100, 20, hwnd, zero, GetModuleHandle (zero), null); }}
function
page custom start start nsDialogs :: 1018 $ 0 pop tbox :: CreateEditbox $ 0 nsDialogs :: Show FunctionEnd
Comments
Post a Comment