Search found 87 matches: yuri

Return to advanced search

Re: Window transition event

Dear Yuri, Use the WM_ACTIVATE message in the application's main window procedure. This message indicates window activation changes (activating/deactivating). Combine with the LOWORD of wParam to check the activation state (e.g., ...
by Antonio Linares
Fri Mar 15, 2024 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Window transition event
Replies: 2
Views: 503

Re: XP and FWH2402+bcc7.70

Dear Yuri,

I just tested it and it seems as it is not compatible with XP
by Antonio Linares
Sun Mar 10, 2024 7:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XP and FWH2402+bcc7.70
Replies: 11
Views: 2293

Re: Highlighting on a web page

Dear Yuri,

Can you provide the url to review it ?
by Antonio Linares
Mon Feb 05, 2024 8:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Highlighting on a web page
Replies: 8
Views: 492

Re: "Save As" dialog box

Dear Yuri,

cFile := cGetFile32( "Prg Source (.prg) |.prg|", FWString( "Save as" ), 0, cPath, .T., .T. )

thanks to Cristobal
by Antonio Linares
Thu Jan 25, 2024 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Save As" dialog box
Replies: 14
Views: 1836

Re: Strange behavior of xBrowse

Dear Yuri,

Please provide a small PRG to reproduce it ? thanks
by Antonio Linares
Sun Nov 26, 2023 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange behavior of xBrowse
Replies: 8
Views: 772

Re: String in unicode

Dear Yuri,

Please try:

? WideToStr( cUnicode )
by Antonio Linares
Thu Nov 16, 2023 5:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: String in unicode
Replies: 6
Views: 471

Re: Directory() and tilde

Dear Yuri,

Use Directory( "C:\myfolder \*.*", "DH" ) as ~ stands for hidden
by Antonio Linares
Thu Nov 09, 2023 8:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Directory() and tilde
Replies: 2
Views: 221

Re: Moving the dialog

Dear Yuri, when a window, dialog or control is painted, FWH evals oWnd:bPainted if defined from METHOD Paint() CLASS TWindow      if ValType( ::bPainted ) == "B"         uVal = Eval( ::bPainted, ::hDC, ...
by Antonio Linares
Mon Oct 23, 2023 12:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Moving the dialog
Replies: 8
Views: 497

Re: Windows Defender

Dear Yuri,

What Windows version are you using ? Are you using latest updates ?

How to check the Windows defender version ?

Here it is working fine
by Antonio Linares
Wed Oct 18, 2023 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows Defender
Replies: 9
Views: 546

Re: abort aeval()

Dear Yuri,

Use AScan() instead of AEval()
by Antonio Linares
Mon Oct 09, 2023 9:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: abort aeval()
Replies: 2
Views: 306

Re: Virtual strings in DBF

Dear Yuri,

What is a virtual string ?
by Antonio Linares
Thu Sep 28, 2023 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Virtual strings in DBF
Replies: 12
Views: 697

Re: Select part of the cell

Dear Yuri, oTb := oWord:ActiveDocument:TablesoCell := oTb:Item(1):Cell(x, y)oStartRange := oCell:Range:Duplicate()oEndRange := oCell:Range:Duplicate()oStartRange:MoveStart(5, -1) // MoveStart ...
by Antonio Linares
Sat Aug 19, 2023 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select part of the cell
Replies: 5
Views: 292

Re: Search and coloring of a phrase

Dear Yuri, PROCEDURE ColorOccurrencesInTableCells()    LOCAL oWord, oTable, oCell, oRange    LOCAL n, x        oWord := CreateObject("Word.Application")  ...
by Antonio Linares
Sun Aug 13, 2023 8:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search and coloring of a phrase
Replies: 2
Views: 204

Re: Search in Richedit5

Dear Yuri,

METHOD Find( cFind, lDown, lCase, lWord ) CLASS TRichEdit5
by Antonio Linares
Sat Aug 05, 2023 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search in Richedit5
Replies: 9
Views: 805

Re: Tables in RichEdit5

Dear Yuri,

oRichEdit:hWnd is hRichEdit

We need to adapt that code to FWH. We are going to try it... :-)
by Antonio Linares
Mon Jul 17, 2023 11:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tables in RichEdit5
Replies: 4
Views: 210
Next

Return to advanced search