flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
vbVeryBeginner 09 Dec 2005, 16:45
hi ansik,
welcome you to this superb fasm board. regarding ur question, Quote: how to hide this this item on button click? so, u need to know how to hide or disable a button. and how to do it when that button was clicked. so, i assumed your button was identified as ID_RAMKA, so what you need to do first is to get the handle of that button. when ur window message loop received the BN_CLICKED message from ID_RAMKA, you just need to use the SetWindowLong Function as documented here http://tinyurl.com/2ob6d eg. in visualbasic here http://www.vb-helper.com/howto_change_window_style.html list of window styles here http://tinyurl.com/9eccu |
|||
![]() |
|
ansik 09 Dec 2005, 17:46
thanx. i have done it by myself yet
![]() Code: ... invoke GetDlgItem,[hwnddlg],ID_RAMKA invoke ShowWindow,eax,SW_SHOWNORMAL ... invoke GetDlgItem,[hwnddlg],ID_RAMKA invoke ShowWindow,eax,SW_HIDE ... ![]() |
|||
![]() |
|
Madis731 10 Dec 2005, 11:01
You're a quick learner
![]() |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2023, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.