請問各位先進:<br>在表單中是否可以傳參數到自己設計的控制項,(非屬性值)<br> 若可以在控制項中須加那種事件.......<br> (執行階段中可改變)<br> <br> 謝謝 .....<br>
如果是在同一 project 中的使用者控制項 (附檔名是 ctl 的那種),你可以試著宣告 Friend 函式,這樣就可以在專案中互相通訊。
Use method in stead of Event just like ant other function. You can define your owner function with parameters to do what you want. Then you can call it in other form.