473,403 Members | 2,366 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,403 software developers and data experts.

Use vb2005 to detect the pen driver

I am doing a final year project for my school and is going to provide
for an organization, so I am asking for some help on here.

Indeed, I have no idea on how to get the input from my pen driver and
use on vb2005 as when I activate the pen driver, it will run its own
program itself and when I deactivate it, it become a mouse.

Therefore, I need to find out how to use the pen to write words on the
vb2005 program instead of being either a mouse or a pen in its
program.

I want to use the pen to write in vb2005, what can I do and what shall
I do?

It is quite urgent, please help me.

Feb 28 '07 #1
9 2004
On Feb 28, 9:45 am, erickwa...@yahoo.com.hk wrote:
I am doing a final year project for my school and is going to provide
for an organization, so I am asking for some help on here.

Indeed, I have no idea on how to get the input from my pen driver and
use on vb2005 as when I activate the pen driver, it will run its own
program itself and when I deactivate it, it become a mouse.

Therefore, I need to find out how to use the pen to write words on the
vb2005 program instead of being either a mouse or a pen in its
program.

I want to use the pen to write in vb2005, what can I do and what shall
I do?

It is quite urgent, please help me.
Hmm... let's think about this:

You have a mouse emulator that you need to detect when it moves. What
event handles this?

You need to draw lines when the mouse moves. What namespace contains
these classes?

That's about all the help I'll give for a school question.

Thanks,

Seth Rowe

Feb 28 '07 #2
My pen is inputted in a USB device and is being used together with my
mouse in the computer.

What I indeed what to do is:

When I start running my vb2005 program, my mouse can still be used.
Also, when I use the pen and write or draw something on the pen pad, I
can receive the signal on a specific area in the program.

But since I can't get the open source from the writing pad, I think I
have to work on the pen's specific .exe program(DrawObj.exe?,
pphidpad.exe?, sort_box.exe?) (I dunno which executable file I should
run to receive the signal from the pen and used it in the program)

How can I receive the signal from a USB device(pen drive detection)
and use the pen's specific part(drawing) on my vb2005 program. Please
help.

Feb 28 '07 #3
On Feb 28, 10:16 am, erickwa...@yahoo.com.hk wrote:
My pen is inputted in a USB device and is being used together with my
mouse in the computer.

What I indeed what to do is:

When I start running my vb2005 program, my mouse can still be used.
Also, when I use the pen and write or draw something on the pen pad, I
can receive the signal on a specific area in the program.

But since I can't get the open source from the writing pad, I think I
have to work on the pen's specific .exe program(DrawObj.exe?,
pphidpad.exe?, sort_box.exe?) (I dunno which executable file I should
run to receive the signal from the pen and used it in the program)

How can I receive the signal from a USB device(pen drive detection)
and use the pen's specific part(drawing) on my vb2005 program. Please
help.
One step at a time.

Does the pen emulate a mouse or not?

Thanks,

Seth Rowe

Feb 28 '07 #4
On 2月28日, 下午11時32分, "rowe_newsgroups" <rowe_em....@yahoo.comwrote:
On Feb 28, 10:16 am, erickwa...@yahoo.com.hk wrote:


My pen is inputted in a USB device and is being used together with my
mouse in the computer.
What I indeed what to do is:
When I start running my vb2005 program, my mouse can still be used.
Also, when I use the pen and write or draw something on the pen pad, I
can receive the signal on a specific area in the program.
But since I can't get the open source from the writing pad, I think I
have to work on the pen's specific .exe program(DrawObj.exe?,
pphidpad.exe?, sort_box.exe?) (I dunno which executable file I should
run to receive the signal from the pen and used it in the program)
How can I receive the signal from a USB device(pen drive detection)
and use the pen's specific part(drawing) on my vb2005 program. Please
help.

One step at a time.

Does the pen emulate a mouse or not?

Thanks,

Seth Rowe- 隱藏被引用文字 -

- 顯示被引用文字 -



yes, it does.

A mouse press a click = pen double click

mouse double click = pen click 3 times

The pen comes from a writing pad device

thx thx

Feb 28 '07 #5
yes, it does.

A mouse press a click = pen double click

mouse double click = pen click 3 times

The pen comes from a writing pad device

It is the case before the writing pad program runs

When the writing pad program runs, the pen can only be a kind of
Chinese word input method(only can write on the writing pad) and
cannot use as a mouse anymore

Hope this information may help you to solve my problem

I am still worrying on my project

Thank you for helping me

Feb 28 '07 #6
On Feb 28, 10:52 am, erickwa...@yahoo.com.hk wrote:
yes, it does.

A mouse press a click = pen double click

mouse double click = pen click 3 times

The pen comes from a writing pad device

It is the case before the writing pad program runs

When the writing pad program runs, the pen can only be a kind of
Chinese word input method(only can write on the writing pad) and
cannot use as a mouse anymore

Hope this information may help you to solve my problem

I am still worrying on my project

Thank you for helping me
Ok, is the program you are developing supposed to just allow the user
to draw characters on the screen or is it supposed to be a text
recognition program? (i.e. you write a chinese symbol and then
converts your movements into actual text).

Thanks,

Seth Rowe

Feb 28 '07 #7
On 3月1日, 上午12時38分, "rowe_newsgroups" <rowe_em....@yahoo.comwrote:
On Feb 28, 10:52 am, erickwa...@yahoo.com.hk wrote:


yes, it does.
A mouse press a click = pen double click
mouse double click = pen click 3 times
The pen comes from a writing pad device
It is the case before the writing pad program runs
When the writing pad program runs, the pen can only be a kind of
Chinese word input method(only can write on the writing pad) and
cannot use as a mouse anymore
Hope this information may help you to solve my problem
I am still worrying on my project
Thank you for helping me

Ok, is the program you are developing supposed to just allow the user
to draw characters on the screen or is it supposed to be a text
recognition program? (i.e. you write a chinese symbol and then
converts your movements into actual text).

Thanks,

Seth Rowe- 隱藏被引用文字 -

- 顯示被引用文字 -

Indeed, it is a text recognition program so I need the help of pen to
write words on my program.

I need to know how to use the pen in my program in order to continue
my progress, but I don't know how to continue

So is there any codes which can let me achieve this?

1. by detecting the usb devices and use the executable files in the
installed writing pad
or
2. Directly capture the result when I run the writing pad

But I don't know how to do either one of them above, so please help

Feb 28 '07 #8
On Feb 28, 1:09 pm, erickwa...@yahoo.com.hk wrote:
On 31, 銝1238, "rowe_newsgroups" <rowe_em...@yahoo.comwrote:
On Feb 28, 10:52 am, erickwa...@yahoo.com.hk wrote:
yes, it does.
A mouse press a click = pen double click
mouse double click = pen click 3 times
The pen comes from a writing pad device
It is the case before the writing pad program runs
When the writing pad program runs, the pen can only be a kind of
Chinese word input method(only can write on the writing pad) and
cannot use as a mouse anymore
Hope this information may help you to solve my problem
I am still worrying on my project
Thank you for helping me
Ok, is the program you are developing supposed to just allow the user
to draw characters on the screen or is it supposed to be a text
recognition program? (i.e. you write a chinese symbol and then
converts your movements into actual text).
Thanks,
Seth Rowe- 梯鋡怠冽* -
- 憿舐內鋡怠冽* -

Indeed, it is a text recognition program so I need the help of pen to
write words on my program.

I need to know how to use the pen in my program in order to continue
my progress, but I don't know how to continue

So is there any codes which can let me achieve this?

1. by detecting the usb devices and use the executable files in the
installed writing pad
or
2. Directly capture the result when I run the writing pad

But I don't know how to do either one of them above, so please help
Would this be a bad time to say "Good Luck"?

Capturing input from another application is tricky business, and I'm
no expert on it. I would suggest doing some searches in this
newsgroup's archive for something like "capture input in another
program" perhaps you will come across a sample that will help.

Thanks,

Seth Rowe

Feb 28 '07 #9
can anyon help me the programming part

or any idea about it?

Please help

Mar 1 '07 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Stephane Belzile | last post by:
Is there a way I can detect in vb.Net the power has switched to a UPS unit in case of power failure? Thanks
2
by: dever | last post by:
I checked my color printers's Printersettings.SupportsColor, which all showed false. What is wrong that I could not use this property. Also, what other way to detect if a printer is color...
1
by: zacks | last post by:
I am using the Microsoft Excel driver (DriverID 790) to process data in an Excel spreadsheet. One of the columns is money, but was orinally formatted as General. So a value in the spreadsheet of...
2
by: Miles | last post by:
I have a VB2005 application that has the need to read FoxPro 2.5 DBF/CDX files. I have the code (below) that opens the connection, but there are never any records, nor errors, reported... Can...
2
by: Galen Somerville | last post by:
A call to a third party dll, which will call back, requires an hWnd and a 16 bit sub address. Yes this was designed for VB6. Addressof and delegates and all that good crap doesn't help. The...
2
by: Yoavo | last post by:
Hi, How can I retrieves the Graphic Card name and the Driver version ? thanks, Yoav.
1
by: erickwan88 | last post by:
I am doing a final year project for my school and is going to provide for an organization, so I am asking for some help on here. Indeed, I have no idea on how to get the input from my pen driver...
15
by: Aalaan | last post by:
I am presently a user of classic vb6 and hang out on those newsgroups. Some of you may be aware that there is a very anti MS and vb2005 feeling there. I have tried to get them to tell me which...
1
by: Vae07 | last post by:
Ok so here is a brief summary of my problem. I need a pop up form that submits input text box information to a pocket excel workbook upon a command botton click. Text box inputs are checked for...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.