Click here to Skip to main content
15,894,896 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDont update part of dialog window Pin
melinda_mel24-Aug-09 22:48
melinda_mel24-Aug-09 22:48 
AnswerRe: Dont update part of dialog window Pin
Code-o-mat24-Aug-09 23:04
Code-o-mat24-Aug-09 23:04 
Questionhow to use "LDRLoadDll" to load a dll in DDK? Pin
bahareh65524-Aug-09 22:45
bahareh65524-Aug-09 22:45 
AnswerRe: how to use "LDRLoadDll" to load a dll in DDK? Pin
Stuart Dootson24-Aug-09 23:47
professionalStuart Dootson24-Aug-09 23:47 
GeneralRe: how to use "LDRLoadDll" to load a dll in DDK? Pin
bahareh65525-Aug-09 19:38
bahareh65525-Aug-09 19:38 
GeneralRe: how to use "LDRLoadDll" to load a dll in DDK? Pin
Stuart Dootson25-Aug-09 21:00
professionalStuart Dootson25-Aug-09 21:00 
GeneralRe: how to use "LDRLoadDll" to load a dll in DDK? Pin
bahareh65526-Aug-09 8:50
bahareh65526-Aug-09 8:50 
QuestionHow to Write some data at a particular Sector Pin
Shiv Murti Pal24-Aug-09 21:18
Shiv Murti Pal24-Aug-09 21:18 
How to Write some data at a particular Sector

for example here is given a sector

4749463839610C000D00F700007587C8
BAC3E2D1D7EC13349E99A7D5193B9D1B
3EA24C69B7526FBAF3F5FA2B509A8099
CE839DCB375E994671966589A38DBB9E
86BA9288C39484BA8D9CD5A5A5D8AE86
BC8E98D4A0A3D8AB78C0807BC28489CE
918CD09581C08981BE8991D09984BB8B
87BC8D7FCC8685CD8C7EC085E8F8E904
B4074CC24E6AD66CA0DFA1ABE4AC00C6
0000C10000BD00009E0005CC050ADB09
0BE30A10AB1116E41616CB151BE61C1C
E61D19C31918A31720DD2119A1181CAD
1B19A0191BA31C20B52020B12126BC26
29B629249F242EB72D2EB92F2FB73130
B73033BB3333B93533B83434BA3534B8
3437BA393ABB3B3CC03D3BBC3C3CBC3C
37A53748C34849BF494FC25051C25252
C15251B5515AC65B5FC9606CE26C63C9
6469C6696ECC6F70CC707DD27E7FD37F
87D58880C8808CD78C99E69A90D89095
DA9698DB98B0F5B09FDE9F99D699A3DE
A3B1E4B1D6F5D6DCF2DCF3FCF3F5FCF5
FAFEFA05BD030995073DBB3C3FBC3E48
CA4644BC4346BE454CC14A4FC24D45AA
4459C5586FEB6D64CC625EBE5D71CD6F
72CD7179D07875C97490DA8F9ADC99A2
DFA1A2DDA1BDEBBCC7EBC6CBEECA87D9
83BDF4BBF5FBF3FBFEFAFAFDF9FFFFFF
FFFFFF00000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000


Now i want to write following data at this Sector

00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000



Sir please tell me how i can do it
AnswerRe: How to Write some data at a particular Sector Pin
Iain Clarke, Warrior Programmer24-Aug-09 21:41
Iain Clarke, Warrior Programmer24-Aug-09 21:41 
GeneralRe: How to Write some data at a particular Sector Pin
Shiv Murti Pal24-Aug-09 22:20
Shiv Murti Pal24-Aug-09 22:20 
GeneralRe: How to Write some data at a particular Sector Pin
Michael Schubert25-Aug-09 1:24
Michael Schubert25-Aug-09 1:24 
GeneralRe: OT Pin
Michael Schubert25-Aug-09 1:30
Michael Schubert25-Aug-09 1:30 
GeneralRe: OT Pin
Iain Clarke, Warrior Programmer25-Aug-09 1:49
Iain Clarke, Warrior Programmer25-Aug-09 1:49 
GeneralRe: OT Pin
Michael Schubert25-Aug-09 1:58
Michael Schubert25-Aug-09 1:58 
QuestionHow to link to dll using function names rather than ordinals Pin
Chesnokov Yuriy24-Aug-09 20:16
professionalChesnokov Yuriy24-Aug-09 20:16 
AnswerRe: How to link to dll using function names rather than ordinals Pin
Naveen24-Aug-09 20:34
Naveen24-Aug-09 20:34 
AnswerRe: How to link to dll using function names rather than ordinals Pin
Chesnokov Yuriy24-Aug-09 21:02
professionalChesnokov Yuriy24-Aug-09 21:02 
AnswerRe: How to link to dll using function names rather than ordinals Pin
Rick York25-Aug-09 6:12
mveRick York25-Aug-09 6:12 
AnswerRe: How to link to dll using function names rather than ordinals Pin
Chesnokov Yuriy25-Aug-09 19:08
professionalChesnokov Yuriy25-Aug-09 19:08 
QuestionOutlook Automation Pin
john563224-Aug-09 20:12
john563224-Aug-09 20:12 
AnswerRe: Outlook Automation Pin
_AnsHUMAN_ 24-Aug-09 22:08
_AnsHUMAN_ 24-Aug-09 22:08 
QuestionRe: Outlook Automation Pin
David Crow25-Aug-09 3:27
David Crow25-Aug-09 3:27 
QuestionUsing dynamic_cast for Clist Pin
blontek24-Aug-09 20:08
blontek24-Aug-09 20:08 
AnswerRe: Using dynamic_cast for Clist Pin
Cedric Moonen24-Aug-09 20:50
Cedric Moonen24-Aug-09 20:50 
GeneralRe: Using dynamic_cast for Clist Pin
blontek24-Aug-09 21:33
blontek24-Aug-09 21:33 

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.