Hi Everyone
 
I am developing a page which will take User BirthDay Date and Time.
 
When user submits the form I am storing the User Info with its SUn Sign ID, 
Moon SIgn ID, Ascendants Sign ID.
 
I am calculating this Sign ID using Swiss Ephemeris dll (vb.net)
 
You can find details of the dll on this link
http://www.astro.com/swisseph/[^ <http://www.astro.com/swisseph/>]
 
I am not getting which function in this dll will return these sign id.
 
*Please anyone can help me out. Please find which function will return this 
id's and how to use it using Platform Invoke.*
 
*Code Example: Other funtion which I use using this dll*
 Collapse | Copy 
Code<http://www.codeproject.com/Answers/471903/UseplusSwissplusEphemerisplustopluscalculateplussu?cmt=335213#>

<DllImport("swedll32.dll", CharSet:=CharSet.Ansi, 
EntryPoint:="swe_rise_trans")> _
    Private Shared Function xyz_swe_rise_trans(ByVal tjd_ut As Double, ByVal 
ipl As Integer, ByVal starname As String, ByVal epheflag As Integer, ByVal rsmi 
As Integer, ByVal geopos As Double(), _
 ByVal atpress As Double, ByVal attemp As Double, ByVal tret As Double(), ByVal 
serr As StringBuilder) As Integer
    End Function

-- 
You received this message because you are subscribed to the Google
Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML
Web Services,.NET Remoting" 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/dotnetdevelopment?hl=en?hl=en
or visit the group website at http://megasolutions.net

Reply via email to