Click here to Skip to main content
15,887,386 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to see CPU use (%) Pin
Zaegra14-May-07 8:12
Zaegra14-May-07 8:12 
AnswerRe: How to see CPU use (%) Pin
MatrixCoder14-May-07 8:23
MatrixCoder14-May-07 8:23 
GeneralRe: How to see CPU use (%) [modified] Pin
Dave Kreskowiak14-May-07 8:40
mveDave Kreskowiak14-May-07 8:40 
GeneralRe: How to see CPU use (%) Pin
Paul Conrad14-May-07 8:53
professionalPaul Conrad14-May-07 8:53 
GeneralRe: How to see CPU use (%) Pin
Zaegra15-May-07 3:14
Zaegra15-May-07 3:14 
AnswerRe: How to see CPU use (%) Pin
Dave Kreskowiak14-May-07 8:44
mveDave Kreskowiak14-May-07 8:44 
QuestionTimer control running in the background Pin
steve_rm14-May-07 8:05
steve_rm14-May-07 8:05 
AnswerRe: Timer control running in the background Pin
SimulationofSai14-May-07 9:36
SimulationofSai14-May-07 9:36 
You can do it in two ways.

1. Have a hidden form that has this timer and which can be controlled by other forms (ungainly approach)
2. Create an instance of System.Timers.Timer in your MDI Form, add an event delegate to the Elapsed event of the Timer object you created and have your email logic put in a separate class file, which can be called from the Elapsed event.

The Timer you see in the toolbox is the Windows.Forms.Timer object, apart from this, you can also use System.Timers.Timer and System.Threading.Timer.

Regards,
SG
GeneralRe: Timer control running in the background Pin
steve_rm14-May-07 15:52
steve_rm14-May-07 15:52 
GeneralRe: Timer control running in the background Pin
Dave Kreskowiak14-May-07 16:36
mveDave Kreskowiak14-May-07 16:36 
QuestionHelp for Packet drop/pass Pin
Sunil KC14-May-07 7:34
Sunil KC14-May-07 7:34 
AnswerRe: Help for Packet drop/pass Pin
Dave Kreskowiak14-May-07 8:38
mveDave Kreskowiak14-May-07 8:38 
QuestionHow to Hide Members of Base Class Pin
Probeer Das14-May-07 7:16
Probeer Das14-May-07 7:16 
AnswerRe: How to Hide Members of Base Class Pin
nlarson1114-May-07 8:30
nlarson1114-May-07 8:30 
GeneralRe: How to Hide Members of Base Class Pin
Probeer Das15-May-07 3:21
Probeer Das15-May-07 3:21 
QuestionSetting value for resources Pin
ctlqt1214-May-07 5:45
ctlqt1214-May-07 5:45 
AnswerRe: Setting value for resources Pin
Dave Kreskowiak14-May-07 8:36
mveDave Kreskowiak14-May-07 8:36 
QuestionStretchBlt to a PictureBox ? Pin
Beginner_HC14-May-07 4:24
Beginner_HC14-May-07 4:24 
AnswerRe: StretchBlt to a PictureBox ? Pin
Dave Kreskowiak14-May-07 4:43
mveDave Kreskowiak14-May-07 4:43 
GeneralRe: StretchBlt to a PictureBox ? Pin
Beginner_HC14-May-07 5:34
Beginner_HC14-May-07 5:34 
GeneralRe: StretchBlt to a PictureBox ? Pin
Dave Kreskowiak14-May-07 8:34
mveDave Kreskowiak14-May-07 8:34 
GeneralRe: StretchBlt to a PictureBox ? Pin
Beginner_HC15-May-07 8:51
Beginner_HC15-May-07 8:51 
QuestionOOPS Pin
Rafeeque Ahmed14-May-07 4:03
Rafeeque Ahmed14-May-07 4:03 
AnswerRe: OOPS Pin
Dave Kreskowiak14-May-07 4:37
mveDave Kreskowiak14-May-07 4:37 
GeneralRe: OOPS Pin
leckey14-May-07 9:26
leckey14-May-07 9:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.