Results 1 to 6 of 6

Thread: just trying out new signiture

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2001
    Location
    CT
    Posts
    124

    just trying out new signiture

    Testing, Testing , 1,2,3, Testing,

    Damit, Is this thing on or what?????
    Vini, Vidi, Vici!
    -----------------
    say this 5 times fast
    "I am not a pheasant plucker, I'm a pheasant plucker's son. I'm only plucking pheasants, till the pheasant plucker comes."

  2. #2
    Hyperactive Member Emo's Avatar
    Join Date
    Jul 2000
    Posts
    428
    Why don't you do this...

    Code:
    Private Sub cmdMemory_Click() 
    Forget.Hide 'form name, hides 'click this To improve memory 
              If MsgBox("Click Yes To improve memory", vbYesNo) = vbYes Then 
                       Timer1.Interval = 20000 
                       Timer1.Enabled = True 
             Forget_click 
              Else 
                         Timer1.Interval = 40000 
                         Timer1.Enabled = True 
             Forget_click 
    End If 
    End Sub
    I just think it looks better

    -Emo
    -=VB6 Enterprise Edition=-
    -=VC++6Enterprise Edition=-
    «¤E³m°O²™¤»

  3. #3
    spetnik
    Guest
    btw, to c ur new sig, u can just look @ a prev. post, cuz once u change it, it changes it in all posts

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Jun 2001
    Location
    CT
    Posts
    124
    emo how do you make it show up as VB code, when ever I trypt compy pase it doesn't seem to work as code. just text.
    Vini, Vidi, Vici!
    -----------------
    say this 5 times fast
    "I am not a pheasant plucker, I'm a pheasant plucker's son. I'm only plucking pheasants, till the pheasant plucker comes."

  5. #5
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    Encase it in [ vbcode ] [/ vbcode ] tags.
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

  6. #6
    Frenzied Member zuperman's Avatar
    Join Date
    Dec 2000
    Location
    Portugal
    Posts
    1,033
    VB Code:
    1. Private Sub cmdForget_Click()
    2. Forget.Hide 'form name, hides
    3. 'click this to improve memory
    4. If MsgBox("Click Yes to improve memory", vbYesNo) = vbYes Then
    5.     Timer1.Interval = 20000
    6.     Timer1.Enabled = True
    7. Else
    8.     Timer1.Interval = 40000
    9.     Timer1.Enabled = True
    10. End If
    11. End Sub
    12.  
    13. Private Sub Timer1_click()
    14.     cmdForget_click
    15. End Sub

    just testing
    Help keep this forum clean: Remember to mark your thread as resolved · Search before you post · Remember to rate posts that help

    VS2010: Visual Studio 2010 Keybinding Posters
    · Service Pack 1
    Tools: GhostDoc - automatically generates XML documentation comments
    · NuGet package Manager · PowerCommands IDE extensions
    Source Control: ankhsvn - integration for SVN
    · Windows Shell Extension for Subversion

    Development Laptop: Intel Core i5 430M 2.26 GHz @ 2.53 GHz
    · 4096 MB, DDR3 PC3-8500F (533 MHz), Kingston · ATI Mobility Radeon HD 5470 · 15.6 @ 16:9, 1366x768 pixel, HD LED LCD

    I follow:
    JoelOnSoftware - A weblog by Joel Spolsky, a programmer working in New York City, about software and software companies
    ScottGu's Blog - Scott Guthrie works for Microsoft as the Product Manager of the .NET Framework
    Portugal-a-Programar - Portuguese Developers Community
    .NET Rocks! - is a weekly Internet audio talk show for .NET Developers.

    Programming Languages:
    C#
    · VB.NET · JAVA · PHP · Javascript
    Other:
    XML
    · HTML · CSS · JQuery · SQL



    *** Proudly Portuguese ***

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width