Click here to Skip to main content
15,919,245 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalsend and receive a byte Pin
chels21-Nov-04 20:11
chels21-Nov-04 20:11 
GeneralRe: send and receive a byte Pin
BaldwinMartin23-Nov-04 10:15
BaldwinMartin23-Nov-04 10:15 
Generalprogramming lcd Pin
chels21-Nov-04 19:01
chels21-Nov-04 19:01 
GeneralRe: programming lcd Pin
Ryan Binns21-Nov-04 19:53
Ryan Binns21-Nov-04 19:53 
GeneralVisual C++ 6.0 Pin
max_gundam1521-Nov-04 16:29
max_gundam1521-Nov-04 16:29 
GeneralRe: Visual C++ 6.0 Pin
ThatsAlok21-Nov-04 17:32
ThatsAlok21-Nov-04 17:32 
GeneralFind your apps path Pin
Don1221-Nov-04 15:27
Don1221-Nov-04 15:27 
GeneralRe: Find your apps path Pin
Jack Puppy21-Nov-04 16:19
Jack Puppy21-Nov-04 16:19 
TCHAR szAppPath[MAX_PATH];
::GetModuleFileName(AfxGetInstanceHandle(), szAppPath, MAX_PATH);

then use _splitpath to get the folder.


Cool | :cool: Pssst. You see that little light on your monitor? That's actually a government installed spy camera. Smile and wave to big brother!
GeneralPicture Problem Pin
Kehllendros21-Nov-04 15:27
Kehllendros21-Nov-04 15:27 
GeneralRe: Picture Problem Pin
BaldwinMartin23-Nov-04 10:18
BaldwinMartin23-Nov-04 10:18 
GeneralFind your apps path Pin
Don1221-Nov-04 15:19
Don1221-Nov-04 15:19 
GeneralRe: Find your apps path Pin
ThatsAlok21-Nov-04 17:21
ThatsAlok21-Nov-04 17:21 
GeneralRe: Find your apps path Pin
BaldwinMartin23-Nov-04 10:24
BaldwinMartin23-Nov-04 10:24 
GeneralIterations with GUI's in Windows Pin
vsapuy21-Nov-04 15:00
vsapuy21-Nov-04 15:00 
GeneralIrda Com port without MFC Pin
jhop@earthling.net21-Nov-04 12:04
jhop@earthling.net21-Nov-04 12:04 
GeneralReading data from a file Pin
Dr Dan21-Nov-04 11:28
Dr Dan21-Nov-04 11:28 
GeneralRe: Reading data from a file Pin
Christian Graus21-Nov-04 14:28
protectorChristian Graus21-Nov-04 14:28 
GeneralRe: Reading data from a file Pin
BaldwinMartin23-Nov-04 10:26
BaldwinMartin23-Nov-04 10:26 
GeneralStatic member funciton call non-static function Pin
Zero_G21-Nov-04 10:32
Zero_G21-Nov-04 10:32 
GeneralRe: Static member funciton call non-static function Pin
bmzhao21-Nov-04 13:57
bmzhao21-Nov-04 13:57 
GeneralRe: Static member funciton call non-static function Pin
Christian Graus21-Nov-04 14:29
protectorChristian Graus21-Nov-04 14:29 
GeneralRe: Static member funciton call non-static function Pin
nguyenvhn21-Nov-04 22:27
nguyenvhn21-Nov-04 22:27 
GeneralRe: Static member funciton call non-static function Pin
Christian Graus21-Nov-04 22:59
protectorChristian Graus21-Nov-04 22:59 
GeneralRe: Static member funciton call non-static function Pin
nguyenvhn21-Nov-04 23:36
nguyenvhn21-Nov-04 23:36 
GeneralRe: Static member funciton call non-static function Pin
Christian Graus21-Nov-04 23:43
protectorChristian Graus21-Nov-04 23:43 

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.