Click here to Skip to main content
15,917,174 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralAcquire a View HANDLE :: MFC Pin
valikac2-May-02 21:09
valikac2-May-02 21:09 
GeneralRe: Acquire a View HANDLE :: MFC Pin
Nish Nishant2-May-02 21:19
sitebuilderNish Nishant2-May-02 21:19 
GeneralRe: Acquire a View HANDLE :: MFC Pin
valikac3-May-02 3:52
valikac3-May-02 3:52 
GeneralRe: Acquire a View HANDLE :: MFC Pin
Nish Nishant3-May-02 4:35
sitebuilderNish Nishant3-May-02 4:35 
GeneralRe: Acquire a View HANDLE :: MFC Pin
valikac3-May-02 8:59
valikac3-May-02 8:59 
GeneralRe: Acquire a View HANDLE :: MFC Pin
Nish Nishant3-May-02 13:54
sitebuilderNish Nishant3-May-02 13:54 
GeneralGetOverlapedresult Pin
meirav2-May-02 20:41
meirav2-May-02 20:41 
GeneralRe: GetOverlapedresult Pin
.::RockNix::.3-May-02 1:29
.::RockNix::.3-May-02 1:29 
You have to do the following steps:

1) CreateFile() with FILE_FLAG_OVERLAPPED
2) Create 2 Events by using CreateEvent()
3) Create 2 OVERLAPPED STRUCT and put events (2) in here
4) now use WaitCommEvent(), ReadFile(), WriteFile() with STRUCTS (3) as calling-parameters

That`s it ...

So far ... RockNix///

------------------------------------
www.klangwerker.de

Need some articles about Threading,
Subclassing, Double Buffering ?
Go for it ...

Look out for free Win32
Serial Communication Module
for VC++ or Borland C++ Builder

Visit us on www.klangwerker.de
------------------------------------

GeneralDirectx - DirectShow Pin
Sameer Maggon2-May-02 18:11
Sameer Maggon2-May-02 18:11 
GeneralRe: Directx - DirectShow Pin
Hadi Rezaee2-May-02 20:11
Hadi Rezaee2-May-02 20:11 
GeneralGetGuiTHreadInfo Pin
Stan the man2-May-02 17:46
Stan the man2-May-02 17:46 
Generalsending mouse messages Pin
vins2-May-02 17:36
vins2-May-02 17:36 
GeneralRe: sending mouse messages Pin
Alexandru Savescu3-May-02 0:56
Alexandru Savescu3-May-02 0:56 
GeneralRe: sending mouse messages Pin
vins3-May-02 3:37
vins3-May-02 3:37 
GeneralRe: sending mouse messages Pin
3-May-02 1:23
suss3-May-02 1:23 
GeneralLinux question about serial ports Pin
Albert Pascual2-May-02 17:14
sitebuilderAlbert Pascual2-May-02 17:14 
GeneralRe: Linux question about serial ports Pin
Niklas L2-May-02 21:55
Niklas L2-May-02 21:55 
GeneralRe: Linux question about serial ports Pin
Albert Pascual3-May-02 5:52
sitebuilderAlbert Pascual3-May-02 5:52 
Generalconsole cursor question Pin
Ryan28452-May-02 17:01
Ryan28452-May-02 17:01 
GeneralRe: console cursor question Pin
Nish Nishant2-May-02 17:15
sitebuilderNish Nishant2-May-02 17:15 
GeneralRe: console cursor question Pin
Ryan28452-May-02 17:53
Ryan28452-May-02 17:53 
GeneralRe: console cursor question Pin
Nish Nishant2-May-02 18:30
sitebuilderNish Nishant2-May-02 18:30 
GeneralRe: console cursor question Pin
Ryan28452-May-02 18:45
Ryan28452-May-02 18:45 
GeneralRe: console cursor question Pin
Nish Nishant2-May-02 19:18
sitebuilderNish Nishant2-May-02 19:18 
GeneralRe: console cursor question Pin
Ryan28452-May-02 19:23
Ryan28452-May-02 19:23 

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.