No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Please help me, I have fields in my database with a name of address when i put it on a textbox it was chopped when it load to the textbox, For example my address was San Diego California When I put it to a textbox it will show only "San", …
Please help me to solve this problem beacause it is not working the form2 dont show when i click the NO button please help me. if you have any suggestion about my code please tell me!! Form2_Unload() box=msgbox("Do you want to exit",vbYESNO,"Exit?") if box=yes then unload me else form2.show end …
I want to learn about vb.net but i dont know how to start it. Please give me some basic sample for a beginner of vb.net codes
//Try this but the focus must be on that object If KeyAscii = 27 Then unload me End If
The End.