Jx_Man 987 Nearly a Senior Poster Featured Poster
Estella commented: helpfull person +1
Jx_Man 987 Nearly a Senior Poster Featured Poster
why you using check box?
HI Nessie...Welcome to Daniweb Friend :)
Hi...Welcome to Daniweb Friend :)
OK. this is a simple program. i think you have done with this and not need my help again.
happy coding friend :)
Dude Nice Finding :)
dream
146 = 10010010
4515
-879
lake
what a next word kpnprakash???
i add the word for u...
fate
feed
dear
Server
Yes, Really Much...
Do you like chinese food??
2F
CapCay
Hi...Welcome to Daniweb Friend :)
HI...Welcome to Daniweb..
Post your problem on current forum. many people will help u much :)
you're welcome :)
don't waste your time!!
Hi BstrucT...Welcome to Daniweb friend :)
you cannot do it without delete related data.
I notice you used cmd instead of txt....I was wondering if that was a text box you used, because it said Input next to where you input the numbers
you did not understand my program! i m not using cmd instead of text box. i just make it more simple!
what different if you input 3 numbers in a same time with 3 text box than you input 3 numbers one by one with 1 text box?? its a same way to use both, it cause the numbers will sorted to get smallest and largest. so i prefer to use one textbox to input it one by one and its not a instead of textbox!!
Hi Welcome to Daniweb :)
Hi Jenn...Welcome to Daniweb Friend :)
Hi Lingamurthy...Welcome to daniweb Friend :)
i didn't understand..what do you want?? this is a really simple program...
thanks for info friend :)
i will try it.
any
sane
server
Sanguine
Dare Devil
140 = 10001100
4508
tail
-864
Hi...Welcome to Daniweb Friend :)
if u using vb.net it means you in wrong forum.
i don't understand for points c and g.
see example in attachment...
as jeff said your code result is 385.
i add message box to show the result. see the red one.
Private Sub MysteryCode_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MysteryCode.Click
' Determines MYSTERVALUE base on number entered by user
Dim Y As Integer, X As Integer, MYSTERYVALUE As Integer
' initialization phase
X = 1 'prepare to loop
MYSTERYVALUE = 0 'set MYSTERVALUE To 0
' processing phase
While X <= 10 ' loop 10 times
Y = X ^ 2 ' X raised to the power of 2
MYSTERYVALUE = MYSTERYVALUE + Y ' add MYSTERVALUE to Y
X = X + 1 ' add 1 to X
End While
' display MYSTERYVALUE
Text = "Value is " & MYSTERYVALUE
MsgBox(Text)
End Sub
this code i posting to you in your previous thread.
delete all variable declared in your code. you don't have to declare cause you have it as label name.
Dim txtInput1 As Double
Dim txtInput2 As Integer
Dim txtInput As Integer
Dim Sum As Integer
Dim Average As Integer
Dim Larger As Integer
Dim Smallest As Integer
so you just delete all variable and use label to display result.
and my question is, this program do in vb.net???
Hi..Welcometo Daniweb Friend :D
who said i want to do this work for u??
but they dont work for some silly reason
i just want to know why it cannot work..
i means what project of that?
you're welcome :)
what u want to do?
use timer & progress bar.
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
ProgressBar1.Value += 1
If ProgressBar1.Value <= 20 Then
Label1.Text = "5"
ElseIf ProgressBar1.Value <= 40 Then
Label1.Text = "4"
ElseIf ProgressBar1.Value <= 60 Then
Label1.Text = "3"
ElseIf ProgressBar1.Value <= 80 Then
Label1.Text = "2"
ElseIf ProgressBar1.Value <= 99 Then
Label1.Text = "1"
End If
If ProgressBar1.Value = 100 Then
Label1.Text = "Time's Up"
Timer1.Dispose()
End If
End Sub
using database?what a database?
show us the effort :)