how to create a program autostart
I have tow question want to ask
(1)I created a windows application using c#, my client want to autostart the application when windows is starting up and in my application, it must have a menuitem to set program will autostart or not.
(2)In my application, it has a textbox to display user's input text.
I set textbox's scrollbars property to vertical.when user input text, the scrollbar will not auto scroll to the end of the textbox.I want scrollbars autoscroll to the end according to the user input.
Thanks any suggestion!
|