Which of the following API is used to hide a window?
Answer Posted / Lav Kumar
The ShowWindow API can be used to hide a window by setting its nCmdShow parameter to SW_HIDE (0).
Post New Answer View All Answers
What is expression tree in c#?
982
What is an abstract class c#?
947
Why can't we use a static class instead of singleton?
940
How to assign Null value to Var?
1044
How do you inherit a class into other class in c#?
974
Which namespaces are necessary to create a localized application?
1123