Question:

suggests some topics for .net project

by Guest1957  |  12 years, 8 month(s) ago

0 LIKES UnLike

suggests some topics for .net project

 Tags: .net, project, suggests, Topics

   Report

1 ANSWERS

  1. Guest8316
    A. Secret Word

    Form with a single Input (Can be single line input or an entire textarea) can ask for input from user (ie; Describe Yourself) and have a routine to search the text for a secret word (ie; 'developer' or 'married' or whatever) and, if found, display an Alert box with a message as a result.

    BTW you could use this routine for future apps you might create as well. This should be quite simple to do. If you get stuck, or have questions, search engines are a great place to start your research. You may wish to add 'vb.net' to the search query.

    B. App Launcher

    To use for yourself, this could be a form full of buttons that have your most used applications hooked to them. (ie; Browser, VB, Notepad++, etcetera) This may be useful for bringing up everything you need for a specific purpose.

    For example, for development, you can have a 'launch panel/form/app' to load in a search engine in a browser, editors like notepad++, DaniWeb website in a browser, code references and more.

    Again, these are off the top of my skull, but B is the easiest since it only needs 1 or 2 specific lines of code to perform, only repeated for each button you create.

Sign In or Sign Up now to answser this question!

Question Stats

Latest activity: 13 years, 8 month(s) ago.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.