Hi I want know what is the structure of inputbox() function and textbox control in VS 2017 .NET Framework 4.6.2.
Please tell me
Hi I want know what is the structure of inputbox() function and textbox control in VS 2017 .NET Framework 4.6.2.
Please tell me
Hi @kavehrahimi-5744 ,
Try the following code to see if it works.
Microsoft.VisualBasic.Interaction.InputBox(...)
What do you mean by the "structure" ?
See MSDN : Interaction.InputBox for the syntax
(Assembly: Microsoft.VisualBasic.dll, by default in WinForms)
5 people are following this question.
How to do encrypt and decrypt data using Cryptography API Next Generation (CNG) in C#?
What is diffrent beween CNG and Microsoft Key storage provider?
How to implement NCryptSignHash and NCryptVerifySignature in C#?
How do I configure my multithreaded .NET 6 application to use all Windows CPU groups?