Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ssv123

  1. ssv123

    Conversion of f90VB code to compaq visual fortran f90code

    Hi All, I have this f90VB code, actually it should be compatible with the compaq visual fortran but I am getting errors saying the oleinitialize(),GetActiveOleObject(), and few more functions as type does not exist and should have an explicit type. I am not knowing what to do, Could any one...
  2. ssv123

    Problem in accessing combo box elements

    Hi, I am having a Combobox in which i have added few strings. do i = 1, 10 ret = DlgGet(dlg,IDC_COMBO,str) if(str=='A') then functionA(i).alphabet= str elseif(str=='B') then fuctionA(i).alphabet= str endif enddo Asume there are only 2 strings added A and B, then Now my problem is...
  3. ssv123

    How can I make an arc with these points

    Hi , I am having 3 points which on joining form a triangle with 3 lines, but I want to draw an arc joining the big side to make a semicircle instead of 2 sides for the triangle. call moveto_w(wx11,wy11,wxy) status = lineto_w(wx6,wy6) call moveto_w(wx3,wy3,wxy) status = lineto_w(wx11,wy11)...
  4. ssv123

    How do I draw a line joining 2 windows coordinates

    Thankyou very much for your help.
  5. ssv123

    How do I draw a line joining 2 windows coordinates

    Hi, I am having (wx1,wy1)(wx2,wy2)(wx3,wy3)(wx4,wy4)Actually they are the coordinates of the square. I have these statements like call moveto_w(wx1,wy1,wxy) status = lineto_w(wx1,wy1) call moveto_w(wx2,wy2,wxy) status = lineto_w(wx2,wy2) call moveto_w(wx3,wy3,wxy) status = lineto_w(wx3,wy3)...
  6. ssv123

    How can i draw elliptical figures in a circle

    i am having a cirlce with an elliptical figures in side the circumference of the circle. I now want to draw these ellipticalfigures .But I am not able to draw these different shape of figures could any one help me with the code The figure i want to draw are a rectangle with 2 semi circles...

Part and Inventory Search

Back
Top