Search results for query: *

  1. StrayFlyingToaster

    Using a For/Next loop to 'kill time'

    Hello all! I think I've put this thread in the right place. I want to use a for/next loop to take up a predetermined length of time before a statement executes, but I haven't gotten the results I want. My code is: __________ Private Sub runButton_Click(ByVal sender As System.Object, ByVal e...
  2. StrayFlyingToaster

    How Do I Inherit A Form?

    Hi all, I'm having trouble creating a form that inherits properties and methods from a base form. My project name is MultiForms and my first form is baseForm. It's inherit statement reads: Inherits System.Windows.Forms.Form. I then add a new form, call it mainForm, and change its inherit...
  3. StrayFlyingToaster

    Embedding VB into HTML

    Hey! Web's newest noob here! I'm taking some classes at the local CC for programming and can't wait to get to it in class, so... How do I embed a VB form into a website? I know pretty much nothing about SQL, ASP, or PHP, so do I need to learn these first? If not, then how should I approach...
Back
Top