First  |  Prev |  Next  |  Last
Pages: 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727
CFtpConnection::PutFile and ProgressBarCtrl
I am using the CFtpConnection::PutFile and GetFile for transfering files between my local pc and the ftp server. In need to put a progress bar for indicating the size uploaded or downloaded. In msdn helps it says that CInternetSession::OnCallBackStatus can be used to achive this. But How to use it?? Can anyon... 15 Jul 2005 17:24
Forcing a thread to terminate
I've got the ever so fun job of working with a 3rd-party API that has the ability to not return until new data is acquired. I have instances of a thread that call this API function, and can end up hung on that execution. During the shutdown process for the application, and / or recovery, I need to terminate these... 15 Jul 2005 16:22
Floating DialogBar
Hai . Iam looking to create a Floating DialogBar for a Image in a Dialog/View and if the user clicks on the image the Floating Bar will appear and the Bar will be hidden when the MouseClick is released and iam not sure that how should i appraoch that and whether i need to go for Dialog Bar/ToolBar and plea... 14 Jul 2005 06:58
Problem with blocking of main thread with other thread
I have a problem with blocking of main thread: My application contains an interpreter and I need to write a debugger for it. The mainframe creates a thread that is interpreting instructions. When I need to break execution of instruction thread, I use WaitForSingleObject(m_WaitEventHandle, INFINITE); in the ... 10 Jul 2005 14:40
AfxBeginThread
the AfxBeginThread function (in the form of a user interface parameters) creates a new instance of my class that is derived from CWinThread? or it just creates a instance of CWinThread? if i have a class that is derived from CWinThread and have private/public data members, and i call AfxBeginThread in the form: ... 7 Jul 2005 11:44
Undeclared identifier error in file "xlocnum"
I installed the Platform SDK and DX9.0 SDK. I am trying to compile a sample project and I get the following error: c:\program files\microsoft visual studio\vc98\include\xlocnum(481) : error C2065: 'sprintf_instead_use_StringCbPrintfA_or_StringCchPrintfA' : undeclared identifier c:\program files\microsoft v... 7 Jul 2005 18:28
SDK and VC6.0
I've installed the SDK. Do I need to change the location of the includes, libraries, etc. in "Options" on the "Directories" tab? They currently point to the Visual Studio subdirectories and the new SDK has it's own directory. ... 12 Jul 2005 16:29
DumpStack
Hi, Is there a function that retrieves the trace of the stack ? Yoav. ... 6 Jul 2005 03:40
CFile::GetLength error in processing HUGE file.
Hiýý I have a question about my VC6 app. I read a huge binary file, which is >4GB. An exception will throwed when I run to the code below: .... CFile fileSrc(strSrcFilePath,CFile::modeRead); dwSrcLen = (unsigned long)fileSrc.GetLength(); <--- this row of code results in error! .... My app hangs in EINCOR... 5 Jul 2005 11:43
CDateTime & miliseconds
I need some class that handles date and time and also support miliseconds. Am I limited to Windows FILE_TIME structure? ... 4 Jul 2005 05:33
First  |  Prev |  Next  |  Last
Pages: 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727