Click here to Skip to main content
16,011,743 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: the size of string Pin
Christian Graus19-Jun-03 16:08
protectorChristian Graus19-Jun-03 16:08 
GeneralRe: the size of string Pin
Toni7819-Jun-03 16:12
Toni7819-Jun-03 16:12 
QuestionCan VC++ 6.0 open a .mdb Access on the Web page? Pin
ATC19-Jun-03 15:29
ATC19-Jun-03 15:29 
GeneralAnother toolbar question... button size Pin
LukeV19-Jun-03 15:25
LukeV19-Jun-03 15:25 
GeneralRe: Another toolbar question... button size Pin
Michael Dunn19-Jun-03 18:24
sitebuilderMichael Dunn19-Jun-03 18:24 
GeneralRe: Another toolbar question... button size Pin
LukeV20-Jun-03 2:43
LukeV20-Jun-03 2:43 
GeneralRe: Another toolbar question... button size Pin
Michael Dunn20-Jun-03 6:02
sitebuilderMichael Dunn20-Jun-03 6:02 
GeneralSHFileOperation occasionally very slow Pin
IGx8919-Jun-03 15:15
IGx8919-Jun-03 15:15 
My program uses SHFileOperation to copy, move, rename, and delete hundreds of files. For most people, doing those steps to ~400 files takes under 15 seconds, but for some people it takes a LOT longer:
<br />
-----------------------------------------------------------------<br />
Timings at 08:11:20 Thursday, June 19, 2003<br />
-----------------------------------------------------------------<br />
CModScript::Activate took 688.45 seconds (called 2 times)<br />
SHRenameFile took 225.50 seconds (called 225 times)<br />
SHCopyFile took 461.89 seconds (called 461 times)<br />
SHCopyFile_SHFileOperation took 461.78 seconds (called 461 times)<br />
SHMoveFile took 2.00 seconds (called 2 times)<br />

Notice a pattern? Each operation takes EXACTLY 1.0 second! Another user having that problem had the exact same results, too, with SHDeleteFile also taking exactly 1.0 second per call. It isn't the users' computers' fault, either; they have similar specs to those having fast, normal times.

What could the problem be? This is a very confusing and unusual Frown | :( The only thing I can think of to fix the problem is to try using the Win32 CopyFile function, but that'd just avoid the problem and not solve it.
QuestionToolbar buttons - adding text to the right of icons? Pin
LukeV19-Jun-03 13:33
LukeV19-Jun-03 13:33 
AnswerRe: Toolbar buttons - adding text to the right of icons? Pin
Michael Dunn19-Jun-03 14:44
sitebuilderMichael Dunn19-Jun-03 14:44 
GeneralRe: Toolbar buttons - adding text to the right of icons? Pin
LukeV19-Jun-03 14:52
LukeV19-Jun-03 14:52 
Generallink file with application Pin
aguest19-Jun-03 12:14
aguest19-Jun-03 12:14 
GeneralRe: link file with application Pin
Navin19-Jun-03 15:45
Navin19-Jun-03 15:45 
Generalcout with Unicode strings Pin
Phil Hamer19-Jun-03 12:07
Phil Hamer19-Jun-03 12:07 
GeneralRe: cout with Unicode strings Pin
Nemanja Trifunovic19-Jun-03 12:46
Nemanja Trifunovic19-Jun-03 12:46 
GeneralRe: cout with Unicode strings Pin
Phil Hamer19-Jun-03 13:13
Phil Hamer19-Jun-03 13:13 
GeneralRe: cout with Unicode strings Pin
Navin19-Jun-03 15:40
Navin19-Jun-03 15:40 
GeneralSplitter Mouse Wheel problem Pin
vadimpl19-Jun-03 11:08
vadimpl19-Jun-03 11:08 
GeneralRe: Splitter Mouse Wheel problem Pin
Anonymous19-Jun-03 16:51
Anonymous19-Jun-03 16:51 
QuestionHow do I extract ALL records from buffer using strstr.. Pin
IrishSonic19-Jun-03 10:52
IrishSonic19-Jun-03 10:52 
AnswerRe: How do I extract ALL records from buffer using strstr.. Pin
valikac19-Jun-03 11:33
valikac19-Jun-03 11:33 
AnswerRe: How do I extract ALL records from buffer using strstr.. Pin
basementman19-Jun-03 11:33
basementman19-Jun-03 11:33 
GeneralRe: How do I extract ALL records from buffer using strstr.. Pin
IrishSonic19-Jun-03 12:31
IrishSonic19-Jun-03 12:31 
GeneralRe: How do I extract ALL records from buffer using strstr.. Pin
basementman19-Jun-03 15:21
basementman19-Jun-03 15:21 
GeneralC++ Pin
Mark J Jackson19-Jun-03 10:34
Mark J Jackson19-Jun-03 10:34 

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.