Click here to Skip to main content
15,887,267 members
Home / Discussions / C#
   

C#

 
QuestionRole of ports in sockets Pin
adhikarihemant10-Dec-08 22:23
adhikarihemant10-Dec-08 22:23 
AnswerRe: Role of ports in sockets Pin
Colin Angus Mackay11-Dec-08 1:50
Colin Angus Mackay11-Dec-08 1:50 
AnswerRe: Role of ports in sockets Pin
Pr@teek B@h!11-Dec-08 4:38
Pr@teek B@h!11-Dec-08 4:38 
QuestionDatagridview VirtualMode property Pin
CNU10-Dec-08 22:13
CNU10-Dec-08 22:13 
Questioninsert update delete in using datagridview (windows aplication using c#) Pin
kulandaivel_mca200710-Dec-08 21:45
kulandaivel_mca200710-Dec-08 21:45 
AnswerRe: insert update delete in using datagridview (windows aplication using c#) Pin
Brij10-Dec-08 22:00
mentorBrij10-Dec-08 22:00 
Questionwhat is the event to unfold the datetime picker Pin
prasadbuddhika10-Dec-08 21:11
prasadbuddhika10-Dec-08 21:11 
GeneralNot full answer - Does anyone else know what window message is needed? Pin
Simon P Stevens11-Dec-08 0:14
Simon P Stevens11-Dec-08 0:14 
There isn't a specific method call to do this. I suspect you can achieve it using a window message of some kind. But I don't know which one.

Look at the DateTimePicker class in reflector. You need to trigger the WmDropDown method (which is private).

This is called from the WmRelfectCommand method, which is called from the WndProc method.

You can use SendMessage[^] to transmit messages to a controls message queue, which will be processed by WndProc.

Maybe some else knows what message values you need to transmit. It's likely to be a base message + the WM_REFLECT message. http://www.tech-archive.net/Archive/VC/microsoft.public.vc.language/2005-08/msg00589.html[^]

Sorry I can't be more helpful.

Simon

AnswerRe: what is the event to unfold the datetime picker Pin
dan!sh 11-Dec-08 2:54
professional dan!sh 11-Dec-08 2:54 
QuestionMSWord.Olb Pin
Laji5910-Dec-08 20:35
Laji5910-Dec-08 20:35 
AnswerRe: MSWord.Olb Pin
Christian Graus10-Dec-08 21:00
protectorChristian Graus10-Dec-08 21:00 
QuestionByte Conversion Pin
Agweet10-Dec-08 20:30
Agweet10-Dec-08 20:30 
AnswerRe: Byte Conversion Pin
Giorgi Dalakishvili10-Dec-08 20:37
mentorGiorgi Dalakishvili10-Dec-08 20:37 
AnswerRe: Byte Conversion Pin
N a v a n e e t h10-Dec-08 20:44
N a v a n e e t h10-Dec-08 20:44 
GeneralRe: Byte Conversion Pin
Agweet10-Dec-08 20:59
Agweet10-Dec-08 20:59 
GeneralRe: Byte Conversion Pin
N a v a n e e t h10-Dec-08 21:05
N a v a n e e t h10-Dec-08 21:05 
GeneralRe: Byte Conversion Pin
Agweet10-Dec-08 21:10
Agweet10-Dec-08 21:10 
GeneralRe: Byte Conversion Pin
Giorgi Dalakishvili10-Dec-08 21:09
mentorGiorgi Dalakishvili10-Dec-08 21:09 
GeneralRe: Byte Conversion Pin
Agweet10-Dec-08 21:13
Agweet10-Dec-08 21:13 
GeneralRe: Byte Conversion Pin
Giorgi Dalakishvili10-Dec-08 21:18
mentorGiorgi Dalakishvili10-Dec-08 21:18 
GeneralRe: Byte Conversion Pin
Agweet10-Dec-08 21:23
Agweet10-Dec-08 21:23 
QuestionUploading data using ftpwebrequest method in c# Pin
vnr10-Dec-08 20:19
vnr10-Dec-08 20:19 
Questionvalidation Pin
kulandaivel_mca200710-Dec-08 20:12
kulandaivel_mca200710-Dec-08 20:12 
AnswerRe: validation Pin
Giorgi Dalakishvili10-Dec-08 20:14
mentorGiorgi Dalakishvili10-Dec-08 20:14 
AnswerRe: validation Pin
dan!sh 10-Dec-08 21:19
professional dan!sh 10-Dec-08 21:19 

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.