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

Managed C++/CLI

 
GeneralRe: Framework handling multiple interops Pin
ursus zeta20-Nov-04 12:07
ursus zeta20-Nov-04 12:07 
GeneralScrolling down Pin
User 91483314-Nov-04 22:22
User 91483314-Nov-04 22:22 
GeneralRe: Scrolling down Pin
Christian Graus15-Nov-04 9:35
protectorChristian Graus15-Nov-04 9:35 
GeneralRe: Scrolling down Pin
User 91483315-Nov-04 14:22
User 91483315-Nov-04 14:22 
GeneralRe: Scrolling down Pin
Christian Graus15-Nov-04 14:41
protectorChristian Graus15-Nov-04 14:41 
GeneralRe: Scrolling down Pin
User 91483317-Nov-04 4:26
User 91483317-Nov-04 4:26 
GeneralClock Simulation in .NET Pin
ZisisSim13-Nov-04 22:58
ZisisSim13-Nov-04 22:58 
GeneralRe: Clock Simulation in .NET Pin
ursus zeta18-Nov-04 13:46
ursus zeta18-Nov-04 13:46 
This may not be useful to you, it depends on what kind of accuracy you need.
In Feng Yuan's book (Windows Graphics Programming), he implements a timer with readout to produce time intervals that the operating system took to complete a GDI function calls. He used the processor's own registers and wrote most of the code in assembly. In all honesty, I didn't understand the specifics of his method, but, he was reporting time spans in microseconds. As I recall, it was a hook method, and the tricky part was returning the registers to their original value, so that the application could then time other functions.
I'm guessing you'd want something simpler and fool proof.
GeneralPacket Spoofer for a Game Pin
adanufgail13-Nov-04 12:21
adanufgail13-Nov-04 12:21 
GeneralRe: Packet Spoofer for a Game Pin
Flame Gitsnik23-Nov-04 11:02
Flame Gitsnik23-Nov-04 11:02 
QuestionHow do i get processes that are running by the same name in unmanage? Pin
Eyal Kaplan11-Nov-04 20:14
Eyal Kaplan11-Nov-04 20:14 
GeneralUsing magaged C++ class in unmanaged class data member. Pin
Murlai10-Nov-04 20:07
Murlai10-Nov-04 20:07 
GeneralRe: Using magaged C++ class in unmanaged class data member. Pin
ursus zeta11-Nov-04 13:01
ursus zeta11-Nov-04 13:01 
GeneralRe: Using magaged C++ class in unmanaged class data member. Pin
Nemanja Trifunovic16-Nov-04 3:04
Nemanja Trifunovic16-Nov-04 3:04 
QuestionHow do I change background color and font color in the PowerPoint using Visual C++ MFC Pin
亢头997-Nov-04 23:01
亢头997-Nov-04 23:01 
AnswerRe: How do I change background color and font color in the PowerPoint using Visual C++ MFC Pin
Christian Graus9-Nov-04 10:28
protectorChristian Graus9-Nov-04 10:28 
QuestionHow do I change background color and font color in the PowerPoint using Visual C++ MFC Pin
亢头997-Nov-04 22:59
亢头997-Nov-04 22:59 
GeneralRotating Polygons in fixed Angle Pin
AnsGe6-Nov-04 1:05
AnsGe6-Nov-04 1:05 
GeneralRe: Rotating Polygons in fixed Angle Pin
Christian Graus9-Nov-04 10:28
protectorChristian Graus9-Nov-04 10:28 
GeneralBMP Header Pin
alex5kov2-Nov-04 21:44
alex5kov2-Nov-04 21:44 
GeneralRe: BMP Header Pin
Kamyar Souri6-Nov-04 3:21
Kamyar Souri6-Nov-04 3:21 
Generala question: managed - unmanaged Pin
yoaz2-Nov-04 19:24
yoaz2-Nov-04 19:24 
GeneralWrapping C++ class w/MC++ Pin
BambooMoon2-Nov-04 11:41
BambooMoon2-Nov-04 11:41 
GeneralRe: Wrapping C++ class w/MC++ Pin
ursus zeta4-Nov-04 13:09
ursus zeta4-Nov-04 13:09 
Generalallocate string with specify length Pin
nina8021-Nov-04 12:44
nina8021-Nov-04 12:44 

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.