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
Simple SQL Join Query Syntax Issue
FSMO Roles
CToolBar derived Toolbar repositioning
How to append data from a varchar column to a text column
In Access 2007 what expression would update a value by simply removing all underscores?
Need to know how to access a user control (.ascx) to build a StringBuilder() in another User Control
CRM 4.0: issues pre-populating a Currency lookup and money field ("A currency is required if a value exists in a money field")
Extract sender,subject,priority,at<wbr />tachment from ms outlook using vba
Communicator desktop sharing - optimise for performance?
ADO.NET Insert Command