|
||||||
| Managed C++ Visual Studio .NET managed C++ Topics |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
| Sponsored Links |
|
|
|
|||
|
Declare this globally (or local but you'll have no control over it)
Code:
private: Threading::Thread^ myThread; Code:
Threading::ThreadStart^ threadStart = gcnew Threading::ThreadStart(this,&yourClass::Form1::Function); myThread = gcnew Threading::Thread(threadStart); myThread->Start();
__________________
Code:
for (int i;;) {
cout << "Smith";
}
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| I need the thread to multitask. | Lawtonfogle | Java Help | 1 | 05-31-2007 10:14 AM |
| thread problem | dirkfirst | C# Programming | 9 | 01-15-2007 09:19 AM |
| Creating an analog clock with ActionScript | AfTriX | Tutorials | 2 | 01-07-2007 02:19 AM |
| Which Thread do Timers run on? | NeedHelp | C# Programming | 3 | 07-17-2006 03:22 PM |
| The UI Thread | NeedHelp | C# Programming | 1 | 07-12-2006 09:47 PM |
| Xav | ........ | 1276.19 |
| MeTh0Dz|Reb0rn | ........ | 1048.58 |
| morefood2001 | ........ | 879.43 |
| John | ........ | 872.39 |
| marwex89 | ........ | 869.98 |
| WingedPanther | ........ | 761.06 |
| Brandon W | ........ | 684.87 |
| chili5 | ........ | 294.12 |
| Steve.L | ........ | 216.18 |
| dargueta | ........ | 192.86 |
Goal: 100,000 Posts
Complete: 81%