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
Allow real desktop access to Windows Server 2008 R2
Autonew in Excel
How to transpose a variable length row to two columns
How do I number couples of data in an MS Access 2007 Report?
.NET CE C# program not updating with time zone change
Getting oledb JET 4.0 to work on a 64 bit OS
How can I change the value of a combo box based on value of an unbound text box?
Locate Corrupt Record In An Access Table
Retrieve drivers before wipe?
How can I enable a template item accoding to query result ?