Search results for query: *

  1. StrayFlyingToaster

    Using a For/Next loop to 'kill time'

    I'll give those a try. Thank you both very much! :) S.F.T.
  2. 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...
  3. StrayFlyingToaster

    How Do I Inherit A Form?

    You’re right. I tried it again and found that in order to add an inherited form, the form it was to be based upon had to be built – and the startup object can be used to inherit from. So the reason I was having difficulty was because I hadn’t built the original form before trying to...
  4. StrayFlyingToaster

    How Do I Inherit A Form?

    Reason for my error message The reason I got the error message was that I had my base form entered as the startup object under the project properties menu. BTW, that is also why adding an inherited form didn't work either. I suppose I should've pointed out I tried that as well...:rolleyes...
  5. 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...
  6. StrayFlyingToaster

    Embedding VB into HTML

    Thanks! Sorry about the mislocation (grumblegrumble) 'da toasterman
  7. 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