hi again every one ...
in my computer ,
tools -> folder option ... we can select check box like show full path in address bar or show full path in titlebar.

that same thing i want to do it through code or thorugh API??

how can i achieve this in C#??

can set any parameter or call any api to show full path in title bar or can get path from address bar through code??

any help please ...

Recommended Answers

All 2 Replies

A form has a text property you can set to any textstring you want.
You will see it appearing in the title bar of the form.
Look up information about the Path class in System.IO to know how you can obtain a full path name. Use your help menu or Google.

hello ..
i want it for my computer window not for my C# form ..

and i want it through code ...

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.