Click here to Skip to main content
15,892,298 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Nested DLL Pin
viduran15-Jul-10 21:37
viduran15-Jul-10 21:37 
GeneralRe: Nested DLL Pin
Richard MacCutchan15-Jul-10 21:49
mveRichard MacCutchan15-Jul-10 21:49 
AnswerRe: Nested DLL Pin
KarstenK15-Jul-10 2:26
mveKarstenK15-Jul-10 2:26 
GeneralRe: Nested DLL Pin
viduran15-Jul-10 2:55
viduran15-Jul-10 2:55 
QuestionEdit Control Pin
AbhiHcl15-Jul-10 0:33
AbhiHcl15-Jul-10 0:33 
AnswerRe: Edit Control Pin
Naveen15-Jul-10 1:37
Naveen15-Jul-10 1:37 
GeneralRe: Edit Control Pin
AbhiHcl15-Jul-10 2:00
AbhiHcl15-Jul-10 2:00 
GeneralRe: Edit Control Pin
Naveen15-Jul-10 2:08
Naveen15-Jul-10 2:08 
AbhiHcl wrote:
There will be some image on up and down arrow of the spin control


If you have customised a normal spin control, you can customise, the spin in the Date time picker also. The spin control is actually a child of the Date time picker and you can get the handle of that spin control like HWND hSpin = GetWindow( hDateTimerPicker, GW_CHILD ); . Then you can subclass it.

AbhiHcl wrote:
and also some gradient effect shud be there in edit box.

How did you plan to do that? Try the same will work in Date time picker also..

GeneralRe: Edit Control Pin
AbhiHcl15-Jul-10 2:33
AbhiHcl15-Jul-10 2:33 
GeneralRe: Edit Control Pin
Naveen15-Jul-10 2:40
Naveen15-Jul-10 2:40 
AnswerRe: Edit Control Pin
Member 392263915-Jul-10 2:12
Member 392263915-Jul-10 2:12 
GeneralRe: Edit Control Pin
AbhiHcl15-Jul-10 2:36
AbhiHcl15-Jul-10 2:36 
GeneralRe: Edit Control Pin
Richard MacCutchan15-Jul-10 4:26
mveRichard MacCutchan15-Jul-10 4:26 
QuestionFirst Chance Exception Pin
Pryabu14-Jul-10 23:58
Pryabu14-Jul-10 23:58 
AnswerRe: First Chance Exception Pin
Cedric Moonen15-Jul-10 0:08
Cedric Moonen15-Jul-10 0:08 
GeneralRe: First Chance Exception Pin
Pryabu15-Jul-10 0:16
Pryabu15-Jul-10 0:16 
GeneralRe: First Chance Exception Pin
Naveen15-Jul-10 1:35
Naveen15-Jul-10 1:35 
AnswerRe: First Chance Exception Pin
Aescleal15-Jul-10 0:26
Aescleal15-Jul-10 0:26 
GeneralRe: First Chance Exception Pin
Pryabu15-Jul-10 1:03
Pryabu15-Jul-10 1:03 
AnswerRe: First Chance Exception Pin
Niklas L15-Jul-10 0:34
Niklas L15-Jul-10 0:34 
QuestionSet a timeout for UrlDownloadToFile() ? [modified] Pin
ALLERSLIT14-Jul-10 23:50
ALLERSLIT14-Jul-10 23:50 
AnswerRe: Set a timeout for UrlDownloadToFile() ? Pin
Niklas L15-Jul-10 0:43
Niklas L15-Jul-10 0:43 
GeneralRe: Set a timeout for UrlDownloadToFile() ? Pin
ALLERSLIT15-Jul-10 0:47
ALLERSLIT15-Jul-10 0:47 
GeneralRe: Set a timeout for UrlDownloadToFile() ? Pin
Niklas L15-Jul-10 0:52
Niklas L15-Jul-10 0:52 
AnswerRe: Set a timeout for UrlDownloadToFile() ? Pin
Moak15-Jul-10 7:38
Moak15-Jul-10 7:38 

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.