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

Hi. I need TextBox in which user can input only numbers. I found some examples about it, but can't do them. For example in the following code Private Sub TextBox1_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles TextBox1.KeyPress If Not (e.KeyChar.IsDigit(e.KeyChar)) And _ e.KeyChar <> ChrW(Keys.Back) Then e.Handles = …

Member Avatar for risingsunankur
0
558
Member Avatar for Annex

hi how can i select the text in Word between 2 bold numbers. At first i must define the bold number and then select the text after him until next bold number.

Member Avatar for venkatramasamy
0
97
Member Avatar for Annex
Member Avatar for Annex
Member Avatar for Annex

hello! i have this code Private Sub rb_W_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles rb_W.CheckedChanged Dim opt As Integer, d As Integer opt = Int(Me.TXT_r.Text) - 110 If Me.TXT_v.Text = opt Then Me.lbl_res.Text = ("Excellent") End If If Me.TXT_v.Text < opt Then d = opt - Me.TXT_v.Text Me.lbl_res.Text …

Member Avatar for Annex
0
113
Member Avatar for Annex

Hi all, I have a simple question. But tell me please. How can I open another form which is being the same project by pressing the button?

Member Avatar for Jx_Man
0
143
Member Avatar for Annex
Member Avatar for jbennet
0
61
Member Avatar for Annex

I don't understand cause of error [code] program Project2; {$APPTYPE CONSOLE} uses SysUtils; function Rus(mes: string):string; var i: integer; // number of processed character begin for i:=1 to length(mes) do case mes[i] of 'A'-'n' mes[i]:= Chr(Ord(mes[i]) - 64); 'р'..'я'// after first mes occur the Error(27): Operator not applicable to this …

Member Avatar for Annex
0
68
Member Avatar for Annex

Hello.Help me to understand. Using Immediate Window of IDE Microsoft Visual Basic,calculate values of following expressions on the base bit-by-bit operator Or. In Immediate Window I'm writting following ?2 or 3 [Enter] 3 Result is 3. Is it so? Thanks.

Member Avatar for hopalongcassidy
0
88