Click here to Skip to main content
15,887,273 members
Home / Discussions / C#
   

C#

 
AnswerRe: Updated an application that uses DDE. Specific requirements. Pin
Mycroft Holmes7-Jun-21 12:10
professionalMycroft Holmes7-Jun-21 12:10 
GeneralRe: Updated an application that uses DDE. Specific requirements. Pin
ptmaker8-Jun-21 3:19
ptmaker8-Jun-21 3:19 
QuestionRe: Updated an application that uses DDE. Specific requirements. Pin
Eddy Vluggen9-Jun-21 6:24
professionalEddy Vluggen9-Jun-21 6:24 
QuestionControlled replay of recorded data Pin
Chuck8446-Jun-21 9:47
Chuck8446-Jun-21 9:47 
AnswerRe: Controlled replay of recorded data Pin
Gerry Schmitz6-Jun-21 16:43
mveGerry Schmitz6-Jun-21 16:43 
GeneralRe: Controlled replay of recorded data Pin
Chuck8446-Jun-21 19:13
Chuck8446-Jun-21 19:13 
GeneralRe: Controlled replay of recorded data Pin
Dave Kreskowiak7-Jun-21 4:21
mveDave Kreskowiak7-Jun-21 4:21 
GeneralRe: Controlled replay of recorded data Pin
Gerry Schmitz7-Jun-21 7:08
mveGerry Schmitz7-Jun-21 7:08 
"Play back" then simply depends on the "player" having a proper interface; i.e. the same one for real-time playing and historical.

In real-time, you add to a concurrent queue (enque / dequeue) AND a concurrent serial log (append). The real-time "playing" uses the "real-time" queue.

In play-back, you load what you want to the "play-back" queue (a reference) from the serial log, and a new instance of the player runs off of that.
It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it.
― Confucian Analects: Rules of Confucius about his food

GeneralRe: Controlled replay of recorded data Pin
Mycroft Holmes7-Jun-21 12:18
professionalMycroft Holmes7-Jun-21 12:18 
AnswerRe: Controlled replay of recorded data Pin
BillWoodruff7-Jun-21 11:53
professionalBillWoodruff7-Jun-21 11:53 
GeneralRe: Controlled replay of recorded data Pin
Chuck8448-Jun-21 3:36
Chuck8448-Jun-21 3:36 
Questionc# windows application Working with Microsoft Office Word Pin
Zeyad Jalil6-Jun-21 2:10
professionalZeyad Jalil6-Jun-21 2:10 
AnswerRe: c# windows application Working with Microsoft Office Word Pin
OriginalGriff6-Jun-21 2:20
mveOriginalGriff6-Jun-21 2:20 
AnswerRe: c# windows application Working with Microsoft Office Word Pin
Dave Kreskowiak6-Jun-21 5:44
mveDave Kreskowiak6-Jun-21 5:44 
AnswerRe: c# windows application Working with Microsoft Office Word Pin
Mycroft Holmes6-Jun-21 14:07
professionalMycroft Holmes6-Jun-21 14:07 
AnswerRe: c# windows application Working with Microsoft Office Word Pin
pkfox6-Jun-21 22:46
professionalpkfox6-Jun-21 22:46 
QuestionHow do you write a query for comparing SQL Server CE data? Pin
Alex Dunlop4-Jun-21 6:52
Alex Dunlop4-Jun-21 6:52 
AnswerRe: How do you write a query for comparing SQL Server CE data? Pin
Gerry Schmitz4-Jun-21 7:12
mveGerry Schmitz4-Jun-21 7:12 
GeneralRe: How do you write a query for comparing SQL Server CE data? Pin
Alex Dunlop4-Jun-21 7:25
Alex Dunlop4-Jun-21 7:25 
GeneralRe: How do you write a query for comparing SQL Server CE data? Pin
Gerry Schmitz4-Jun-21 8:10
mveGerry Schmitz4-Jun-21 8:10 
AnswerRe: How do you write a query for comparing SQL Server CE data? Pin
RedDk4-Jun-21 7:28
RedDk4-Jun-21 7:28 
GeneralRe: How do you write a query for comparing SQL Server CE data? Pin
Alex Dunlop4-Jun-21 7:36
Alex Dunlop4-Jun-21 7:36 
AnswerRe: How do you write a query for comparing SQL Server CE data? Pin
Alex Dunlop4-Jun-21 20:37
Alex Dunlop4-Jun-21 20:37 
GeneralRe: How do you write a query for comparing SQL Server CE data? Pin
Dave Kreskowiak5-Jun-21 4:42
mveDave Kreskowiak5-Jun-21 4:42 
GeneralRe: How do you write a query for comparing SQL Server CE data? Pin
Gerry Schmitz5-Jun-21 8:33
mveGerry Schmitz5-Jun-21 8: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.