Ready for Programming

Wednesday, 2 April 2014

AnmolLipi to Asees Font Convertor (AtoA)


Click here to download the AnmolLipi to Asees Convertor Source Code in VB6
Posted by Deep at 11:51 pm 1 comment:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Posts Older Posts Home
Subscribe to: Comments (Atom)

Followers

Popular Posts

  • Sutherland Hodgman Polygon Clipping
    Write C/C++ program to implement the Sutherland Hodgman polygon clipping algorithm. Using this program clip the polygon against the rectang...
  • JSON Writer in VB6 (Fast & Efficient)
    'Please read disclaimer before using this code.  Option Explicit         Dim s As String                 ' Used for Storing JSO...
  • DDA Algorithm using OpenGL
    Write a C/C++ program (USING OpenGL) to implement DDA algorithm for line generation. Use this algorithm to draw a line with endpoints (2, 3...
  • Assembly language program to read an array of numbers and find the minimal and maximal elements
    ;Asm program to compare an array to find minimal and maximum number ;maximal no. is stored in ah and minimal in al at the end of program ...
  • Evaluator in VB6.0
    Evaluator in VB6.0 Option Explicit Dim st As New Stack Function Evaluate(ByVal str As String) As Double     Dim word As String     ...
  • Fastest Functions to check whether a Table or Field exists in a Database (VB6)
    Fastest Functions to check whether a Table or Field exists in a Database Public Function isTableExists(con As ADODB.Connection, Table As ...
  • JSON Parser in VB6 (Fast & Efficient)
    'Please read disclaimer before using this code. Option Explicit Dim que As String Public Sub Add(s As String)     que = que ...
  • Function to find Prime Numbers upto n (in Javascript)
    function getPrime(n){ var primes=[]; var c; if(n>1){ primes[0]=2; if(n>2){ primes[1]=3; c=2; for(var i=5;i...
  • Match Stick Game in C/C++
    Match Stick Game in C/C++ Click here to download it
  • Using New for Object Creation with Dim v/s Set Command (Visual Basic 6)
        To Understand it, see the example given below     For i = 1 To 10         Dim c As New Collection            'executed only onc...

Blogroll

Visitor No.

Blog Archive

  • ►  2019 (6)
    • ►  July (1)
    • ►  February (3)
    • ►  January (2)
  • ►  2018 (6)
    • ►  June (5)
    • ►  May (1)
  • ►  2017 (3)
    • ►  September (2)
    • ►  August (1)
  • ►  2016 (4)
    • ►  March (4)
  • ▼  2014 (5)
    • ▼  April (1)
      • AnmolLipi to Asees Font Convertor (AtoA)
    • ►  March (4)
  • ►  2013 (27)
    • ►  April (3)
    • ►  March (24)

Blogger templates

Blogger news

Search This Blog

Disclaimer

The author assumes no responsibility or liability for any errors or omissions in the content of this site. The information contained in this site is provided on an “as is” basis with no guarantees of completeness, accuracy, usefulness or timeliness. Any action you take upon the information on this website is strictly at your own risk and we will not be liable for any losses and damages in connection with the use of our website.
Awesome Inc. theme. Powered by Blogger.