borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Avi file)Next Topic (Combo Box) New Topic New Poll Post Reply
AndreaVB Forum : VB.Net : Cool Way To Make A Todo List
Poster Message
fabulous
Level: VB Guru


Registered: 03-08-2002
Posts: 439

icon Cool Way To Make A Todo List

Hi, just wanted to share something quick. I like the way Microsoft made a task list inherent to Visual Studio. That way you can keep all your todo lists in your project and not have to remember to launch something else or to switch between windows.

Normally, I would have typed out my tasks in the task window. But when working on a C# program recently, I tried doing something the Form's designer does for you. It creates some to do lists for you such as "Add constructor logic". I use that feature a lot but had never tried it.

I tried it a couple of days ago and it worked. Which is nice. For those who never venture into C# here is the code

//C#
//TODO: Add you task here

'VB.NET
'TODO: Add you other task here
'todo: can be lower case


The nice thing about these is that if you open the IDE and want to go to the place you have to perform the task just point to the Task window, find the entry in the tasks and double click. It takes you right there. Beats the default way hands down.

I hope some one finds this useful. Happy coding.

____________________________
My boss is a Jewish Carpenter (Jesus Christ)


Brain Bench Certified VB.NET Developer

26-01-2004 at 06:09 PM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
AndreaVB Forum : VB.Net : Cool Way To Make A Todo List
Previous Topic (Avi file)Next Topic (Combo Box) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder