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
Explain Regular Expression
CAML Query Syntax?
SQL Query to delete all records older than 365 days
Declare variable in Microsoft SQL Server Management Studio
Why can't I delete records from a linked table ? I get the message "Linked table is not supported by this ISAM."
Why can I not find the InvokeRequired and SetTextCallback Options
Using alternative to LIMIT command and using INNER JOIN in MS SQL Query
XML Parsing Error: undefined entity
How to handle attachment-type fields in Access 2007
Are Dell PCs with same OEM number LEGAL ?