Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
how can i create statuslabel in notepad plz provide code and procedure
Posted
Comments
Prerak Patel 26-Sep-11 0:55am    
What?!
Sergey Alexandrovich Kryukov 26-Sep-11 1:05am    
What, what?.. Notepad. :-) Not clear? Call it "gibberish". I voted 1, but this is too much, and provided the exact answer -- please see.
--SA

Your question is not clear, but check this link. You might want this.
http://en.csharp-online.net/Tool,_Menu,_and_Status_Strips%E2%80%94Creating_a_Status_Bar[^]
 
Share this answer
 
In notepad? C#? You cannot. Notepad is a primitive editor application with features insufficient for most practical purposes bundled with Windows, it is not using .NET. And you probably don't have its source code. It's much easier to develop similar application from scratch and create any labels at your liking.

If you want something else and call it "notepad", you addressed to a wrong forum. This forum works for software developers, and mostly for those who know what they want and can formulate it.

—SA
 
Share this answer
 
v3

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