Thank u zhang.I'm using SHFileoperation but it says "Cannot copy file.Filename is too long". My folder name is only 8 characters.What could be the problem? Thanks, Dipeka Dipeka.A.J
dipeka
Posts
-
Copy folders along with subfolders in C++ -
Copy folders along with subfolders in C++Hi, I want to copy a folder along with it's subdirectories to another location using C++.I tried using SHFileOperation but it fails saying "Cannot copy file.Filename is too long".My folder name is just 8 characters long.Is there any better way to copy folders? Please help.... Thanks, Dipeka Dipeka.A.J
-
SNMP implementationHi, I want to simulate some printers by using their MIBs.I'm planning to use Agent++ created by HP. Is there any better way of implementing SNMP agents? Please tell me the best technology used to develop SNMP agents. Cross-platform compatibility is an issue. So I have no idea of using WinSNMP. Thanks, Dipeka:sigh: Dipeka.A.J
-
MCADI have 9 months experience in VC++. I'm planning to do MCAD certification. Is this a correct decision? Can someone give me better suggestions? How much of experience do I need for MCSD? Thanks, Dipeka:confused: Dipeka.A.J
-
error 1053 service does not respondI created a service using Installshield X(type is automatic).When I try to start the service it says "Error 1053: service does not respond to start or control service". Can someone tell me the causes and possible resolutions? Thank u.:( Dipeka.A.J
-
memory leak detectionAny tool used for memory leak detection works slowly with bitmaps since bitmaps require a lot of memory allocation and deallocation. I use BoundsChecker from Compuware. Can someone suggest a faster tool which scans memory faster? Thanks in advance. Dipeka.A.J
-
memory leak detectionAny tool used for memory leak detection works slowly with bitmaps since bitmaps require a lot of memory allocation and deallocation. Can someone suggest a tool which works faster with bitmaps by efficient scanning of memory? Thanks in advance. I presently use BoundsChecker from Compuware. Dipeka.A.J
-
irregular dialog box using MFCCan someone tell me how an irregular dialog box can be displyed using MFC?Thanks in advance. Dipeka.A.J
-
media player development in vc++?http://www.codeproject.com/Purgatory/media\_player.asp Visit that link and download a free player. U'll get some idea. Use ActiveX controls Dipeka.A.J
-
Painting without WM_PAINTI mean WM_PAINT message. Dipeka.A.J
-
Painting without WM_PAINTIs there a way to paint pictures without using WM_PAINT. Thanks in Advance Dipeka.A.J
-
MFC rich edit controlWhen I add a rich edit control to my dialog and execute my dialog based application does not execute. Can someone explain what the problem could be? Thanks in advance. Dipeka.A.J
-
Open *.jpg with iexplore.exeVisit the following site http://bobmoore.mvps.org/Win32/w32tip46.htm[^] Hope this helps Dipeka.A.J
-
Realy need helpVisiting the following sites may give u an idea. http://msdn.microsoft.com/library/default.asp?url=/workshop/networking/moniker/reference/functions/urldownloadtofile.asp http://codeproject.com/internet/urlfile.asp http://codeproject.com/internet/urldownload.asp I hope this helps u Dipeka.A.J
-
QuestionIt's great u have discovered the problem!!!!! All the best Dipeka.A.J
-
QuestionIt's great u have discovered the problem!!! All the best Dipeka.A.J
-
QuestionIs ur project dialog based? Are u using any event handling? This may help to think over the problem Dipeka.A.J
-
QuestionIf ur using some mutex see that u release the mutex. Hope this helps Dipeka.A.J
-
Creating a combobox & checkbox dynamicallyI think the third parameter of createex cannot be NULL. Try using this->m_hWnd(pointer to parent dialog). Hope this helps Dipeka.A.J
-
Creating a combobox & checkbox dynamicallyTry using the CComboboxEx class instead of the Combobox class. I'm not very sure but I hope this is useful Dipeka.A.J