Thread: Moving windowless frames (was:I need a little help!)

  1. #1
    Registered User
    Join Date
    Nov 2010
    Posts
    1

    Unhappy Moving windowless frames (was:I need a little help!)

    Dear user's,

    I am new to this forum so let me start off saying hello!

    I am using "Microsoft Visual Studio 2010" and made a .dll .

    I made this .dll through a win32 empty project under the programming language Visual C++.

    I have made my windows form border-less for the look I am trying to achieve, and I have just noticed a problem.

    How does one code the function so you can move around the form?

    I need some code to input into my form1.cpp so I can move around this borderless .dll window form!

    Thank you for your support as I do not got the knowledge of coding the function to move a window form without a border,

    Andrew.

    For now, I am researching how one get achieve this.
    Last edited by GoombaGK; 11-13-2010 at 05:14 PM.

  2. #2
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Ignoring the matter that borderless windows are a "no no"... you will need to track mouse button and mouse move messages and use the MoveWindow() function.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Moving Average Question
    By GCNDoug in forum C Programming
    Replies: 4
    Last Post: 04-23-2007, 11:05 PM
  2. moving median function
    By supermeew in forum C Programming
    Replies: 0
    Last Post: 05-04-2006, 02:37 PM
  3. Replies: 4
    Last Post: 01-16-2006, 05:58 PM
  4. 3D moving
    By bluehead in forum C++ Programming
    Replies: 9
    Last Post: 04-02-2005, 05:46 AM
  5. Simple program i cant get (dot moving)
    By Lupusk9 in forum C++ Programming
    Replies: 4
    Last Post: 09-14-2004, 08:04 PM