Search found 36 matches: fragment

Return to advanced search

Re: Excell to xbrowse ?

The highlighted fragment is ":Selection". Basically so
Code: Select all  Expand view
dim:=oExc:Sheets(1):Selection:Range:value
by Natter
Mon Nov 20, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excell to xbrowse ?
Replies: 5
Views: 438

Select part of the cell

Hi, I need to select a fragment in a table cell. I do this: oTb := oWord:ActiveDocument:TablesoRng:=oTb:Item(1):Cell(x,y):RangeoRng:Select()oWrd:Selection:Find:Execute('Keyword') //keyword for getting ...
by Natter
Sat Aug 19, 2023 12:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select part of the cell
Replies: 5
Views: 293

Re: Search in Richedit5

As I understand it, you can change the color of a text fragment in RichEdit5 like this:
Code: Select all  Expand view
method Colorize(nStart, nEnd, nColor)

However, I didn't understand how to find this fragment in RichEdit5 :(
by Natter
Sat Aug 05, 2023 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search in Richedit5
Replies: 9
Views: 840

Search by format

Hi,

Is it possible to search in the text by format ?
For example, there is a date in the text in the form of dd/mm/yyyy.
I need to find this fragment and determine that it is exactly the date (a la Excel - mask search "??/??/????")
by Natter
Wed Aug 02, 2023 6:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search by format
Replies: 7
Views: 472

Select a text

Hi,

Is it possible to select a text fragment with the mouse on TSAY ?
by Natter
Mon Jun 26, 2023 4:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select a text
Replies: 2
Views: 410

Re: Сhange the color of a window fragment

Thank you, this is what you need
by Natter
Sat Dec 24, 2022 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Сhange the color of a window fragment
Replies: 4
Views: 396

Re: Сhange the color of a window fragment

#include "FiveWin.ch"function Main()    local oWnd, oBrush    DEFINE BRUSH oBrush COLOR 0x00A5FF    DEFINE WINDOW oWnd     ACTIVATE WINDOW oWnd ;        ON PAINT FillRect( hDC, { 80, 80, 200, 200 }, oBrush:h...
by Antonio Linares
Sat Dec 24, 2022 11:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Сhange the color of a window fragment
Replies: 4
Views: 396

Re: Сhange the color of a window fragment

An orange rectangle is drawn on the white window

https://cloud.mail.ru/public/kdYk/61wg63nfX
by Natter
Sat Dec 24, 2022 10:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Сhange the color of a window fragment
Replies: 4
Views: 396

Re: Сhange the color of a window fragment

Please post a screenshot of what you need
by Antonio Linares
Sat Dec 24, 2022 7:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Сhange the color of a window fragment
Replies: 4
Views: 396

Сhange the color of a window fragment

Hi,

I need to change the color of a rectangular window fragment. How can this be done ?
by Natter
Sat Dec 24, 2022 7:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Сhange the color of a window fragment
Replies: 4
Views: 396

Re: DC of the window

There is a picture file of 1920x1080. For example, I need a rectangular fragment {900,500,1000,600} Use this function: function FW_TransformBitmap( hBmp, [aCrop], [nZoom], [nRotate], [nBkClr] ) Example usage: hBmp := ...
by nageswaragunupudi
Sat Aug 13, 2022 10:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DC of the window
Replies: 10
Views: 508

Re: DC of the window

There is a picture file of 1920x1080. For example, I need a rectangular fragment {900,500,1000,600}
by Natter
Sat Aug 13, 2022 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DC of the window
Replies: 10
Views: 508

Re: DC of the window

Dear Yuri,

> but only the required fragment ?

A rectangular portion of it ?

what required fragment ?
by Antonio Linares
Sat Aug 13, 2022 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DC of the window
Replies: 10
Views: 508

Re: DC of the window

Method oWnd:DrawImage( cPngFile, aRect ) works. Is it possible to read from bitmap not all the picture, but only the required fragment ?
by Natter
Sat Aug 13, 2022 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DC of the window
Replies: 10
Views: 508

Re: Insert device context

I have to make a universal grabber. I take the device context of any window, then I put this DC on the window of my application and cut out an arbitrary fragment. I wanted to do this using FW Save Screen() / FWRestScreen(), but it didn't work out :cry:
by Natter
Mon Jan 31, 2022 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert device context
Replies: 14
Views: 877
Next

Return to advanced search