NewUserQuestions
If you have a question about this wiki and can't find the answer, edit this page and add your question. People who know the answers will periodically check in here and point you in the right direction.
-----
Q. How do I get started with this wiki?
A. Read http://zwiki.org/UsersGuide.
Q. How do I create a new page? (eg EnterpriseInstallation)
A. There are at least two ways. The first is to write a WikiWord in your text, and the second is to wrap one or more words in square brackets. Then when you save that text you'll notice a small blue question mark at the end of your new link. Click on that question mark and a new page will be created with the name you requested.
how to make interface of vb with mapinfo --saleem, Tue, 23 May 2006 01:19:42 -0500 reply
i want to make interface of visual basic with mapinfo so that i can run command from vb6 form and the corresponding result is shown to me
Integrating mapinfo in my application --Dmitry, Fri, 15 Sep 2006 01:52:27 -0500 reply
i integrated the mapinfo map(.tab) in my application.Add user buttons what activate different instrumental panels.Add next step i need recieve data about point(x,y) at map, where user using instrument(for example selector tool).In documentation written what i need write callback function receiving one argument by type string.
Before use function need redefine toolbutton:
MapinfoObject?.Do("Alter ButtonPad? ID 1 Add TollButton? ID 1701 Calling OLE \"MyCallBack?\" ");
.Inside this function work with receiving data (Example:
public void MyCallBack?(string s)
{
int x=MapinfoObject?.Eval("CommandInfo?(1)");
...some code
}
)
But this examlpe is bad and dont work.
So my question: What need do what i may receive data about point where user
uses tool instrument?
Book not have example in my question.
Thanks.
p.s. sorry for my bad english
Is this meant to be a questions forum? --kevins1966, Mon, 16 Oct 2006 04:14:21 -0500 reply
Hi - is this wiki meant to be a forum for posting questions for advice. eg if I have an issue in mapBasic I can't resolve, can I use the wiki to ask for help and advice?
What kind of information most have a table --jaesquivel2007, Thu, 14 Feb 2008 13:14:05 -0600 reply
I need to know what kind of information i most have in a table to mapping the data, that i want. Or i most have another table whit coordenate and do the mapping across this.