Where is function SetScrollPos Described

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
bluebird
Posts: 172
Joined: Wed Sep 28, 2016 3:55 am
DBs Used: DBF

Where is function SetScrollPos Described

Post by bluebird »

I am interested in making a virtual window go to a vertical position a chosen distance from
the top of the screen.

I noticed in old posts that there is a function. example

SetScrollPos ( nHandle_Right, SB_VERT, nPos, .T. ) and GetScrollPos

Please someone direct me to where they are documented.

Thanks for the help
User avatar
mustafa
Posts: 1158
Joined: Fri Mar 20, 2009 11:38 am
DBs Used: DBF
Location: Alicante - Spain
Contact:

Re: Where is function SetScrollPos Described

Post by mustafa »

View Sample Dr. Claudio Soto

http://www.hmgforum.com/viewtopic.php?f ... Pos#p27297

Regards
Mustafa
bluebird
Posts: 172
Joined: Wed Sep 28, 2016 3:55 am
DBs Used: DBF

Re: Where is function SetScrollPos Described

Post by bluebird »

Thanks Mustafa

This link is an example, but where is the function described?

BM
User avatar
mustafa
Posts: 1158
Joined: Fri Mar 20, 2009 11:38 am
DBs Used: DBF
Location: Alicante - Spain
Contact:

Re: Where is function SetScrollPos Described

Post by mustafa »

Hello bluebird:

Can he serve?

c:\HMG.3.4.4\ Source\h_windows.prg

http://www.minigui.com/api_ref/minigui- ... unc_s.html

Regards
Mustafa
Post Reply