Top "Move" questions

Usually refers to move semantics; consider using that tag instead.

C# Form Move Stopped Event

Is there any event in C# that fires when the form STOPS being moved. Not while its moving. If there …

c# winforms events move wndproc
Is there a way to move many files quickly in Python?

I have a little script that moves files around in my photo collection, but it runs a bit slow. I …

python file move performance shutil
Prevent a user from deleting, moving or renaming a file

What I am trying to do is while my program is using a file, I want to keep the user …

c# move delete-file file-rename
How to move and fade out any View with Animation

Ok, so I have a View where its being animated with the following code: RelativeLayout rl = (RelativeLayout) findViewById(R.id.…

android animation move fadeout alpha
Java - How to move files using FileUtils?

Everyone keeps saying how simple it is to move a file from point a to point b using fileutils, but …

java file io move fileutils
DragMove() and Maximize

I have a problem with my custom window (AllowTransparency, WindowStyle=None) in WPF. DragMove() method works good, but when I …

wpf drag move maximize
How does returning std::make_unique<SubClass> work?

I have a base class and its subclass: class Base { public: virtual void hi() { cout << "hi" << …

c++ move unique-ptr
Moving a lambda: once you've move-captured a move-only type, how can the lambda be used?

This answer explains how to move-capture a variable within a lambda in C++14. But once you've move-captured an un-copyable object (…

c++ lambda move c++14
Possible to move the tmp directory of Eclipse?

I'm trying to speed up Eclipse by having my projects on a RAM disk (stuck with a slow laptop and …

eclipse performance move temporary-directory