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

Managed C++/CLI

 
GeneralRe: Microsoft recommends C++ for .NET 2.0 and Longhorn Pin
Newromancer7-Jul-04 2:44
Newromancer7-Jul-04 2:44 
Generalswapping two characters at once Pin
lyn21-Jun-04 0:09
lyn21-Jun-04 0:09 
GeneralTokamak Managed C++ Wrapper Pin
greg75871438119-Jun-04 10:09
greg75871438119-Jun-04 10:09 
Generaloverloading FileNameEditor Pin
Quasar3D17-Jun-04 1:04
Quasar3D17-Jun-04 1:04 
GeneralHuffman code algorithm help!!!!! Pin
huffmancoding15-Jun-04 9:48
huffmancoding15-Jun-04 9:48 
GeneralRe: Huffman code algorithm help!!!!! Pin
DavidR_r1-Jul-04 10:26
DavidR_r1-Jul-04 10:26 
GeneralRe: Huffman code algorithm help!!!!! Pin
huffmancoding2-Jul-04 11:30
huffmancoding2-Jul-04 11:30 
GeneralUpdating and Drawing Shapes on a Form Pin
magefire14-Jun-04 5:56
magefire14-Jun-04 5:56 
I am just beginning to get into designing (hand-coding) forms with .Net using C++. I am trying to write a very simple application that has buttons on it and draws a black ball every 10 milliseconds that bounces around the screen which I plan to use to learn more about programming in .Net and as a reference for future programs. I placed every function and variable in a single class (except the main() function) that extends the Form class. I placed a call to Invalidate(), Update(), and Sleep(10) (in that order) in an idle function which I then used as the function to handle the Application Class's Idle event. The program does draw the black ball properly and does call the idle function but it only calls it after another event occures (such as when the mouse is moved over the form). I was wondering whether anyone could either tell me a way to fix this problem so that the black ball is drawn and moved every 10 milliseconds or provide me with a better way to do this. Any help on this would be greatly appriciated.

GeneralRe: Updating and Drawing Shapes on a Form Pin
palbano14-Jun-04 6:14
palbano14-Jun-04 6:14 
GeneralRe: Updating and Drawing Shapes on a Form Pin
magefire14-Jun-04 6:21
magefire14-Jun-04 6:21 
GeneralRe: Updating and Drawing Shapes on a Form Pin
palbano14-Jun-04 6:29
palbano14-Jun-04 6:29 
GeneralRe: Updating and Drawing Shapes on a Form Pin
magefire14-Jun-04 6:51
magefire14-Jun-04 6:51 
GeneralRe: Updating and Drawing Shapes on a Form Pin
palbano14-Jun-04 7:52
palbano14-Jun-04 7:52 
GeneralRe: Updating and Drawing Shapes on a Form Pin
magefire15-Jun-04 4:50
magefire15-Jun-04 4:50 
GeneralSHGetFolderPathW function syntax - question Pin
Stanimir_Stoyanov14-Jun-04 5:21
Stanimir_Stoyanov14-Jun-04 5:21 
GeneralRe: SHGetFolderPathW function syntax - question Pin
palbano14-Jun-04 6:10
palbano14-Jun-04 6:10 
Questiondisassembling (correctly) managed c++ assemblies? Pin
Stanimir_Stoyanov14-Jun-04 5:20
Stanimir_Stoyanov14-Jun-04 5:20 
AnswerRe: disassembling (correctly) managed c++ assemblies? Pin
cppmanuf25-Jun-04 18:03
cppmanuf25-Jun-04 18:03 
GeneralRe: disassembling (correctly) managed c++ assemblies? Pin
Stanimir_Stoyanov27-Jun-04 9:03
Stanimir_Stoyanov27-Jun-04 9:03 
GeneralRe: disassembling (correctly) managed c++ assemblies? Pin
cppmanuf30-Jun-04 16:58
cppmanuf30-Jun-04 16:58 
GeneralRe: disassembling (correctly) managed c++ assemblies? Pin
Stanimir_Stoyanov3-Jul-04 3:14
Stanimir_Stoyanov3-Jul-04 3:14 
GeneralHelp I want to change While loop to Nested for loo Pin
JawedVikia8010-Jun-04 21:51
JawedVikia8010-Jun-04 21:51 
GeneralRe: Help I want to change While loop to Nested for loo Pin
Jon G11-Jun-04 1:21
Jon G11-Jun-04 1:21 
GeneralNon-unicode to Unicode Pin
ilkertanli9-Jun-04 19:25
ilkertanli9-Jun-04 19:25 
GeneralQuick and easy question Pin
Adam Durity9-Jun-04 9:29
Adam Durity9-Jun-04 9:29 

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.