Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

Exclusively for Visual Basic 6.0 Programmers Only!

Re: Pwede po ba itong gusto kong mangyari ?

GOOD AFTERNOON, Mga ka SB.. ask ko lang kung paano, kapag nag click ako ng Button sabay magmomove sa next item ng combobox yung value nya (See Attched Picture)

Ex.
5/10/2006 yung TEXT ng combobox then kapag nag click ako ng button magiging 5/11/2006 yung TEXT ng combobox.. bale NEXT ITEM lang.. thx

Try this one....

Private Sub Command1_Click()
If Combo1.ListIndex = (Combo1.ListCount - 1) Then

'Combo1.ListIndex = 0 'Select 1st Value

Combo1.ListIndex = -1 'Or Select None
Else
'Increment ListIndex
Combo1.ListIndex = Combo1.ListIndex + 1
End If

End Sub

My suggestion, if you're working with dates. You can use DTPicker Control with UpDown Property set to true.

Try mo lang, wala ng coding na gagawin tulad ng sa combo box. :)
 
Idol,.. Ung codes po nadelete na daw po... pwede paenge po ulit ng madadownload nung codes..
god bless
 
newbie lng ako sa vb.. ask ko lng kung parehas ba ung vb.net and vb6???
 
newbie lng ako sa vb.. ask ko lng kung parehas ba ung vb.net and vb6???

Bago vb.net ay vb6 muna parang ganito

"windows xp" nag update naging "windows 7" tapos "windows 8" :thumbsup:

VB.NET is the next generation of VB6

pareho lang, "ANG KASO" may mga nadagdag at na-update, na improve na sa vb.net. (features and many more..)

Try to read this Articles:
http://social.msdn.microsoft.com/Fo.../what-is-the-difference-between-vb6-and-vbnet

http://www.thescarms.com/vbasic/vb6vsvbnet.aspx
 
pwede pa request need kc ng friend ko ng slideshow using visual basic

if kpag inistart mo ung button sa form1.. automatic mag sstart na ung slideshow sa form2 with music.. parang naka timer naka set bawat picture hindi sya sabay sabay lumalabas.. un lang po elp namn Please :D


Maraming salamat.. :) :praise: :praise: :praise: :praise: :praise: :salute:
 
pa help naman panu ba i connect ung combobox ng vb 6.0 sa sql nid ko para sa election system ko pls :):weep:
 
iba naman ung code ng vb 2008 sa vb 6.0 ehh meron ban gmarunong mag vb 6.0 dyan pa help namna po nid lang talga pa connect ng combobox sa sql
+

select Fname from table1

while not rs.eof

with combo1
.additem rs!Fname
rs.movenext
end with

wend
 
anu puba magandang gawing app na pwede magamit sa math..? pls suggest
 
Back
Top Bottom