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
Accessing Access Table and Copying to Excel
I need to capture the output of the datagrid grdAttendees and record each Members Email Address.
Trace insert, update, delete on a table
Access 97 Query problem
How install DLL to GAC on Windows Server 2008 Standard
Webservice task in SSIS using Script Task
How do I change a 'read only' file in Foxpro ver 8
unzip
security tool removal
Special Values in VBA