on each form is the "X" at the top right of Form. how ya how to disable or remove "x" is it?
pito_donje 0 Light Poster
Recommended Answers
Jump to Postsee if this help :
Declaration
Option Explicit Private Declare Function GetSystemMenu Lib "user32" _ (ByVal hwnd As Long, _ ByVal bRevert As Long) As Long Private Declare Function RemoveMenu Lib "user32" _ (ByVal hMenu As Long, _ ByVal nPosition As Long, _ ByVal wFlags As …
All 4 Replies
satti 7 Light Poster
Jx_Man 987 Nearly a Senior Poster Featured Poster
debasisdas commented: really great answer, as always. +8
Estella commented: owesome :) +4
pito_donje 0 Light Poster
Jx_Man 987 Nearly a Senior Poster Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.