Search found 82 matches: kill

Return to advanced search

Re: Porting from Fwh to Mac

... 8 gets a lot of negative media comments from "consumer" authors, it still has the best total package out there. People said Apple would kill it off, but that didn't happen. Apple stock and sales are falling. Now they say Android will kill it off, but I wouldn't put any money on that ...
by TimStone
Mon Jan 14, 2013 10:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Porting from Fwh to Mac
Replies: 58
Views: 11808

Re: Client Server options

... ever have an issue with the re-seller license for ADS in North America. That's a very solvable problem. #2. Sybase -now SAP would be crazy to kill the golden egg chicken. You have no idea how profitable ADS division is. #3. No remote connection will give you triggers, FIPS compliant encryption, ...
by reinaldocrespo
Tue May 22, 2012 10:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server options
Replies: 78
Views: 25119

Re: Windows Metro UI

by norberto
Wed May 02, 2012 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows Metro UI
Replies: 69
Views: 19770

Re: Windows 8, FWH, and the future of programming

... in no hurry. They don't want a repeat of Vista. I think we all know that technology advancements can be amazing but cannot be rushed. Timelines kill ! Ask Apple ... The New iPad could have used some more time.
by TimStone
Sun Apr 01, 2012 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 8, FWH, and the future of programming
Replies: 10
Views: 3960

Re: Creating an Open Office spreadsheet file .xls

You can try a brute force solution: FUNCTION KillOO( cTask ) // cTask is the name of the OO stub LOCAL nShel := fCreate( "kill.bat" ) fWrite( nShel, "taskkill /F /IM " + cTask ) fClose( nShel ) ShellExecute( 0, "open", "kill.bat",,, ) fErase( "kill.bat" ...
by ADutheil
Sat Nov 05, 2011 3:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating an Open Office spreadsheet file .xls
Replies: 23
Views: 12000

Re: Creating an Open Office spreadsheet file .xls

... this is the default behavior of OO 3.0: when you hit the window close button of the last document open then soffice.exe and soffice.bin are killed. soffice.exe as soffice.bin aren't killed if you close the document with "Window-Close window", "file->Close", or the ...
by Rick Lipkin
Fri Nov 04, 2011 1:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating an Open Office spreadsheet file .xls
Replies: 23
Views: 12000

Bring another APP to top

Hi, how can I bring another APP to top? I developed an app to kill the task of my main project before start the compilation process, but the focus of the APP don't back for the compilation. PS.: I Don't have the WindowText of this other APP so I can't use ...
by sambomb
Mon Mar 14, 2011 2:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bring another APP to top
Replies: 2
Views: 740

Re: Kill a task (SOLVED)

SendMessage( FindWindow( 0, "Adobe Reader" ), WM_CLOSE )

Many Thanks
by MarcoBoschi
Tue Mar 08, 2011 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Kill a task
Replies: 1
Views: 609

Kill a task

Hi, I have to kill "Adobe Reader" that remains open after a print. ShellExecute( 0, "print", cFile1 , "" ,"" , 0 ) In this way I obtain list of all active task LOCAL aTasks := GetTasks() LOCAL ...
by MarcoBoschi
Tue Mar 08, 2011 11:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Kill a task
Replies: 1
Views: 609

QFTP doesn't work on some machines

... cannot send the files, encounter the frozen program after selecting the files to send. Nothing happens, not even some error message. They have to kill the program from Task manager. These clients are able to connect to internet normaly, download files from browsers, actualy they can use internet ...
by codemaker
Tue Jan 25, 2011 1:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: QFTP doesn't work on some machines
Replies: 10
Views: 1948

Re: OPen file

... ( same ), started / installed from different Directorys ? there is a brandnew Tool, calls Processexplorer that shows everything You need. You can kill a running process and much more : Download : http://blogs.technet.com/b/sysinternals/ Sample : Background.exe is started twice from different directorys ...
by ukoenig
Mon Nov 29, 2010 1:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OPen file
Replies: 5
Views: 1001

AESWEBLINK

... vendors, some one could have done this 10 times... Tks.. Peter You guys are getting crazy for a thing that can be easly resolved !!!!! don't kill pigeons with cannon balls. Have you ever heard about TURL class? (comes along with xHarbour), it's very simple to use: oUrl := tURL():New(<here ...
by peterfkennedy
Sat Nov 13, 2010 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTTP post and response
Replies: 8
Views: 4113

OT: A difference between clipper and xHarbour

... // display ******************** ? CHR( nValue ) // at this point a windows error dialog apperas and application continue do run // until I don't kill it using task manager RETURN NIL the same function in clip53b works fine
by MarcoBoschi
Wed Oct 27, 2010 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: A difference between clipper and xHarbour
Replies: 2
Views: 553

Re: Flickering in checkbox click

My way to kill all this problems: Function isthemed() return .T. if i use a manifest in RC. I commented out the messages VM_LBUTTONDOWN and WM_LBUTTONUP in control.prg. Flickering on both cases: when mouse down and mouse up. I ...
by byte-one
Mon Oct 18, 2010 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Flickering in checkbox click
Replies: 18
Views: 3192

Re: Bug in preview modal

In the sample testpre2.prg, if you build a preview and then close the main window, the preview is frozen and you have to kill it using Task Manager. EMG Sorry, I messed up the real problem. This is a correct description (there are two): 1. The sample testpre2.prg should show a non-modal ...
by Enrico Maria Giordano
Thu Jul 08, 2010 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in preview modal
Replies: 2
Views: 496
PreviousNext

Return to advanced search