Click here to Skip to main content
15,889,216 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionVibration in Windows mobile 6 Professional Pin
spret856-Oct-09 22:46
spret856-Oct-09 22:46 
AnswerRe: Vibration in Windows mobile 6 Professional Pin
Rajesh R Subramanian6-Oct-09 23:23
professionalRajesh R Subramanian6-Oct-09 23:23 
Questionhow to draw line by dragging mouse inside rectangle in dialog based application in vc++,mfc Pin
prerananit6-Oct-09 22:31
prerananit6-Oct-09 22:31 
QuestionRe: how to draw line by dragging mouse inside rectangle in dialog based application in vc++,mfc Pin
CPallini6-Oct-09 22:47
mveCPallini6-Oct-09 22:47 
AnswerRe: how to draw line by dragging mouse inside rectangle in dialog based application in vc++,mfc Pin
wangningyu6-Oct-09 22:52
wangningyu6-Oct-09 22:52 
GeneralRe: how to draw line by dragging mouse inside rectangle in dialog based application in vc++,mfc Pin
CPallini6-Oct-09 22:58
mveCPallini6-Oct-09 22:58 
QuestionHow to load the Url Image ? Pin
wangningyu6-Oct-09 22:24
wangningyu6-Oct-09 22:24 
AnswerRe: How to load the Url Image ? Pin
Iain Clarke, Warrior Programmer6-Oct-09 22:57
Iain Clarke, Warrior Programmer6-Oct-09 22:57 
1/ The url you point to is not an image - it's a web page.

2/ Assuming you make a URL that actually points to an image, you could use:
InternetOpenUrl, InternetReadFile, etc.

That should give you some search terms to get started.

3/ Bear in mind that getting stuff from the internet is by its very nature flaky. Do this fetching in a seperate thread, have something to display while you're waiting, and make sure you handle failure very thoroughly.

Good luck!

Iain.

I have now moved to Sweden for love (awwww).
If you're in Scandinavia and want an MVP on the payroll (or happy with a remote worker), or need contract work done, give me a job! http://cv.imcsoft.co.uk/[^]

Questionconvert const wchar* to const byte* Pin
Rakesh56-Oct-09 22:02
Rakesh56-Oct-09 22:02 
AnswerRe: convert const wchar* to const byte* Pin
Cedric Moonen6-Oct-09 22:18
Cedric Moonen6-Oct-09 22:18 
AnswerRe: convert const wchar* to const byte* Pin
CPallini6-Oct-09 22:45
mveCPallini6-Oct-09 22:45 
GeneralRe: convert const wchar* to const byte* Pin
Rakesh56-Oct-09 23:07
Rakesh56-Oct-09 23:07 
GeneralRe: convert const wchar* to const byte* Pin
Rajesh R Subramanian6-Oct-09 23:26
professionalRajesh R Subramanian6-Oct-09 23:26 
GeneralRe: convert const wchar* to const byte* Pin
CPallini6-Oct-09 23:43
mveCPallini6-Oct-09 23:43 
GeneralRe: convert const wchar* to const byte* Pin
Rajesh R Subramanian6-Oct-09 23:49
professionalRajesh R Subramanian6-Oct-09 23:49 
AnswerRe: convert const wchar* to const byte* Pin
Rajesh R Subramanian6-Oct-09 23:21
professionalRajesh R Subramanian6-Oct-09 23:21 
GeneralRe: convert const wchar* to const byte* Pin
Rakesh56-Oct-09 23:39
Rakesh56-Oct-09 23:39 
QuestionRe: convert const wchar* to const byte* Pin
Rajesh R Subramanian6-Oct-09 23:43
professionalRajesh R Subramanian6-Oct-09 23:43 
AnswerRe: convert const wchar* to const byte* Pin
Rakesh57-Oct-09 0:00
Rakesh57-Oct-09 0:00 
GeneralRe: convert const wchar* to const byte* Pin
CPallini7-Oct-09 0:28
mveCPallini7-Oct-09 0:28 
GeneralRe: convert const wchar* to const byte* Pin
Rakesh57-Oct-09 2:08
Rakesh57-Oct-09 2:08 
GeneralRe: convert const wchar* to const byte* Pin
CPallini7-Oct-09 2:16
mveCPallini7-Oct-09 2:16 
GeneralRe: convert const wchar* to const byte* Pin
Rajesh R Subramanian7-Oct-09 0:29
professionalRajesh R Subramanian7-Oct-09 0:29 
AnswerRe: convert const wchar* to const byte* Pin
KarstenK7-Oct-09 1:24
mveKarstenK7-Oct-09 1:24 
AnswerRe: convert const wchar* to const byte* Pin
David Crow7-Oct-09 3:17
David Crow7-Oct-09 3:17 

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.