About moving transparent, boderless wpf c# -


i making window

windowstyle="none" allowstransparency="true" background="transparent" windowstartuplocation="centerscreen" resizemode="noresize"    

then made button other move window, using this.dragmove();, put event: mousedown (of button), leftbutondown (of button) , leftbutondown (of form), still can not move form. function:

private void btcurdate_mousedown(object sender, mousebuttoneventargs e) {     this.dragmove(); } 

(the button defined click event else). running form:enter image description here


Comments

Popular posts from this blog

c++ - llvm function pass ReplaceInstWithInst malloc -

Cross-Compiling Linux Kernel for Raspberry Pi - ${CCPREFIX}gcc -v does not work -

python - IO.UnsupportedOperation: Not Writable -