Forum: Visual Basic 4 / 5 / 6 Nov 22nd, 2008 |
| Replies: 4 Views: 877 ur logic is wrong..............i cant say bout the code ,but newton ralphson method............u ar using has the wrong logic..
x2=x-(func/deriv)
this is the actual logic of newton ralphson... |
Forum: Visual Basic 4 / 5 / 6 Nov 22nd, 2008 |
| Replies: 23 Views: 1,576 yes it seems so, but i think it will not do any problem for the pause command |
Forum: Visual Basic 4 / 5 / 6 Nov 20th, 2008 |
| Replies: 23 Views: 1,576 do a thing ..................
use the unload command after the
frmenter.Visible = True
line.
the error u describe is just the opposte of waht it shold be withthis code.so just tey that.. |
Forum: Visual Basic 4 / 5 / 6 Nov 15th, 2008 |
| Replies: 8 Views: 1,245 Ya , rite that is the way to do the program. the code works fine |
Forum: Visual Basic 4 / 5 / 6 Nov 14th, 2008 |
| Replies: 8 Views: 1,245 u try the code snippet:
Private Sub cmdSwitch_click()
if picture1.picture ="D:\hehe\Winter.jpg" then
picture1.picture = LoadPicture("D:\hehe\Sunset.jpg"
else
picture1.picture =... |