Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~862 People Reached
Interests
Programming
Favorite Tags
Member Avatar for leoimperial

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", …

Member Avatar for Thirusha
0
78
Member Avatar for ryan_vietnow
Member Avatar for yangmuai
0
86
Member Avatar for leoimperial

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 …

Member Avatar for scudzilla
0
167
Member Avatar for leoimperial

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

Member Avatar for waynespangler
0
429
Member Avatar for stanwaka

Hi people. I've been writing a little application and I want the user to be able to exit a form by pressing ESC key. I have tried a this so far but no joy: [code] Private Sub frmMenu_KeyPress(KeyAscii As Integer) If KeyAscii = 27 Then KeyAscii = 0 End End …

Member Avatar for leoimperial
0
102