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...
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...
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)...
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)...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.