Hi guyzZz,..

How can I send a string into my POS POLE Display...???
Idea and Some Source Code is appreciated...

TnkXx....

Recommended Answers

All 2 Replies

How can I send a string into my POS POLE Display...???

A pole display is like any other device.

Printer.Print

MsgBox "Hello, World"

You need to have an object that has methods, properties, and or events. A pole display is an object. But VB6 has no built in code that I know of for pole displays. So you probably need to load libraries, references, or components that will supply you with the those properties.

Usually the manufacturer supplies those as plugins (ActiveX controls:e.g. ocx files, Dynamic Link Libraries: dll's, or servers: executables that will respond and serve data back to the VB program.

If all else fails, you should read the manual that came with your pole display.

How to customer display code in visualfoxpro

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.