Which of the following API is used to hide a window?



Which of the following API is used to hide a window?..

Answer / Lav Kumar

The ShowWindow API can be used to hide a window by setting its nCmdShow parameter to SW_HIDE (0).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

How to implement a singleton design pattern in c#?

1 Answers  


What is the .NET collection class that allows an element to be accessed using a unique key?

1 Answers   Siebel,


How do you inherit a class into other class in c#?

0 Answers  


Why we use extension method in c#?

1 Answers  


To catch any possible exception What is the C# syntax written ?

1 Answers   Siebel,


What’s the difference between System.String and System.Text.StringBuilder classes with example

2 Answers  


What are controls in c#?

1 Answers  


How many classes are there in classification?

1 Answers  


In the page load event I assigned dropdownlist’s datasource property to a valid list. On the submit button click.. The same datasource property is coming as null. Why?

1 Answers  


Define MSIL, and how does it works? Why our developers need an appreciation of it if at all?

1 Answers   Siebel,


why C#.net doesnot support prcedures and why it supports structs,functions

1 Answers  


How do I create a delegate/multicastdelegate?

1 Answers  


Categories