Click here to Skip to main content
15,915,702 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Cfile write problem Pin
aei_totten14-Jul-08 8:37
aei_totten14-Jul-08 8:37 
QuestionRe: Cfile write problem Pin
aei_totten14-Jul-08 9:27
aei_totten14-Jul-08 9:27 
GeneralRe: Cfile write problem Pin
aei_totten14-Jul-08 9:29
aei_totten14-Jul-08 9:29 
AnswerRe: Cfile write problem Pin
Mark Salsbery14-Jul-08 9:52
Mark Salsbery14-Jul-08 9:52 
GeneralRe: Cfile write problem Pin
aei_totten14-Jul-08 10:30
aei_totten14-Jul-08 10:30 
GeneralRe: Cfile write problem Pin
led mike14-Jul-08 11:11
led mike14-Jul-08 11:11 
QuestionHelp PenTable (Diy) Pressure data. Pin
motivinteractive14-Jul-08 6:58
motivinteractive14-Jul-08 6:58 
AnswerRe: Help PenTable (Diy) Pressure data. Pin
led mike14-Jul-08 8:55
led mike14-Jul-08 8:55 
motivinteractive wrote:
But, I do not see how you can send to the system/software (Photoshop, paint ,...) data with the pressure of the pen to draw. I suppose that will be a standar,


I think you are looking for the Wintab specification for drivers.

http://www.smartcomputing.com/editorial/article.asp?article=articles/archive/r0403/06r03/06r03.asp&guid=[^]

Software. Without appropriate software support, no peripheral can communicate with the computer. In the case of digital tablets, this means each program must support the tablet with an API (Application Program Interface), and each tablet must include a software driver.

The application developer is responsible for implementing the AP correctly. Wintab is the most popular tablet API in use. Developers can add the Wintab API to their application and support almost any tablet on the market today. API's are often specific to a category, such as tablets, but are not device specific. (For more information, see "Programming Foundations" in this issue.)

Software drivers, on the other hand, are device specific. Each device has different features and speaks a slightly different language. Each driver is written for a specific tablet and translates the tablet's language into something Wintab can understand. This lets developers implement support for a wide range of tablets without having to write support for several different devices.


led mike

QuestionMouse events for Bitmapbutton Pin
bhanu_850914-Jul-08 5:10
bhanu_850914-Jul-08 5:10 
AnswerRe: Mouse events for Bitmapbutton Pin
led mike14-Jul-08 5:35
led mike14-Jul-08 5:35 
QuestionRe: Mouse events for Bitmapbutton Pin
bhanu_850914-Jul-08 20:27
bhanu_850914-Jul-08 20:27 
AnswerRe: Mouse events for Bitmapbutton Pin
bhanu_850914-Jul-08 23:59
bhanu_850914-Jul-08 23:59 
Questiontimer in MFC application Pin
ashishmax4714-Jul-08 2:01
ashishmax4714-Jul-08 2:01 
AnswerRe: timer in MFC application Pin
sudhir_Kumar14-Jul-08 2:09
sudhir_Kumar14-Jul-08 2:09 
AnswerRe: timer in MFC application Pin
CPallini14-Jul-08 2:10
mveCPallini14-Jul-08 2:10 
GeneralRe: timer in MFC application Pin
Mark Salsbery14-Jul-08 5:58
Mark Salsbery14-Jul-08 5:58 
GeneralRe: timer in MFC application Pin
CPallini14-Jul-08 8:27
mveCPallini14-Jul-08 8:27 
GeneralRe: timer in MFC application Pin
ThatsAlok15-Jul-08 3:46
ThatsAlok15-Jul-08 3:46 
AnswerRe: timer in MFC application Pin
Atropus14-Jul-08 2:19
Atropus14-Jul-08 2:19 
AnswerRe: timer in MFC application Pin
_AnsHUMAN_ 14-Jul-08 2:22
_AnsHUMAN_ 14-Jul-08 2:22 
GeneralRe: timer in MFC application PinPopular
CPallini14-Jul-08 2:27
mveCPallini14-Jul-08 2:27 
GeneralRe: timer in MFC application Pin
_AnsHUMAN_ 14-Jul-08 3:02
_AnsHUMAN_ 14-Jul-08 3:02 
GeneralRe: timer in MFC application Pin
CPallini14-Jul-08 8:25
mveCPallini14-Jul-08 8:25 
GeneralRe: timer in MFC application Pin
ThatsAlok15-Jul-08 3:53
ThatsAlok15-Jul-08 3:53 
GeneralRe: timer in MFC application Pin
ThatsAlok15-Jul-08 3:52
ThatsAlok15-Jul-08 3:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.