Search the Community
Showing results for tags 'vb.net'.
The search index is currently processing. Current results may not be complete.
Found 3 results
-
saya tak tahu macam mana nak buat coding untuk validation password. dia ada 1 button sahaja iaitu button sign in pada interface. hanya 2 user sahaja yang dibenarkan sign in dan interface akan memaparkan gambar user yang log in.... This program only allows two users to sign-in which means, we have to set the username and password in the program itself. User1 Username: Felix Password: sand User 2 Username: Hendry 3 Password: flower 4. Use If…else if statements to verify which user is signing in. 5. When the user clicks the button Sign In, it will prompt user to enter the first name. (Set in your program the username is “Felix”). 6. After entering the first name, it will prompt again asking for password. (Set in your program the password is “sand”). If the user entered the correct values for first name and password, it will display the message box greeting the user’s name as follow "hello felix!Ready to play
-
Salam, Aku nak create satu function yang akan check size file. Aku tak perlukan size file yang sebenar kerana function ni cuma perlu check adakah file tersebut lebih besar daripada size yang ditetapkan atau tidak. Ideanya begini; function ni akan read file ni by chunck of data. Let say file tu bersize 1GB. Kalau gunakan GetFileSize(), sudah tentu mengambil masa yang lama untuk dapatkan size file tersebut. Ini akan merugikan masa kerana aku hanya perlu tahu adakah file tersebut bersize lebih daripda 10MB? Kalau file lebih daripada 10MB, function akan return true dan return false kalau kurang daripada 10MB. Dengan membaca file by chunck, let say 1024byte on each chunck, kalau total read chunck size lebih daripada 10MB, then automatically return true tanpa perlu baca chunck seterusnya. So, nak tanya macam mana nak read file by chunck? Kalau ada contoh, lagi bagus. Atau kalau ada mana-mana references ke..
-
[img]D:\Untitled.jpg[/img]salam...aku ada masalah ngan vb.net tapi nak post gambar kat sini cam ner eh???