Programming help! Pause My Program! C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • holly85
    New Member
    • Jan 2008
    • 1

    #1

    Programming help! Pause My Program! C#

    Hi all!

    i am new to this site,i came across it while i was searching through google.
    anyway my name is holly and i am a programmer in london...ect ect.

    i have just programmed a application for a friend of mine in C#.
    the only problem i am having is that the application hangs when i perform a certain function when processing customers details.in java,i know how to slow down the application,but in C# i dont really know how.

    i have tried using tickers but i cant get that to work properly and it crashes my app.
    also i have tried the sleep function and that hasnt worked either.

    any help would be great.

    Holly
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by holly85
    Hi all!

    i am new to this site,i came across it while i was searching through google.
    anyway my name is holly and i am a programmer in london...ect ect.

    i have just programmed a application for a friend of mine in C#.
    the only problem i am having is that the application hangs when i perform a certain function when processing customers details.in java,i know how to slow down the application,but in C# i dont really know how.

    i have tried using tickers but i cant get that to work properly and it crashes my app.
    also i have tried the sleep function and that hasnt worked either.

    any help would be great.

    Holly
    What exactly happened when you tried the Thread.sleep method?

    Comment

    Working...