gaby75

gaby75

Joined Member # 1288441
0 Posts 0 Replies 253 Reputation

hello. with DXBuilder In a same folder I put a object link (mylink.dxpack) and a file (mymovie.avi). My link is simply mymovie.avi (not: C:/blabla/blabla/blabla/mymovie.avi) If i click on my link in DXBuilder that open WMPlayer and start mymovie.avi. but, with desktopX the link is dead and if I create object mylink.exe the link is dead too. Why it's OK with Builder and not good with others? how do that, I need to export the file and his contents. thank for anwers.

3 Replies 6,631 Views

hello. always with my web browser on much of Internet sites, the links are "target_blank" and they open new windows's IE. I dont want that. I dont want to open a new window. I have sought on the web and I have found ppDisp = your webbrowser ---> my web browser is wiki_Browser Cancel = True <br/

2 Replies 5,416 Views

hello and thank you, but... It is too complicated for me. I would see that the next year,when I would understand the vbscript. I use the event keydown with the keys F1, F2, F3. it is simpler soon a new question... bye.

4 Replies 5,861 Views

good day. thank you for answer. but...I dont think that it is that I am trying to create a web browser.I have a textbox with 3 buttons= 3 link (URL+'word in textbox'). I try to create 3 keyboard shotcut towards these URL via my web browser. I dont find the method has to use. good bye.

4 Replies 5,861 Views

hello. I dont find. How to use 2 keys with the method Control_OnKeyPress(Key) I need crtl+C Sub Control_OnKeyPress(Key) If Key = Ctrl+c Then DesktopX.ScriptObject("wiki_browser")...... End If Thank you.

4 Replies 5,861 Views

thank you again. I'm happy, I find. 'Called when the script is executed Sub Object_OnScriptEnter End Sub Sub Object_OnStateChange(state) If state = "Mouse up" Then On Error Resume Next DesktopX.ScriptObject("wiki_Browser").Control.ExecWB 6,6 (or 6,2 for directly print) End If End Sub 'Called when the script is terminated Sub Object_OnScriptExit End Sub thank you all good bye.

9 Replies 7,995 Views

Hello. In a webbrowser (activeX). I don't arrive has to open the print dialogbox. I have tested plusior scripts for a few weeks, but I don't see any more what making. I use execwb maybe: DesktopX.ScriptObject("wiki_Browser").Control.ExecWB .... or document.Control.ExecWB ..... I cannot any more what test. thank you.

9 Replies 7,995 Views

thank you for answer. I have do like that. based on: Not Too Sure By Cyberium (dxtheme) Dim Adresse Function Object_OnLButtonUp(x,y,dragged) If dragged = False Then Adresse = "http://fr.wikipedia.org/wiki/Special:Search?search=" & DesktopX.ScriptObject("entree_texte").Control.Text DesktopX.ScriptObject("wiki_Browser").Control.Navigate2 Adresse End If End Function it's OK, but I test with your script. thank you still

2 Replies 4,108 Views

hello. I try to make a web browser with DesktopX builder. I want to add one search box for wikipedia. I don't understand how to create a like towards the page I would like to make a link as that: (http://the_site)+(text in listbox) I use this script: Function Object_OnLButtonUp(x,y,dragged) If dragged = False Then DesktopX.ScriptObject("wiki_Browser").Control.Navigate2 DesktopX.ScriptObject("???????").Control.Text End If<b

2 Replies 4,108 Views

hello. I try to make a browser for my childrens (as here) , but I need a button "print" . I search on this forum but I dont find. a small help would be nice. <img src="http://images.stardock.com/wc/smiles/Congrats.gif" border=0 align="a

0 Replies 2,065 Views

hello I create a widget for hear a webradio. this radio use AAC+ streaming format (.M3U). only winamp read this format. I make my widget ( DXplayer>button play + user preferences>winamp) but this open winamp. I want just open the sound but this open the player winamp. why? there is a solution for dont open a player winamp thank you

2 Replies 2,773 Views

hello. it is still me. I tests another thing.... I create 3 short cuts (shortcut01, shortcut02, shortcut03) in 1 group (groupA) after, I create a object controller for close "groupA". it's OK. after, I create object controler for only open "shortcut01". it is not OK, it open the "groupA" why??? it is not possible to open only one object of the group? bye. >>> <a href="http://mapage.noos.fr/g

12 Replies 6,158 Views