Latest News
Showing posts with label msdn. Show all posts
Showing posts with label msdn. Show all posts
Placing an image file in an executable in C
Posted by genesisdatabase
on
Monday, 17 January 2011
, under
C,
cpp,
executable,
file,
findresource,
image,
loadresource,
lockresource,
makeintresource,
msdn,
picture,
Programming,
sizeofresource,
Source Codes,
Tutorials
|
comments (0)
If you ever wanted to place an image file into the executable or store any resources in it, this post will be able to help you. If you have previously read Builder & Stub | How to create your own builder and stub in C (using Resource), you will be able to understand this post easily. We are using the similar method by placing the image in the resource data. In this post, i am creating an application that extracts the image that has been placed in the resource data and place it in a file and execute the file.
Reading and Writing registry in Windows using WinAPI
Posted by genesisdatabase
on
Tuesday, 12 October 2010
, under
C,
getkeydata,
lc,
leetcoders,
msdn,
read,
reading,
regclosekey,
regcreatekey,
regcreatekeyex,
regedit,
registry,
regopenkey,
regopenkeyex,
regsetvalue,
regsetvalueex,
setkeydata
|
comments (0)
For those that are interested in contacting the windows registry via C, here's a list of WinAPI functions that you need to know.