Posted November 26, 201014 yr Hi, i have some Questions:1. What is the code for moving the form without title bar?2. Where can i find nice tutorials for WinAsm?Thanks...
November 27, 201014 yr 1. You can send the WM_NCLBUTTONDOWN message to your main window using SendMessage.2. WinASM is an IDE, not a programming language, are you asking for tutorials on how to use the interface or are you after coding tutorials?HR,Ghandi
November 27, 201014 yr Author 1. You can send the WM_NCLBUTTONDOWN message to your main window using SendMessage.2. WinASM is an IDE, not a programming language, are you asking for tutorials on how to use the interface or are you after coding tutorials?HR,GhandiYep, for tutorials how to use the interface and coding tutorials. That would be nice. Edited November 27, 201014 yr by zoiT
November 30, 201014 yr If your are coding in MASM the tutorials from iczelion are a good start:/>http://win32assembly.online.fr/tutorials.html
Create an account or sign in to comment