Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/294.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# Outlook功能区中的搜索栏_C#_Search_Ribbon_Outlook Addin - Fatal编程技术网

C# Outlook功能区中的搜索栏

C# Outlook功能区中的搜索栏,c#,search,ribbon,outlook-addin,C#,Search,Ribbon,Outlook Addin,我必须用C#在Outlook的功能区中创建一个搜索字段。 此字段应在SQL数据库表中搜索人员。 编写代码完全没有问题,问题是功能区中工具箱的可用字段。 对于标准,您只能使用“Edid框”或“下拉”字段。两者都只有eventhandler“On Text Change”,因此在启动代码之前必须按enter键。 我想要的是像谷歌一样的搜索,在每个按键上都有一个新的下拉列表,显示结果。 我试图在功能区中获得“普通”Windows窗体文本框,但我尝试的所有操作都失败了。我不知道是我弄错了还是不可能 有人

我必须用C#在Outlook的功能区中创建一个搜索字段。 此字段应在SQL数据库表中搜索人员。 编写代码完全没有问题,问题是功能区中工具箱的可用字段。 对于标准,您只能使用“Edid框”或“下拉”字段。两者都只有eventhandler“On Text Change”,因此在启动代码之前必须按enter键。 我想要的是像谷歌一样的搜索,在每个按键上都有一个新的下拉列表,显示结果。 我试图在功能区中获得“普通”Windows窗体文本框,但我尝试的所有操作都失败了。我不知道是我弄错了还是不可能

有人想知道我怎样才能把这个搜索归档。我也会采取完全不同的方式

谢谢你的回答