CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Jan 2006
    Posts
    42

    Calculator Functions

    hii guys,
    thanks for all the help in My first ever VB based application for a company.
    the project was for the interface between microcontroller and PC , it was not possible without great help from all the codegurus .

    F-E Function availability in Visual Basic
    But still some enhanced features are needed . like the floating point number which i receive is in the format 1.234E-04 , and same is shown on textbox,
    is there any ready function to convert it into 0.0001234 .
    This is Referrred as F-E in Scientific Calculators,

    Secondly why cant we use same MSCOMM object for 2 different Child Forms.
    yogi
    Last edited by yogesh_gothe; March 2nd, 2006 at 04:02 AM. Reason: Title Change

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured