Click here to Skip to main content
15,891,431 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionRead Excel sheet Pin
mikobi29-Nov-09 22:01
mikobi29-Nov-09 22:01 
AnswerRe: Read Excel sheet Pin
T210230-Nov-09 1:16
T210230-Nov-09 1:16 
GeneralRe: Read Excel sheet Pin
mikobi1-Dec-09 6:51
mikobi1-Dec-09 6:51 
GeneralRe: Read Excel sheet Pin
T21021-Dec-09 15:17
T21021-Dec-09 15:17 
GeneralRe: Read Excel sheet Pin
mikobi2-Dec-09 4:19
mikobi2-Dec-09 4:19 
AnswerRe: Read Excel sheet Pin
mikobi4-Dec-09 20:53
mikobi4-Dec-09 20:53 
QuestionHow to make a delay and latch in C++ Pin
chan1127-Nov-09 3:46
chan1127-Nov-09 3:46 
AnswerRe: How to make a delay and latch in C++ Pin
Luc Pattyn27-Nov-09 4:17
sitebuilderLuc Pattyn27-Nov-09 4:17 
Hi,

You have to construct a simple mechanism, I suggest you add a timer and implement these two rules:
1. when the state changes, check the timer; if it is running, stop it. If the new state requires delayed action, start or restart the timer with a period equal to the wait period you want.
2. when the timer fires, check the state and if it still is what it was, launch the delayed action.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages


QuestionVisual C++ CLR,How to design the UI like Adobe After Effects's TimeLine Panel Pin
akira3223-Nov-09 16:35
akira3223-Nov-09 16:35 
AnswerRe: Visual C++ CLR,How to design the UI like Adobe After Effects's TimeLine Panel Pin
N a v a n e e t h26-Nov-09 0:32
N a v a n e e t h26-Nov-09 0:32 
QuestionCLR,How do I calculate FPS Pin
akira3223-Nov-09 0:03
akira3223-Nov-09 0:03 
QuestionRe: CLR,How do I calculate FPS Pin
Mark Salsbery23-Nov-09 6:39
Mark Salsbery23-Nov-09 6:39 
Answer[Message Deleted] [modified] Pin
akira3223-Nov-09 16:38
akira3223-Nov-09 16:38 
GeneralRe: CLR,How do I calculate FPS Pin
Mark Salsbery23-Nov-09 16:50
Mark Salsbery23-Nov-09 16:50 
GeneralRe: CLR,How do I calculate FPS Pin
akira3223-Nov-09 18:17
akira3223-Nov-09 18:17 
GeneralRe: CLR,How do I calculate FPS Pin
Mark Salsbery23-Nov-09 18:59
Mark Salsbery23-Nov-09 18:59 
QuestionHow can i access which .exe or file are open after computer starting Pin
m_mun18-Nov-09 22:18
m_mun18-Nov-09 22:18 
AnswerRe: How can i access which .exe or file are open after computer starting Pin
T210226-Nov-09 0:21
T210226-Nov-09 0:21 
QuestionCLR,What is the event for the scrolling of middle mouse scroll? Pin
akira3217-Nov-09 22:08
akira3217-Nov-09 22:08 
AnswerRe: CLR,What is the event for the scrolling of middle mouse scroll? Pin
Richard MacCutchan17-Nov-09 22:49
mveRichard MacCutchan17-Nov-09 22:49 
QuestionImport C# dll in C++ application Pin
Game-point17-Nov-09 18:54
Game-point17-Nov-09 18:54 
AnswerRe: Import C# dll in C++ application Pin
Game-point18-Nov-09 17:52
Game-point18-Nov-09 17:52 
QuestionHow to use PropertyGrid to browse and modify the attributes of customized object Pin
akira3217-Nov-09 16:37
akira3217-Nov-09 16:37 
AnswerRe: How to use PropertyGrid to browse and modify the attributes of customized object [modified] Pin
akira3218-Nov-09 19:52
akira3218-Nov-09 19:52 
QuestionC++\CLI Assembly.Load failed [modified] Pin
Huisheng Chen17-Nov-09 16:10
Huisheng Chen17-Nov-09 16:10 

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.