Click here to Skip to main content
15,918,243 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCreating a custom control? Pin
Lord Kixdemp8-Jul-06 16:45
Lord Kixdemp8-Jul-06 16:45 
AnswerRe: Creating a custom control? Pin
Sarath C9-Jul-06 0:50
Sarath C9-Jul-06 0:50 
GeneralRe: Creating a custom control? [modified] Pin
Lord Kixdemp9-Jul-06 14:12
Lord Kixdemp9-Jul-06 14:12 
QuestionHelp calling and using a functions in visual c++ 6 Pin
method0078-Jul-06 12:35
method0078-Jul-06 12:35 
QuestionProblem with 2DGraph of Nikolai Teofilov Pin
ensger8-Jul-06 8:15
ensger8-Jul-06 8:15 
AnswerRe: Problem with 2DGraph of Nikolai Teofilov Pin
Jun Du8-Jul-06 9:46
Jun Du8-Jul-06 9:46 
Questionhow to detect internet connection availability ? Pin
tns_ranjith8-Jul-06 4:20
tns_ranjith8-Jul-06 4:20 
AnswerRe: how to detect internet connection availability ? Pin
includeh108-Jul-06 6:16
includeh108-Jul-06 6:16 
as I know, there is no fast checking.
2 methods are:
(1) ftp - you need to provide a server which you have rights to access, then use ftp to check.
(2) try to "download" a file, but you can stop downloading once download starts because you just need to check connection.
This issue can be done by CInternetConnection.

(1) is faster than (2), but not very fast.
(2) may need only 1 second If internet connection is OK.
But if connection is not OK, you may have to wait for up to a few of minutes to get result - timeout does't work well in the case.






AnswerRe: how to detect internet connection availability ? Pin
PJ Arends8-Jul-06 7:44
professionalPJ Arends8-Jul-06 7:44 
QuestionAvailable/installed RAM Pin
RomTibi8-Jul-06 3:10
RomTibi8-Jul-06 3:10 
AnswerRe: Available/installed RAM Pin
Gary R. Wheeler8-Jul-06 3:54
Gary R. Wheeler8-Jul-06 3:54 
GeneralRe: Available/installed RAM Pin
RomTibi8-Jul-06 5:59
RomTibi8-Jul-06 5:59 
Questionseparating strings [modified] Pin
Tara148-Jul-06 3:01
Tara148-Jul-06 3:01 
AnswerRe: separating strings Pin
Gary R. Wheeler8-Jul-06 3:59
Gary R. Wheeler8-Jul-06 3:59 
GeneralRe: separating strings Pin
Tara148-Jul-06 5:21
Tara148-Jul-06 5:21 
Questionolestd.h , compilation problem in vc++ 7.0 Pin
jalsa G8-Jul-06 1:00
jalsa G8-Jul-06 1:00 
AnswerRe: olestd.h , compilation problem in vc++ 7.0 Pin
Sarath C8-Jul-06 2:20
Sarath C8-Jul-06 2:20 
Questiontoolbar and CColorDialog Pin
TranQuangNhat8-Jul-06 0:56
TranQuangNhat8-Jul-06 0:56 
AnswerRe: toolbar and CColorDialog Pin
Sarath C8-Jul-06 2:26
Sarath C8-Jul-06 2:26 
Questionhow we can get specitfied port is running or not Pin
johnalek8-Jul-06 0:34
johnalek8-Jul-06 0:34 
AnswerRe: how we can get specitfied port is running or not [modified] Pin
Sarath C8-Jul-06 0:47
Sarath C8-Jul-06 0:47 
GeneralRe: how we can get specitfied port is running or not [modified] Pin
johnalek8-Jul-06 0:58
johnalek8-Jul-06 0:58 
GeneralRe: how we can get specitfied port is running or not Pin
Sarath C8-Jul-06 2:19
Sarath C8-Jul-06 2:19 
GeneralRe: how we can get specitfied port is running or not Pin
ThatsAlok9-Jul-06 20:22
ThatsAlok9-Jul-06 20:22 
Questionproblem in fucntion calling Pin
Amit Agarrwal8-Jul-06 0:27
Amit Agarrwal8-Jul-06 0:27 

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.