Microsoft
Software
Hardware
Network
Question : Open combobox programmatically
Hi experts, I have a problem I want to open compobox programmatically for reproduce user click on the control. I use c# and net 2.0 compact edition
Answer : Open combobox programmatically
for CF use:
[DllImport("coredll")]
extern static int SendMessage(IntPtr hWnd, int msg, int wParam, IntPtr lParam);
and
SendMessage(comboBox1.Hand
le, 0x14F, 1, IntPtr.Zero);
Random Solutions
Need SQL Syntax help to make my qry more efficient.
Click event overrides DblClick event
C#: Alternative to Modal window
Web Projects
How do I execute a module in Access 2007
Telerik Reporting, Report Viewer
Output the Month's Name?
Set Owner on all Files via cmd
How to boot from external USB HDD
faster version of controltip to display tooltip text