Search found 217 matches: launch

Return to advanced search

Error raro al compilar

... 2304 64bits) y los compilo con hbmk2. Tengo un bat con que lanza hbmk2 con el fichero .hbp de configuración. Ese bat lo lanzo con F5 desde "Launch Program" de VSC. El otro día, en la Debug Console de VSC me apareció este error: Lines 6402, Functions/Procedures 21Generating C source ...
by alvaro533
Wed Oct 25, 2023 2:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error raro al compilar
Replies: 6
Views: 365

Re: App Termination and Relaunch.

You can do this: Run an external program from your program -upg.exe () winexec("upg", 1)quit From your program upg.exe () you launch your application, and upg.ехе closing #INCLUDE "FiveWin.ch"function Main   millisec(50)  winexec(MyApp, 1)  quitreturn ...
by Natter
Sat Oct 07, 2023 9:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: App Termination and Relaunch.
Replies: 5
Views: 391

Re: App Termination and Relaunch.

Yes, in Windows programming, you can terminate your application and then immediately relaunch it. There are several ways to achieve this, but one common approach is to use the `ShellExecute` function or the `CreateProcess` function to start a new instance of your application ...
by Antonio Linares
Fri Oct 06, 2023 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App Termination and Relaunch.
Replies: 5
Views: 391

Re: Video from the site to a file

I launch a video on the website and open the Inspector (F12)
In the Network section, you can see how I receive files with the .mp4 extension (apparently these are the frames).
Can these files be intercepted ?
by Natter
Fri Sep 29, 2023 7:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Video from the site to a file
Replies: 8
Views: 621

Re: Video from the site to a file

There is no link to a specific file in the HTML of this site.
And the video is played through the player vimeo.com
I can launch the player from the FW - I will open this site on WebView and do .click
What will help me, in this case, VLC player ?
by Natter
Thu Sep 28, 2023 7:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Video from the site to a file
Replies: 8
Views: 621

Re: Error sending email

... library list of your .lnk file and error is still there, just when I close the mail message dialog window (without sending). Also, everytime I launch the program a new instance of Outlook is opened (but I think this is a minor issue :-) Roberto Harbour 3.2.0dev (r2008190002)Copyright ...
by karinha
Fri Aug 11, 2023 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error sending email
Replies: 18
Views: 767

Re: Error sending email

... library list of your .lnk file and error is still there, just when I close the mail message dialog window (without sending). Also, everytime I launch the program a new instance of Outlook is opened (but I think this is a minor issue :-) Roberto
by chiaiese
Fri Aug 11, 2023 4:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error sending email
Replies: 18
Views: 767

Re: Create help system with F1

... images, and other multimedia elements. Organize your content in a logical manner to make it easy for users to navigate. 3. Create a help project: Launch the Microsoft Help Workshop application. From the menu, choose "File" and then "New Project" to create a new help project. ...
by Antonio Linares
Tue Jul 11, 2023 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 863

Re: Reading QRCodes

Otto, I create a BAT file and launch it (using __RUN) cComando := '"c:\Program Files (x86)\ZBar\bin\zbarimg" ' + '"' + cFileJpg + '"' + + " > " + '"' + cFileTxt + '"'cComando := cComando + crlf ...
by MarcoBoschi
Tue May 23, 2023 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading QRCodes
Replies: 8
Views: 531

Re: Force dialog to foreground

... the main menu, but also from the button in the customer field of the invoice, or of the order, in any case it must have the father's reference as launch parameters. *----------------------------------------------------------------------------------------------Function GesClients (oParents, ...
by mauri.menabue
Fri Apr 21, 2023 11:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Force dialog to foreground
Replies: 10
Views: 693

Send sms POST

... "message": "Ths is a Test", "sender": "MarcoBoschi", "message_type": "n" }' How can I launch this command from a fivewin program? Many Thanks to all Marco
by MarcoBoschi
Thu Apr 06, 2023 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send sms POST
Replies: 4
Views: 312

Questions about WebView

... I do this in WebView ? 2/ There is a Navigate method in the WebView class. Is it possible to use it to download HTML text from a file ? 3. When I launch WebView, a standard window opens. Is it possible to change its type to PopUp ? 4. Is it possible to embed this window in a window with an FW ...
by Natter
Wed Nov 23, 2022 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Questions about WebView
Replies: 26
Views: 1609

Re: Forcing to unlock a record

... they just close the session without login out. So the session stays active, the files opened and the records locked. They start a new RDP-session, launch my application and then discover that some records still are locked. Of course, then I got a phonecall to help them out of the problem. Since ...
by driessen
Wed Nov 16, 2022 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Forcing to unlock a record
Replies: 10
Views: 785

Re: Display thumbnails of pdfs

... appear in the boxes below. What control is most suitable? I'd like it to display filename in a tooltip and if user double-click on it windows will launch the app that is registered for the document type https://i.postimg.cc/qR17VX96/forum.jpg TIA
by hua
Wed Oct 19, 2022 5:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display thumbnails of pdfs
Replies: 33
Views: 2266

Re: OLE with Excel.

I find many problems with using OLE with Excel. I believe it is because Excel is running in the background when I attempt to launch a new instance. I attempted to use IsExeRunning("Excel",".",.f.) including many versions with case "EXCEL", and "excel" ...
by nageswaragunupudi
Tue Oct 18, 2022 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OLE with Excel.
Replies: 10
Views: 399
Next

Return to advanced search