Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
با چه دستوری می توان در سی شارپ مکان نما را به خط قبل بازگرداند؟

could not find an order, I looked for a solution on various websites, but I did not succeed

What I have tried:

could not find an order, I looked for a solution on various websites, but I did not succeed
Posted
Updated 7-Mar-22 1:51am
v2

1 solution

Assuming this is a Console app - because if it isn't it will depends entirely on the specific control(s) you are using - try this: Console.SetCursorPosition(Int32, Int32) Method (System) | Microsoft Docs[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900