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!

101 Visual Basic and C# Code Samples for Visual Studio .Net

Status
Not open for further replies.
Salamat po sir! Astig. Gusto ko rin kas matuto kaso medyo mahal bumili ng libro tapos mahirap makakita ng magandang tutorial sa internet. More power po sa inyo :D
 
boss penge naman ng software ng visual studio 6.0 and visual basic
 
maraming salamat dito sir.... big help to pra sa nagsi2mula p lng vb.net
 
:thanks: salamat dito ts. kala ko invalid yung download link kailangan pala magregister muna :slap: :thanks: again!
 
patulong naman po..

yun usercontrol ko, lumalabas sa panel sa from ko.
ito po kasi gusto kong mangyari, pag ni click ko yung button sa ribbon ko sa form, mag eenable yung textbox ko sa usercontrol..

ito po code sa form..

Private Sub btnNewInvoice_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnNewInvoice.Click
Dim bLoad As Boolean = True
Dim f As New uscPOS

If UIPanel.HasChildren Then
If Not TypeOf (UIPanel.Controls(0)) Is uscPOS Then
bLoad = False
End If
Else
bLoad = False
End If

If bLoad Then
f.btnNewInvoice.PerformClick()
f.txtCustomerName.Enabled = True
End If
End Sub

ito yung code sa usercontrol.

Private Sub btnNewInvoice_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnNewInvoice.Click
Dim y = MsgBox("na access mo ko!", MsgBoxStyle.YesNo)
If y = vbYes Then
txtCustomerName.Enabled = True
txtCustomerAddress.Enabled = True
txtContactNo.Enabled = True
End If

End Sub

trial and error lang yung silbi nung performclick.

lumalabas yung msgbox pero hindi niya na inii-enable yung textbox!
hindi ko alam kung bakit..:upset:
 
patulong naman po..

yun usercontrol ko, lumalabas sa panel sa from ko.
ito po kasi gusto kong mangyari, pag ni click ko yung button sa ribbon ko sa form, mag eenable yung textbox ko sa usercontrol..

ito po code sa form..

Private Sub btnNewInvoice_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnNewInvoice.Click
Dim bLoad As Boolean = True
Dim f As New uscPOS

If UIPanel.HasChildren Then
If Not TypeOf (UIPanel.Controls(0)) Is uscPOS Then
bLoad = False
End If
Else
bLoad = False
End If

If bLoad Then
f.btnNewInvoice.PerformClick()
f.txtCustomerName.Enabled = True
End If
End Sub

ito yung code sa usercontrol.

Private Sub btnNewInvoice_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnNewInvoice.Click
Dim y = MsgBox("na access mo ko!", MsgBoxStyle.YesNo)
If y = vbYes Then
txtCustomerName.Enabled = True
txtCustomerAddress.Enabled = True
txtContactNo.Enabled = True
End If

End Sub

trial and error lang yung silbi nung performclick.

lumalabas yung msgbox pero hindi niya na inii-enable yung textbox!
hindi ko alam kung bakit..:upset:


na test mo n ba yung code mo kung pumapasok sa condition mo para mas madali ang pag debug mo.... boolean lng naman condition mo kya m debug mo agad....
 
panu ba gamitin yan mga boss..hihimatayin n q kakagawa ng project n website..d aq mkagawa :thanks: s feedback
 
may sample po ba kayo dyan ng raffle? SS lang po need. Kung wala, ideas lang po sa GUI. Thanks.
 
famillar po ba kayo sa file na ito ? yyncsiwkgz..vbs gumagawa ng mga links at binabago folders.. hindi ko po ma delete manually sa drive ko.. tried to decode pero un successfull parin.. need help po sana sa mga experts
 
famillar po ba kayo sa file na ito ? yyncsiwkgz..vbs gumagawa ng mga links at binabago folders.. hindi ko po ma delete manually sa drive ko.. tried to decode pero un successfull parin.. need help po sana sa mga experts
up q e2.. ganito dn nangyari sa flash drive q tpos ng sinalpak q sa laptop q ndamay dn iba qng flash drive kapag cnasalpak sa laptop.. help po.. salamat
 
Here, I'm sharing my corner stone in developing my most of VS .Net Projects... Para ito sa mga kapawa kung gusto matotong gumamit ng Visual Studio .Net..

Marami kayong makikitang Basic to Complex Examples.. Hope this Helps...
 
Status
Not open for further replies.
Back
Top Bottom