Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Const vbDropEffectLink for VBRUN.OLEDropEffectConstants #713

Closed
Kr00l opened this issue Feb 8, 2022 · 1 comment
Closed

Const vbDropEffectLink for VBRUN.OLEDropEffectConstants #713

Kr00l opened this issue Feb 8, 2022 · 1 comment
Labels

Comments

@Kr00l
Copy link
Collaborator

Kr00l commented Feb 8, 2022

Is your feature request related to a problem? Please describe.
VBx lacks of the vbDropEffectLink constant. Though this is fully supported and functional in VBx. (DROPEFFECT_LINK = 4)
image

Describe the solution you'd like
Adding Const vbDropEffectLink As Long = 4

Describe alternatives you've considered
n/a

Additional context
MSDN DROPEFFECT Constants

@Kr00l Kr00l added the gui label Feb 8, 2022
@WaynePhillipsEA
Copy link
Collaborator

Added in v0.14.9. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants