Click here to Skip to main content
15,903,033 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Adding Scrollbars to a Non Scrollbar CView project. Pin
Cedric Moonen5-Nov-04 2:39
Cedric Moonen5-Nov-04 2:39 
GeneralRe: Adding Scrollbars to a Non Scrollbar CView project. Pin
Per Svedensten5-Nov-04 3:37
Per Svedensten5-Nov-04 3:37 
GeneralRe: Adding Scrollbars to a Non Scrollbar CView project. Pin
Cedric Moonen5-Nov-04 4:07
Cedric Moonen5-Nov-04 4:07 
QuestionHow to transfer speech via TAPI Pin
Wahaj Khan4-Nov-04 23:13
Wahaj Khan4-Nov-04 23:13 
AnswerRe: How to transfer speech via TAPI Pin
Vikrant for VC++5-Nov-04 0:16
Vikrant for VC++5-Nov-04 0:16 
GeneralWinsock - Chat Problem Pin
Anonymous4-Nov-04 21:13
Anonymous4-Nov-04 21:13 
GeneralRe: Winsock - Chat Problem Pin
vilmer5-Nov-04 2:25
vilmer5-Nov-04 2:25 
GeneralRe: Winsock - Chat Problem Pin
Anonymous5-Nov-04 2:54
Anonymous5-Nov-04 2:54 
No I am not debugging, changing the active setting to debugging means, I wont be able to debug the app, cause MFC doesnt want to work with threads properly!

With endless loop I mean something like:

while(true)
{
recv(...)
if error break
if done break
else show message
}


No. I am not using this function. I am just listening on a specific port and waiting for incoming connections, if found, start a new thread for it where this loop comes!


DKT
GeneralRe: Winsock - Chat Problem Pin
thercio5-Nov-04 8:02
thercio5-Nov-04 8:02 
GeneralRe: Winsock - Chat Problem Pin
Anonymous7-Nov-04 21:49
Anonymous7-Nov-04 21:49 
GeneralRe: Winsock - Chat Problem Pin
Anonymous7-Nov-04 23:32
Anonymous7-Nov-04 23:32 
Generalmirc chatlogger Pin
stifmeister_ro4-Nov-04 20:52
stifmeister_ro4-Nov-04 20:52 
QuestionAre there any functions fast than sccanf, sprintf, strlen? Pin
freehawk4-Nov-04 20:40
freehawk4-Nov-04 20:40 
AnswerRe: Are there any functions fast than sccanf, sprintf, strlen? Pin
Henry miller5-Nov-04 2:14
Henry miller5-Nov-04 2:14 
GeneralExplain The #line Directive with example in detail, Pin
Member 5281554-Nov-04 20:04
Member 5281554-Nov-04 20:04 
Generalmsvcrt version Pin
shiraztk4-Nov-04 17:53
shiraztk4-Nov-04 17:53 
GeneralRe: msvcrt version Pin
KaЯl4-Nov-04 23:04
KaЯl4-Nov-04 23:04 
GeneralRe: msvcrt version Pin
shiraztk5-Nov-04 0:22
shiraztk5-Nov-04 0:22 
GeneralRe: msvcrt version Pin
vikramlinux5-Nov-04 0:45
vikramlinux5-Nov-04 0:45 
GeneralRe: msvcrt version Pin
vikramlinux5-Nov-04 0:52
vikramlinux5-Nov-04 0:52 
GeneralRe: msvcrt version Pin
shiraztk5-Nov-04 1:39
shiraztk5-Nov-04 1:39 
GeneralRe: msvcrt version Pin
vikramlinux5-Nov-04 1:43
vikramlinux5-Nov-04 1:43 
GeneralAll child window background color in mdi application Pin
vc-programmer-4-Nov-04 17:05
vc-programmer-4-Nov-04 17:05 
GeneralRe: All child window background color in mdi application Pin
vikramlinux4-Nov-04 23:36
vikramlinux4-Nov-04 23:36 
GeneralWindow API Const/Marco Pin
ting6684-Nov-04 16:50
ting6684-Nov-04 16:50 

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.