Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.2K
~4K People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for bitki_1407

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 …

Member Avatar for lordofhell
0
4K
Member Avatar for bryan110

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.

Member Avatar for brijlesh
0
335
Member Avatar for naheed

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) …

Member Avatar for antonybls
0
162

The End.