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
Access 97 tables corrupted after conversion to 2003
Filtering Access Report
Working Days Calculator
Why won't "WMIC OS Where Primary=True Call Reboot" not force reboot when dialog box is open?
Does sysprep completely clean old network, domain and user settings in XP ?
CreateEventProc error 57017 Event Handler Invalid
How to convert a decimal value to 1 correct figure in an access query
Trend Micro CSM and Hyper V
IP Addresse change
How to write a language independent formula using Excel Object Library