No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Re: Since you declared the variables as integers, you could convert the string values to integer by using cInt function. try like this num1 = cint(txt1.text) num2 = cint(txt2.text) num3 = cint(txt3.text) num4 = cint(txt4.text) avg = cint(cint(num1 + num2 + num3 + num4) / 4) this should work without any … | |
Re: Till the connection get success or failure, the application will look like hang, then why do u want to put sleep or doEvents functions. instead, you can show the progress in progress bar untill the successfull connection. Cheers, bls. | |
Re: i guess ur question is not clear. VB will not help u that much to create the swf file, u can convert some files to swf. if i understood correctly, follow this... - create ur swf file by using Macormedia Flash.(you can animate the image, also including audio also possible) … |
The End.