Am new to DirectX

Can anyone provide me with the code to place an image(.jpg) on
a form as Form1.picture

I dont want it the normal way
Form1.picture=LoadPicture("FileName")

I want it to be added through DirectX
Help me out?