Jump to content
Xtreme .Net Talk

Spiel79

Avatar/Signature
  • Posts

    28
  • Joined

  • Last visited

Everything posted by Spiel79

  1. Hi everyone. Is it possible to have multiline property on a label? I need to type a few lines of text on a label, but cant seem to navigate between lines. For textboxes, you just set Multiline to True and when u press enter, it goes to the next line. Is there any equivalent way of doing this when dealing with a label? Thanks.
  2. Hi, Can someone please tell me how do write code for a timer? Specifically, I want a form to execute a particular code every, say, 60 minutes. How do I do this?
  3. Hello everyone. I am familiar with how to get the user input from a textbox and send that information to a database. What is the syntax if I wanted to do the opposite. That is, retrieve a particular value from a database record and write that value in a textbox. Thank you for your time.
×
×
  • Create New...