How is Notepad++ Created ? - Printable Version +- BP Forums (https://bpforums.info) +-- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=55) +--- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=56) +---- Forum: VB.NET (Visual Basic 2010/2008) (https://bpforums.info/forumdisplay.php?fid=8) +----- Forum: Programming Help (https://bpforums.info/forumdisplay.php?fid=9) +----- Thread: How is Notepad++ Created ? (/showthread.php?tid=478) |
How is Notepad++ Created ? - Himansh - 03-14-2012 Can anybody tell me how to create Notepad++ in visual basic Please Re: Please Help - brandonio21 - 03-14-2012 Well, this is a very large project, and notepad++ is a very intuitive program... But, I think what you are mainly looking for is a control that is able to handle syntax coloring. A good one is called mkc_codebox, and may be found here : <!-- m --><a class="postlink" href="http://www.freevbcode.com/ShowCode.asp?ID=5176">http://www.freevbcode.com/ShowCode.asp?ID=5176</a><!-- m --> |