English 中文(简体)
Windows 窗体应用程序在移动扫描仪上,可以扫描到文本框
原标题:Windows Forms app on mobile scanner, can t scan to textbox

Having some issues with setting up simple textbox on the windows form on my scanner. I have to add new textbox to existing already created app, and my new textbox doesn t seem to work.

当我将焦点放在我的文本框上, 然后尝试扫描条形码, 文本框中没有显示数据 。 我可以扫描条形码, 在应用程序中已经创建的文本框中, 程序可以很好地, 无法找出什么是偏差 。

我不认为两个文本框的属性有什么区别, 一样的一切。

麻烦你通知我

问题回答

我认为区别在于 您的扫描仪读取事件处理器被连接到现有的文本框中。 您需要将相同的处理器添加到您的新文本框中 。





相关问题
Bring window to foreground after Mutex fails

I was wondering if someone can tell me what would be the best way to bring my application to the foreground if a mutex was not able to be created for a new instance. E.g.: Application X is running ...

How to start WinForm app minimized to tray?

I ve successfully created an app that minimizes to the tray using a NotifyIcon. When the form is manually closed it is successfully hidden from the desktop, taskbar, and alt-tab. The problem occurs ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

Handle DataTable.DataRow cell change event

I have a DataTable that has several DataColumns and DataRow. Now i would like to handle an event when cell of this DataRow is changed. How to do this in c#?

Apparent Memory Leak in DataGridView

How do you force a DataGridView to release its reference to a bound DataSet? We have a rather large dataset being displayed in a DataGridView and noticed that resources were not being freed after the ...

ALT Key Shortcuts Hidden

I am using VS2008 and creating forms. By default, the underscore of the character in a textbox when using an ampersand is not shown when I run the application. ex. "&Goto Here" is not ...

WPF-XAML window in Winforms Application

I have a Winforms application coded in VS C# 2008 and want to insert a WPF window into the window pane of Winforms application. Could you explain me how this is done.

热门标签