Red X's Custom Notepad VERSION 2! Now tabbed and music player included! - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19) +---- Thread: Red X's Custom Notepad VERSION 2! Now tabbed and music player included! (/showthread.php?tid=2078) |
RE: Red X's Custom Notepad VERSION 2! Now tabbed and music player included! - malcomhfc - 10-31-2009 (10-29-2009, 04:09 PM)Red X Wrote: Okay Malcomhfc. I will consider using a toolstrip. If I ever have time which I obviously should, I will try to do it. If only having one form open, you could easly add the notifyicon, add a button, double click button and add this code Code: Me.Hide() Simplest way RE: Red X's Custom Notepad VERSION 2! Now tabbed and music player included! - Red X - 11-01-2009 Thats true and then add an icon using notifyicon that will appear in the tray and when click add Code: Me.Show() But you mentioned a button. That may have been the simplest way to do it but I didn't want a button. I just wanted it so if they press the minimize button it would go into the tray and simply then adding a message box notifying the user of it being in the tray which for the advanced user type, could get annoying. RE: Red X's Custom Notepad VERSION 2! Now tabbed and music player included! - QBANBOY407 - 11-01-2009 it looks cool. Im going to give it a try ;] RE: Red X's Custom Notepad VERSION 2! Now tabbed and music player included! - Red X - 11-03-2009 (10-27-2009, 12:30 PM)♣Ħ€αя┼brℯ@k k!d♣ Wrote: could i have source code ? Sorry, but no. There is a tutorial on how to make a tabbed notepad here: http://www.youtube.com/watch?v=n7LbAPsksWs&feature=PlayList&p=E3CD0A786B3C077C&index=33 You should notice that mine is still different from the tutorials program. That is because all that has been added to mine was from my imagination. @ QbanBoy You should try it and remember, this program is always updating with cool new features! RE: Red X's Custom Notepad VERSION 2! Now tabbed and music player included! - awil - 11-07-2009 i'll try this..hope i like this program. RE: Red X's Custom Notepad VERSION 2! Now tabbed and music player included! - Red X - 11-07-2009 You should like it. RE: Red X's Custom Notepad VERSION 2! Now tabbed and music player included! - TechMan8 - 11-14-2009 Nice I guess, but you should really make it so you can save it as *.txt Also, the music player doesn't work. Here is the error I get: When you click continue it just closes the notepad. RE: Red X's Custom Notepad VERSION 2! Now tabbed and music player included! - Red X - 11-15-2009 I am not an expert on those issues so I really can't help you. I'm sorry. There are plenty of experts though who should know why. I'm just guessing that it has to do with your Windows media player version. Edit: I will make a button that saves it to .txt file but it will be confusing with the tabs. Any suggestions? RE: Red X's Custom Notepad VERSION 2! Now tabbed and music player included! - Yoshi - 11-16-2009 You could make it so you right click on a tab and it has the option to save as .txt? RE: Red X's Custom Notepad VERSION 2! Now tabbed and music player included! - Red X - 11-16-2009 That's very true. I will consider it. |