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!

Mga DOD..
Like wenkz project ko din un waaa..
Magkaiba lang kami ng GRUPO hehe..
Tanong ko lang..
Ano po ba ang code dun sa paglalagay ng tab??...
Need kasi sa GROUP namin un..
^__^..
 
kei....medyo block na utak ko sa code.... tagal na kasi ndi nkpapag vb 6.0 install pa lang ako ngaun...
 
Mga DOD..
Like wenkz project ko din un waaa..
Magkaiba lang kami ng GRUPO hehe..
Tanong ko lang..
Ano po ba ang code dun sa paglalagay ng tab??...
Need kasi sa GROUP namin un..
^__^..

madaming klase ng tab bro, ano gusto mo tabstrip o sstab?


kei....medyo block na utak ko sa code.... tagal na kasi ndi nkpapag vb 6.0 install pa lang ako ngaun...

ano ba talaga ang balak mong gawin bro? yung program na may log-in page bago makapasok sa main. .sample lng to ha, program ay parang isang database pero before ka mkapasok sa database you need to log-in. .yun ba yun? hehe

kua cra ym q aq nlng din add mo.. [email protected]
i2 rin po number q 09072968946 slamat...

ano ang maitulong ko sayo bro?
 
^
^
^
nandito na pala si master.. tiyak masasagot na lahat ng katanungan ninyo..

:salute:
 
wow dami na pala katanungan dito..ahahaha tagal ko na di napadpad dito..sino ba may tanong diyan?..ahehehehe

PM ninyo na lang ako kung sino may gustong malaman na code..hehehe
 
Last edited:

madaming klase ng tab bro, ano gusto mo tabstrip o sstab?




ano ba talaga ang balak mong gawin bro? yung program na may log-in page bago makapasok sa main. .sample lng to ha, program ay parang isang database pero before ka mkapasok sa database you need to log-in. .yun ba yun? hehe



ano ang maitulong ko sayo bro?

tol ganun nga... log-in first para mkapasok ka sa database nya....
 
@wenks...

ganito lang yun,,

Private Sub Command1_Click()
Dim username As String
Dim password As String
username = "symbianize"
password = "sympass"
If Text1.Text = "" And Text2.Text = "" Then
MsgBox "Input Username and Password!"
ElseIf Text2.Text = "" Then
MsgBox "Input Password!"
ElseIf Text1.Text = "" Then
MsgBox "Input Username!"
Else
If Text1.Text = username And Text2.Text = password Then
MsgBox "Successful!"
Else
If Text1.Text <> username And Text2.Text <> password Then
MsgBox "Incorrect Username and Password!"
ElseIf Text1.Text <> username Then
MsgBox "Incorrect Username!"
ElseIf Text2.Text <> password Then
MsgBox "Incorrect Password!"
End If
End If
End If
End Sub

Private Sub Command2_Click()
Text1.Text = ""
Text2.Text = ""
End Sub

Private Sub Command3_Click()
End
End Sub

kaw na bahala maglagay ng mga textbox at command button..

ganyan ba bro hanap mo??
 
Mga DOD..
Like wenkz project ko din un waaa..
Magkaiba lang kami ng GRUPO hehe..
Tanong ko lang..
Ano po ba ang code dun sa paglalagay ng tab??...
Need kasi sa GROUP namin un..
^__^..
[VB6]
You have two choice of Components to use:
Microsoft Tabbed Dialog Control 6.0

or yung nasa (tab strip)
Microsoft Windows Common Control 6.0

i suggest you use the first one.
 
mga kuya! pwede nyo po ba bigyan nyo ako installer ng VB? kailangsan kase sa skull ... kailangan na namen gumawa ng sowftware weh... please? :pray:
 
@wenks...

ganito lang yun,,

Private Sub Command1_Click()
Dim username As String
Dim password As String
username = "symbianize"
password = "sympass"
If Text1.Text = "" And Text2.Text = "" Then
MsgBox "Input Username and Password!"
ElseIf Text2.Text = "" Then
MsgBox "Input Password!"
ElseIf Text1.Text = "" Then
MsgBox "Input Username!"
Else
If Text1.Text = username And Text2.Text = password Then
MsgBox "Successful!"
Else
If Text1.Text <> username And Text2.Text <> password Then
MsgBox "Incorrect Username and Password!"
ElseIf Text1.Text <> username Then
MsgBox "Incorrect Username!"
ElseIf Text2.Text <> password Then
MsgBox "Incorrect Password!"
End If
End If
End If
End Sub

Private Sub Command2_Click()
Text1.Text = ""
Text2.Text = ""
End Sub

Private Sub Command3_Click()
End
End Sub

kaw na bahala maglagay ng mga textbox at command button..

ganyan ba bro hanap mo??

same sya ng idea ko..medyo may naiba lang...try ko toh tol....
 
tulog na ko ....para fresh agad tom....hahaha....
 
nice thread! subject namin to hehehe. penge naman link ng installer ng visual basic 6.0.:)
 
bro exzibit... okie na ung log in...okei na nalabas na ung form 2...... hhhmmm.... okie next step naman ako.... mahirap na toh.... good luck sakin...
 
Last edited:
nice thread! subject namin to hehehe. penge naman link ng installer ng visual basic 6.0.:)
hehe pareho tayo kaso wala akong makitang link kaya nag hahanap ako dito kaso parang wala nmn gustong tumulong :weep:
 
bro exzibit... okie na ung log in...okei na nalabas na ung form 2...... hhhmmm.... okie next step naman ako.... mahirap na toh.... good luck sakin...

ano na ba next step bro??? hehehe.. database ba yan??
 
Ahaha..ö_ö tulong din ako sa vb medyo ok din ako dito.
 
Last edited:
Back
Top Bottom