Click here to Skip to main content
15,888,401 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Sobel - edge detection Pin
adichavan2-Aug-09 23:16
adichavan2-Aug-09 23:16 
GeneralRe: Sobel - edge detection PinPopular
Michael Schubert2-Aug-09 23:57
Michael Schubert2-Aug-09 23:57 
GeneralRe: Sobel - edge detection Pin
Chandrasekharan P3-Aug-09 0:05
Chandrasekharan P3-Aug-09 0:05 
GeneralRe: Sobel - edge detection Pin
adichavan3-Aug-09 1:39
adichavan3-Aug-09 1:39 
GeneralRe: Sobel - edge detection Pin
adichavan3-Aug-09 1:42
adichavan3-Aug-09 1:42 
GeneralRe: Sobel - edge detection Pin
Chandrasekharan P3-Aug-09 2:02
Chandrasekharan P3-Aug-09 2:02 
GeneralRe: Sobel - edge detection Pin
CPallini3-Aug-09 0:37
mveCPallini3-Aug-09 0:37 
QuestionWhich way should I select when save image from browser Pin
shi baoshi2-Aug-09 22:02
shi baoshi2-Aug-09 22:02 
I want to develop a tool .The function is when I drag a image from browser on it which can save image to my desktop or manger(rename ) the image.

with google and other's help,I gain the HGLOBAL data from clipboard with pDataObject->GetGlobalData (CF_DIB) and I also can get the URL of image.but when I want to save this image to my desktop and I find two way can do this:

1.Save the data of CF_DIB format
The problem is:
I gain a string of binary system from CF_DIB data, how can i save it as image without changed it? I try to save all of those image to my desktop as format of bmp,it's can do the work but seem not good for the image on the desktop often larger then the browser.so I think it's not a good mothod to do this.for I have to save file without change I should save the format of image sam as browsers' ,but with many format like gif,jpg and so on....so I want to find a easy way how can I save image without changed it.

2. Download the image
The problem is:
Many URL is not right which can not find the image correctly,may be need parse it.

So The last questions is which way should I select can better solve my problem ?

Thanks in advance for your help and sorry for my English.
notenking
AnswerRe: Which way should I select when save image from browser Pin
Code-o-mat3-Aug-09 0:29
Code-o-mat3-Aug-09 0:29 
GeneralRe: Which way should I select when save image from browser [modified] Pin
shi baoshi3-Aug-09 16:15
shi baoshi3-Aug-09 16:15 
GeneralRe: Which way should I select when save image from browser Pin
Code-o-mat3-Aug-09 21:06
Code-o-mat3-Aug-09 21:06 
GeneralRe: Which way should I select when save image from browser Pin
shi baoshi3-Aug-09 21:45
shi baoshi3-Aug-09 21:45 
GeneralRe: Which way should I select when save image from browser Pin
Code-o-mat3-Aug-09 22:43
Code-o-mat3-Aug-09 22:43 
GeneralRe: Which way should I select when save image from browser Pin
shi baoshi3-Aug-09 23:09
shi baoshi3-Aug-09 23:09 
GeneralRe: Which way should I select when save image from browser [modified] Pin
Code-o-mat3-Aug-09 23:16
Code-o-mat3-Aug-09 23:16 
GeneralRe: Which way should I select when save image from browser Pin
shi baoshi4-Aug-09 4:47
shi baoshi4-Aug-09 4:47 
GeneralRe: Which way should I select when save image from browser Pin
Code-o-mat4-Aug-09 6:14
Code-o-mat4-Aug-09 6:14 
GeneralRe: Which way should I select when save image from browser Pin
shi baoshi4-Aug-09 16:04
shi baoshi4-Aug-09 16:04 
QuestionUDP connection -> outgoing port trouble (still) Pin
Souldrift2-Aug-09 21:39
Souldrift2-Aug-09 21:39 
AnswerRe: UDP connection -> outgoing port trouble (still) Pin
pallaka2-Aug-09 22:15
pallaka2-Aug-09 22:15 
GeneralRe: UDP connection -> outgoing port trouble (still) Pin
Souldrift2-Aug-09 22:22
Souldrift2-Aug-09 22:22 
GeneralRe: UDP connection -> outgoing port trouble (still) Pin
harold aptroot3-Aug-09 0:04
harold aptroot3-Aug-09 0:04 
GeneralRe: UDP connection -> outgoing port trouble (still) Pin
Souldrift3-Aug-09 2:04
Souldrift3-Aug-09 2:04 
QuestionWriting data to Database from Pure C++ Pin
Pardhu_M2-Aug-09 21:25
Pardhu_M2-Aug-09 21:25 
AnswerRe: Writing data to Database from Pure C++ Pin
N a v a n e e t h2-Aug-09 21:56
N a v a n e e t h2-Aug-09 21:56 

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.