Click here to Skip to main content
15,910,603 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: SQL Connect error???? Pin
David Crow9-Sep-03 2:12
David Crow9-Sep-03 2:12 
GeneralRe: SQL Connect error???? Pin
xxhimanshu10-Sep-03 22:14
xxhimanshu10-Sep-03 22:14 
GeneralProblem with code Pin
Ricky Koh7-Sep-03 19:19
Ricky Koh7-Sep-03 19:19 
GeneralRe: Problem with code Pin
Michael Dunn7-Sep-03 20:01
sitebuilderMichael Dunn7-Sep-03 20:01 
GeneralRe: Problem with code Pin
Ricky Koh7-Sep-03 20:22
Ricky Koh7-Sep-03 20:22 
GeneralRe: Problem with code Pin
David Crow8-Sep-03 3:44
David Crow8-Sep-03 3:44 
GeneralRe: Problem with code Pin
Ricky Koh8-Sep-03 5:05
Ricky Koh8-Sep-03 5:05 
GeneralRe: Problem with code Pin
David Crow8-Sep-03 5:40
David Crow8-Sep-03 5:40 
HANDLE hInputFile = CreateFile("AcroRd32.exe", GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);<br />
DWORD dwFileSize = GetFileSize(hInputFile, NULL), dwBytesRead;<br />
LPBYTE pBuffer = new BYTE[dwFileSize];<br />
ReadFile(hInputFile, pBuffer, dwFileSize, &dwBytesRead, NULL);<br />
CloseHandle(hInputFile);<br />
HANDLE hUpdateResource = BeginUpdateResource("Testing.exe", FALSE);<br />
UpdateResource(hUpdateResource, RT_RCDATA, "Acro", MAKELANGID(LANG_NEUTRAL, SUBLANG_NEUTRAL), pBuffer, dwFileSize);<br />
EndUpdateResource(hUpdateResource, FALSE);<br />
delete [] pBuffer;

GeneralRe: Problem with code Pin
Ricky Koh8-Sep-03 16:48
Ricky Koh8-Sep-03 16:48 
GeneralRe: Problem with code Pin
David Crow9-Sep-03 2:18
David Crow9-Sep-03 2:18 
GeneralRe: Problem with code Pin
Ricky Koh9-Sep-03 14:48
Ricky Koh9-Sep-03 14:48 
GeneralRe: Problem with code Pin
David Crow10-Sep-03 2:15
David Crow10-Sep-03 2:15 
GeneralRe: Problem with code Pin
Ricky Koh10-Sep-03 17:05
Ricky Koh10-Sep-03 17:05 
GeneralTransfer files Pin
vision20047-Sep-03 18:26
vision20047-Sep-03 18:26 
GeneralRe: Transfer files Pin
Alexander M.,8-Sep-03 0:27
Alexander M.,8-Sep-03 0:27 
GeneralVC.net(vc7) and Win98 Help Pin
psksvp7-Sep-03 17:41
psksvp7-Sep-03 17:41 
GeneralRe: VC.net(vc7) and Win98 Help Pin
Alexander M.,8-Sep-03 0:31
Alexander M.,8-Sep-03 0:31 
GeneralRe: VC.net(vc7) and Win98 Help Pin
RChin8-Sep-03 3:15
RChin8-Sep-03 3:15 
Generaldodgy serial communication Pin
godbert7-Sep-03 17:22
godbert7-Sep-03 17:22 
GeneralRe: dodgy serial communication Pin
Fredrik Skog7-Sep-03 20:20
Fredrik Skog7-Sep-03 20:20 
GeneralRe: dodgy serial communication Pin
Ted Ferenc7-Sep-03 21:35
Ted Ferenc7-Sep-03 21:35 
GeneralRe: dodgy serial communication Pin
macmac388-Sep-03 1:28
macmac388-Sep-03 1:28 
Questioncan not access the calss view???? Pin
wow99997-Sep-03 16:44
wow99997-Sep-03 16:44 
AnswerRe: can not access the calss view???? Pin
PengFeidu7-Sep-03 20:00
PengFeidu7-Sep-03 20:00 
AnswerRe: can not access the calss view???? Pin
Fredrik Skog7-Sep-03 20:24
Fredrik Skog7-Sep-03 20:24 

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.