Click here to Skip to main content
15,879,002 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# NET. Framework program Pin
Member 150126775-Dec-20 1:33
Member 150126775-Dec-20 1:33 
GeneralRe: C# NET. Framework program Pin
OriginalGriff5-Dec-20 1:41
mveOriginalGriff5-Dec-20 1:41 
GeneralRe: C# NET. Framework program Pin
OriginalGriff5-Dec-20 1:37
mveOriginalGriff5-Dec-20 1:37 
QuestionHow to capture and print panel content into .pdf Pin
RedPandinus3-Dec-20 11:25
RedPandinus3-Dec-20 11:25 
AnswerRe: How to capture and print panel content into .pdf Pin
Sandeep Mewara3-Dec-20 17:33
mveSandeep Mewara3-Dec-20 17:33 
GeneralRe: How to capture and print panel content into .pdf Pin
RedPandinus4-Dec-20 2:01
RedPandinus4-Dec-20 2:01 
QuestionHow to call function after timer Pin
Member 141922163-Dec-20 8:07
Member 141922163-Dec-20 8:07 
AnswerRe: How to call function after timer Pin
OriginalGriff3-Dec-20 8:20
mveOriginalGriff3-Dec-20 8:20 
Create a Timer instance, set it's Interval property to 60 * 1000 (it ticks in 1/1000th of a second intervals), and add a handler to the Tick event before you start the timer.
After one minute you will get a Tick event and your handler method will be exectuted.
A minute later the same will happen again.
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!

GeneralRe: How to call function after timer Pin
Member 141922163-Dec-20 8:25
Member 141922163-Dec-20 8:25 
GeneralRe: How to call function after timer Pin
OriginalGriff3-Dec-20 9:01
mveOriginalGriff3-Dec-20 9:01 
GeneralRe: How to call function after timer Pin
Member 141922163-Dec-20 9:04
Member 141922163-Dec-20 9:04 
GeneralRe: How to call function after timer Pin
OriginalGriff3-Dec-20 9:08
mveOriginalGriff3-Dec-20 9:08 
GeneralRe: How to call function after timer Pin
Member 141922163-Dec-20 9:10
Member 141922163-Dec-20 9:10 
GeneralRe: How to call function after timer Pin
OriginalGriff3-Dec-20 9:25
mveOriginalGriff3-Dec-20 9:25 
GeneralRe: How to call function after timer Pin
Member 141922163-Dec-20 9:45
Member 141922163-Dec-20 9:45 
GeneralRe: How to call function after timer Pin
OriginalGriff3-Dec-20 10:02
mveOriginalGriff3-Dec-20 10:02 
GeneralRe: How to call function after timer Pin
Member 141922163-Dec-20 22:06
Member 141922163-Dec-20 22:06 
GeneralRe: How to call function after timer Pin
OriginalGriff3-Dec-20 22:20
mveOriginalGriff3-Dec-20 22:20 
QuestionTake ownership from trustedinstaller to administrator c# or vb Pin
Member 123929042-Dec-20 10:49
Member 123929042-Dec-20 10:49 
AnswerRe: Take ownership from trustedinstaller to administrator c# or vb Pin
Dave Kreskowiak2-Dec-20 18:21
mveDave Kreskowiak2-Dec-20 18:21 
QuestionCombine Array Values in C# Pin
Member 130810652-Dec-20 3:51
Member 130810652-Dec-20 3:51 
AnswerRe: Combine Array Values in C# Pin
Richard MacCutchan2-Dec-20 4:02
mveRichard MacCutchan2-Dec-20 4:02 
AnswerRe: Combine Array Values in C# Pin
Richard Deeming2-Dec-20 4:08
mveRichard Deeming2-Dec-20 4:08 
AnswerRe: Combine Array Values in C# Pin
OriginalGriff2-Dec-20 4:31
mveOriginalGriff2-Dec-20 4:31 
AnswerRe: Combine Array Values in C# Pin
Gerry Schmitz2-Dec-20 5:33
mveGerry Schmitz2-Dec-20 5:33 

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.