plz help me write this program
-
i push the print screen key and the screen captures. then i run the executable file of the program i made. the program will be in such a fashion that it will get the captured screen from the memory and saves it on the hard drive. like u do from mspaint. plz help me
-
i push the print screen key and the screen captures. then i run the executable file of the program i made. the program will be in such a fashion that it will get the captured screen from the memory and saves it on the hard drive. like u do from mspaint. plz help me
have a look at this : Clipboard Operations on MSDN[^]
Maximilien Lincourt Your Head A Splode - Strong Bad
-
have a look at this : Clipboard Operations on MSDN[^]
Maximilien Lincourt Your Head A Splode - Strong Bad
wat do tht mean? i cant get u
-
wat do tht mean? i cant get u
when pressing the "print-screen" key, the OS will copy a bitmap of the screen on the CLIPBOARD in a bitmap format (probably CF_BITMAP). your job, if you accept it, is to get the data back from the clipboard, create an image format (whatever it is) and save it back on the disk in the format you want (easier is bmp). There must be tooooonnnsss of examples of that on the web, just use google.
Maximilien Lincourt Your Head A Splode - Strong Bad
-
when pressing the "print-screen" key, the OS will copy a bitmap of the screen on the CLIPBOARD in a bitmap format (probably CF_BITMAP). your job, if you accept it, is to get the data back from the clipboard, create an image format (whatever it is) and save it back on the disk in the format you want (easier is bmp). There must be tooooonnnsss of examples of that on the web, just use google.
Maximilien Lincourt Your Head A Splode - Strong Bad
again, plz thats the thing which i want to know how to get the image from clipboard in c
-
again, plz thats the thing which i want to know how to get the image from clipboard in c
Umair Hakeem Zuberi wrote:
how to get the image from clipboard in c
A link has already been provided to you. Why have you failed to read it? :confused:
"Love people and use things, not love things and use people." - Unknown
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
Umair Hakeem Zuberi wrote:
how to get the image from clipboard in c
A link has already been provided to you. Why have you failed to read it? :confused:
"Love people and use things, not love things and use people." - Unknown
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
thats y i m asking here i cant get the contents, i m looking for, there or it may be that because i have never use the site i dont understand how to look into it also i cant find how to do it in turbo c/c++ there i donno wat to do except to ask here plz help me i realy dont know wat to do?????????? :((
-
again, plz thats the thing which i want to know how to get the image from clipboard in c
-
thats y i m asking here i cant get the contents, i m looking for, there or it may be that because i have never use the site i dont understand how to look into it also i cant find how to do it in turbo c/c++ there i donno wat to do except to ask here plz help me i realy dont know wat to do?????????? :((
Umair Hakeem Zuberi wrote:
i cant get the contents, i m looking for, there or it may be that because i have never use the site i dont understand how to look into it
Did you read up on OpenClipboard()?
"Love people and use things, not love things and use people." - Unknown
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
Umair Hakeem Zuberi wrote:
how to get the image from clipboard in c
For that you need a skill called C-Programming. Some expertise in using Google also would not hurt.
-
My list keeps growing.:|
CP Offenders: Over 50 offenders and growing! Current rant: "Me thinks CP needs an application process!" http://craptasticnation.blogspot.com/[^]
You have a list? :)
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
You have a list? :)
Mark Salsbery Microsoft MVP - Visual C++ :java:
Yes, she has [^]. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke -
You have a list? :)
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
Yes, she has [^]. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke...and I only got two of her 4 programming questions right (I'll let you decide which)....not good :)
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
If you think I've missed anyone, please feel free to let me know; I don't visit all the forums.
CP Offenders: Over 50 offenders and growing! Current rant: "Me thinks CP needs an application process!" http://craptasticnation.blogspot.com/[^]
A candidate [^]. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke -
Umair Hakeem Zuberi wrote:
i cant get the contents, i m looking for, there or it may be that because i have never use the site i dont understand how to look into it
Did you read up on OpenClipboard()?
"Love people and use things, not love things and use people." - Unknown
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
ya i've read it but it is for visual studio i want to know it through turbo c it didn't describe tht do u know any method how to access clip board contents through turbo c
-
ya i've read it but it is for visual studio i want to know it through turbo c it didn't describe tht do u know any method how to access clip board contents through turbo c
Umair Hakeem Zuberi wrote:
i want to know it through turbo c
Then I suggest you find a TurboC board.
"Love people and use things, not love things and use people." - Unknown
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
A candidate [^]. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke -
ya i've read it but it is for visual studio i want to know it through turbo c it didn't describe tht do u know any method how to access clip board contents through turbo c
-
Umair Hakeem Zuberi wrote:
i want to know it through turbo c
Then I suggest you find a TurboC board.
"Love people and use things, not love things and use people." - Unknown
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
so i was wasting my time here????????? i asked in my first post that i want coding in turbo c or u didn't read it????????:mad: