Register | Login
Forum Index > Requests and Feedback > Flags that needs to be added
Author Message
Pages: 1
Molotov
Member
(send private message)

Posts: 49
Topics: 21

Location:
Behind Keyboard
[790] Flags that needs to be added - posted: 2011-11-22 19:39:21
Instead of making a new topic for each time i find something i need added i´ll just post a new post here smile

Code:
enum TRACKPOPUPMENU_FLAGS: DWord {
TPM_CENTERALIGN = 0x0004,
TPM_LEFTALIGN = 0x0000,
TPM_RIGHTALIGN = 0x0008,
TPM_BOTTOMALIGN = 0x0020,
TPM_TOPALIGN = 0x0000,
TPM_VCENTERALIGN = 0x0010,
TPM_NONOTIFY = 0x0080;
TPM_RETURNCMD = 0x0100;
TPM_LEFTBUTTON = 0x0000,
TPM_RIGHTBUTTON = 0x0002,
TPM_HORNEGANIMATION = 0x0800,
TPM_HORPOSANIMATION = 0x0400,
TPM_NOANIMATION = 0x4000,
TPM_VERNEGANIMATION = 0x2000,
TPM_VERPOSANIMATION = 0x1000
}


This can be added to the enum MENU_FLAGS
Code:
const MF_BYPOSITION = 0x00000400;


"Lerning new things is what life is all about, if you are always doing the same old things day in and day out you might aswell just kill yourself." - ME d^_^b
Admin
Site Admin

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[794] - posted: 2011-11-22 19:52:38
excellent idea, and thanks i've added these now smile

Download Ziron
Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message.
Molotov
Member
(send private message)

Posts: 49
Topics: 21

Location:
Behind Keyboard
[996] - posted: 2011-12-11 20:19:10
Code:
enum LISTVIEW_FLAGS: DWord {
  LVS_ICON = 0x0000,
  LVS_REPORT  = 0x0001,
  LVS_SMALLICON = 0x0002,
    LVS_LIST = 0x0003,
    LVS_TYPEMASK = 0x0003,
    LVS_SINGLESEL = 0x0004,
    LVS_SHOWSELALWAYS = 0x0008,
    LVS_SORTASCENDING = 0x0010,
    LVS_SORTDESCENDING = 0x0020,
    LVS_SHAREIMAGELISTS = 0x0040,
    LVS_NOLABELWRAP = 0x0080,
    LVS_AUTOARRANGE = 0x0100,
    LVS_EDITLABELS = 0x0200,
    LVS_OWNERDATA = 0x1000,
    LVS_NOSCROLL = 0x2000,
    LVS_TYPESTYLEMASK = 0xfc00,
    LVS_ALIGNTOP = 0x0000,
    LVS_ALIGNLEFT = 0x0800,
    LVS_ALIGNMASK = 0x0c00,
    LVS_OWNERDRAWFIXED = 0x0400,
    LVS_NOCOLUMNHEADER = 0x4000,
    LVS_NOSORTHEADER = 0x8000

}


"Lerning new things is what life is all about, if you are always doing the same old things day in and day out you might aswell just kill yourself." - ME d^_^b
Pages: 1
create new reply


Quick reply:

Message:



Currently Active Users:
There are currently 13 user(s) online. 0 member(s) and 13 guest(s)
Most users ever online was 1046, January 28, 2022, 2:08 pm.


Statistics:
Threads: 225 | Posts: 1848 | Members: 51 | Active Members: 51
Welcome to our newest member, yecate
const Copyright = '2011-2024 © OverHertz Ltd. All rights reserved.';
Web development by OverHertz Ltd