Increase Form: "User32.Dll" "Releasecapture"
Increase Form: "User32.Dll" "Releasecapture"
Increase Form: "User32.Dll" "Releasecapture"
{
public partial class increase: Form
{
ReleaseCapture();
SendMessage(this.Handle, 0x112, 0xf012, 0);
}
public Productos()
{
InitializeComponent();
}
pre = Convert.ToInt32(textPre.Text);
inc.textdes1.Text = npr.ToString();
inc.textnew1.Text = npp.ToString();
inc.textname1.Text = texName.Text;
inc.Show(this);
texName.Text = "";
textPre.Text = "";
}
else
{
ReleaseCapture();
SendMessage(this.Handle, 0x114, 0xf015, 0);
}
}
}
}
namespace Problema1
{
public partial class normal: Form
{
[DllImport("user32.DLL", EntryPoint = "ReleaseCapture")]
private extern static void ReleaseCapture();
Application.Exit();
}
ReleaseCapture();
SendMessage(this.Handle, 0x114, 0xf015, 0);
}
}
}
}
namespace #1
{
static class Program
{
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Productos());
}
}
}