Awesome Chris but no joy.

I added IPPort to NSBasic desktop which exhibits the same no-
properties problem as NSBasic CE but it did show an "ok" number when 
I added a textbox and set its text to IPPort1.ok

I then wrote this tiny app:

AddObject "IPWorks.IPPort","ipport1"
ipport1.ok = "31504<hugenumber>"
Sub form1_load
textbox1.Text = ipport1.ok
End Sub

The same app on the desktop NSBasic shows the OK number but on the CE 
machine it complains the object doesn't exist.

I then manually copied the ipport50.ocx from the Arm directory to the 
CE device and used regsvrce to register it. Now it does find the ocx 
and promptly tells me its an unregistered evaluation version and 
the "OK" number is blank. This could be because the OK number is from 
the control VB6 uses instead of the Arm version.

What I expected to happen was that once IP*Works was installed on the 
desktop machine that all I would have to do is add the control to my 
form and NSBasic would take care of installing it on the CE machine 
(not saying its supposed to do this, just that this is what I thought 
it would do).

One thing I did notice. After adding the control to the NSB Controls 
bar it shows up as a default icon instead of the NSoft version (they 
show up in VB fine) and the path in the activex manager points to 
the "lib" directory version of the control instead of either X86 or 
ARM even though I specifically browsed to the Arm directory and 
selected the ocx there.

I also tried browsing to the X86 and Lib versions of the ocx but the 
resulting path (and results on the CE device) never changed.


--- In [EMAIL PROTECTED], "Chris Kenworthy" 
<[EMAIL PROTECTED]> wrote:
>
> Alright, I actually emailed someone at /n software support about 
> this, and got a fairly prompt and helpful reply, which I'll quote 
in 
> part for the benefit of the group:



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nsb-ce" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to