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
~3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Lida_pink

How can I show these numbers exactly the same on the form? (By clicking on a command button and printing them on the form) Thanks in advance everyone :) (btw, I'm a beginner so please use the easiest way) ;) ( The "*" character means space. I actually need SPACE …

Member Avatar for abu taher
0
86
Member Avatar for Lida_pink

How can I stop shape after 5 seconds of moving? I know how to move it and how to stop it but don't know how to make it stop IN 5 SECONDS. This is the rest of the code that I have done but the 5 seconds part is still …

Member Avatar for jlego
0
76
Member Avatar for Lida_pink
Member Avatar for Lida_pink

How can I draw a line on the form that can go around itself ? I would really appreciate if someone could help me out with this question. I have no clue how to solve it. Thanks in advance :)

Member Avatar for Lida_pink
0
246
Member Avatar for Lida_pink

How can I SWITCH the contents of 2 textboxes by clicking on a command button? I tried to solve it this way : [CODE]Private Sub Command1_Click() Text1.Text = Text2.Text Text2.Text = Text1.Text End Sub [/CODE] But it didn't work out and it only changes the content of text1 Thanks in …

Member Avatar for vb5prgrmr
0
140
Member Avatar for Lida_pink

Can anyone help please? How can I give focus to a textbox (for example we have two) by defining a shortcut key as alt+m ? Thanks in advance Btw, I'm a beginner so please tell me in the simplest way. :)

Member Avatar for Lida_pink
0
170
Member Avatar for Lida_pink

How can I get the sum of the numbers of only one textbox? For example text1.text= 1367 How to get the sum of this 4 digit number? I appreciate your assistance in advance. Lida

Member Avatar for Lida_pink
0
716
Member Avatar for Lida_pink

How can I check whether the first and last letter of a string are same or not? And if yes, a message should be shown using MsgBox. Thanks in advance, Lida

Member Avatar for vb5prgrmr
0
128