Checkbox true=a,c
Yükle Click
Messagebox=A ve C
else
Messagebox=b,d
thanks you
Professional Software Development Tools
Checkbox true=a,c
Yükle Click
Messagebox=A ve C
else
Messagebox=b,d
thanks you
sorry,
...not sure what you are needing help with. Can you explain your problem a little more?
serkan ne anlatmay çalıştın adamlar anlamamış![]()
I said "What does Serkan try to explain us? they don't understand you" OK?![]()
Can anybody help me please? My problem is this.
I want a check box to do 2 things
if checkbox = checked then make shutcut on desktop
if checkbox = unchecktd then remove shutcut from desktop
I tryde everthing that i know but it wont work:S
Please help
Thank you very mutch
sorry for my 40% english![]()
Careliyim,
Attached is an example - This is one way to do it. I 'm sure there are better ways to do what you want. Hope it helps
in the "On Click" event of the checkbox object put this code (make sure you edit shortcut details)
Code:if CheckBox.GetChecked(this) then -- is checked so create the shoutcut Shell.CreateShortcut(Shell.GetFolder(SHF_DESKTOP), "Shortcut to My File", "C:\\My Prog\\MyExe.exe", "", "", "", 0, SW_SHOWNORMAL, nil); else -- is unchecked so remove the shortcut Shell.DeleteShortcut(Shell.GetFolder(SHF_DESKTOP), "Shortcut to My File"); end
Open your eyes to Narcissism, Don't let her destroy your life!!