No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
hi my friends. i have a problem with my VB 2010 ultimate. when i was create my project i cant to create it. i start to confuse. why i cant to create project from my vb. after that problem i unninstall vb 2010 ultimate. after i unninstal. i want to …
[QUOTE=zinnqu;1443837]If that is what you need to do then change the for loop to a while loop. this will allow you to set a command loop where you control the increments and allow you to wait for the input of the user. [CODE] public sub Button1_click(ByVal sender As System.Object, ByVal …
i want to make program for a quiz. i create the questions is an array, and i want that questions start at random, and never be shown again. [CODE]dim question() as String = {"OTOMATIS MENURUT KERJA MESIN", "TIDAK MENEPATI JANJI", "YANG UTAMA", "TEMPAT TINGGAL KEPALA NEGARA", "PENGURUS RUMAH SAKIT", "SUDAH …
i'm newbie from programming, what i want to ask is how to get the name from dayofweek?? [code] For cacah = 0 To 6 Dim nodeNamaHari As DayOfWeek [nodeNamaHari = cacah] Dim nodeJelasHari As TreeNode = nodeBulan.Nodes.Add(nodeNamaHari) Next [/code] that's what i try but the nodes appear just the value …
The End.