WildmanF

WildmanF

Joined Member # 2117758
0 Posts 0 Replies 164 Reputation

Hi I want to make an Object (like silica Search) with a Textbox and a button to search the internet (ebay or google) What exactly do i have to do to make it work?? Which Code must I use?? All objects that can download at wincustomize do not work Please dont link me to the documentation

1 Replies 3,316 Views

What do i have to do to get an Standard Context Menu (like Close, Properties, Set Target)? All Objects i make dont have a Context Menu but when i use some downloaded objects without script they have the standard context Menu, WHY??. What must i do to make an Object with Standard Context Menu? And.. Please dont Link me to the Documantation , Explain it

1 Replies 3,508 Views

I'm building a Button wich opens a Folder as Popup. (Like the Quicklaunch Folders in Windows) The Problem is that the User should be able to choose the Folder. How can I do this? Can I Make it with a Right Click Menu? I got this Code from this Forum to make a Right Click Menu: Function Object_OnRButtonUp(x,y,dragged) If Not dragged Then Dim menu Set menu = DesktopX.CreatePopupMenu<b

3 Replies 4,750 Views

I'm building a Button wich opens a Folder as Popup. (Like the Quicklaunch Folders in Windows) The Problem is that the User should be able to choose the Folder. How can I do this? Can I Make it with a Right Click Menu? I got this Code from this Forum to make a Right Click Menu: Function Object_OnRButtonUp(x,y,dragged) If Not dragged Then Dim menu Set menu = DesktopX.CreatePopupMenu<br

0 Replies 2,546 Views

this solve the problem: go to Startmenu --> Run and type: regsvr32 jscript.dll and hit ok then do the same with regsvr32 vbscript.dll thats all

4 Replies 3,229 Views