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?

  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); }}   

My NSIS code:

 function  page custom start start nsDialogs :: 1018 $ 0 pop tbox :: CreateEditbox $ 0 nsDialogs :: Show FunctionEnd    

nsDialogs :: Returns HWND (No ID) Returns

nsDialogs can already create editing boxes, so your current code is unusable ...

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -