3
Answers

OCX Connecter

Hi
I have one POS System in MS Dyanamic NAV. I have Dual screen pc.
On my one screen OCX control are run. When I pass the data from
MS Dyanamic NAV to OCX it display some information.
Now I want to create one connector for this using .NET
How can I do this ?

1) Creating windows service.

2) Creating COM Application.

Which is the best way to do this ?
Answers (3)
0
abed akhi

abed akhi

NA 57 23.5k 12y
Hi, as for the text-align:center

I replaced it with <center>...</center>

and it worked, thanks.
0
abed akhi

abed akhi

NA 57 23.5k 12y
Hi,

so for the float I replaced it with :

.inline
{
    
    display:inline-block;
    display:-moz-inline-box;
    vertical-align:top;
    
 }

and it worked on all the browsers but what about the text-align:center how should I fix it?