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
Select Statement with Function
Win7/ VS 2010 / SQL 2008 Express OK for dev platform
Formatting a 60gb hard drive fails in Disk Management
2 node cluster won't failover to one node
Create accdr runtime without msi executable
Calculating time elapsed from two date/time columns
Exchange services not running shows error
How do I get Visual Studio 2008 Templates to appear in the window?
Visual Studio dataset designer error message
DoWork() method not executing