C# - Winamp 风格 3 窗口捕捉应用程序

发布于 2024-07-24 13:06:56 字数 49 浏览 4 评论 0原文

如何在 C# 和 .net 2.0 中创建 Winamp 风格的多表单捕捉应用程序?

How can I create a Winamp-Style multiple-form snapped application in C# and .net 2.0?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

断念 2024-07-31 13:06:56

简单的!

  1. 创建三个表单
  2. 添加代码以在这三个表单上自定义绘制所有内容
  3. 添加逻辑来处理用户在任何表单上的任意位置单击和拖动,以便窗口正常移动,直到它进入特定范围您自己的另一个表单(或屏幕边缘)的距离,在这种情况下,您可以将窗口位置捕捉到该边缘。

我期待您的后续问题...

Easy!

  1. Create three forms
  2. Add code to custom-draw everything on those three forms
  3. Add logic to handle the user clicking and dragging anywhere on any of the forms, such that the window is moved normally until it comes within a certain distance of another one of your own forms (or the edge of the screen), in which case you would snap the window position to that edge.

I look forward to your follow-up questions...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文