2,383 Posted Topics
Re: as jeff said your code result is 385. i add message box to show the result. see the red one. [code]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 … | |
Re: Hi sammy... please don't do like this again, you can post on previous post if you want to do like this. Ok. i repost again the files. | |
Re: use timer & progress bar. [code=vb.net]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 … | |
Re: Hi Kerstin...Welcome to Daniweb Friend :) | |
![]() | |
| |
Re: [code=MSSQL]select a.id, a.colname, b.colname from Table1 a join Table2 a on (a.id=b.id) where a.id = '1' order by a.id asc[/code] | |
Re: i didn't understand what you want to do... but you can use keypress event to accomodate this. | |
Re: It seems as though in your version of Crystal Reports, the file path that points to the DB that your report uses cannot exceed 127 characters in length. to more clearly see this [URL="http://www.issociate.de/board/post/139418/Crystal_Reports_Error.html"]link[/URL] or [URL="http://support.businessobjects.com/library/kbase/articles/c2013554.asp"]this Link[/URL] | |
Re: hi... this program run as windows application or smart device?? | |
Re: see this [URL="http://support.microsoft.com/kb/189220"]link[/URL] | |
Re: just post the code that you write..don't post the generated code by vb.net and please use code tags. so what the effort of your program? | |
Re: txtStartUp is path of startup folder YourExeNameOnStartUpFolder.exe is your exe file name when it copied into startup folder. put this following code into your current event : [code=vb]FileCopy App.EXEName & ".exe", txtStartupPath & "\YourExeNameOnStartUpFolder.exe" msgbox "Copying Success"[/code] Hope this helps... | |
Re: declare even and odd as integer and value to accomodate input (get). to insert (put) number you can use text box or inputbox. | |
Re: [URL="http://www.thescripts.com/forum/thread562965.html"]See this link[/URL] [URL="http://www.thescripts.com/forum/thread551979.html"]and see this too[/URL] | |
Re: [code=vb.net] Public Declare Function PlaySound Lib "winmm.dll" (ByVal pszSound As String, ByVal hmod As IntPtr, ByVal fdwSound As Integer) As Boolean 'Public Declare Function PlaySound Lib "winmm.dll" (ByVal pszSound As Byte(), ByVal hmod As IntPtr, ByVal fdwSound As SoundFlags) As Boolean Public Enum SoundFlags As Integer ''' <summary> ''' The … | |
Re: [QUOTE=~s.o.s~;566614]> what require if someone want to be a team colleague, featured poster,moderator, etc ?? Don't think a lot about it. If you are good enough, these things will anyways come to you sooner or later. Just keep helping out people and above all, have fun. :-)[/QUOTE] yes..absolutely agree. the … | |
Re: so what the point here?how far you do this? | |
Re: make three textbox for input. - to get sum u just add all textbox value ex. sum = val(textbox1.text) + val(textbox2.text) + ... - average = sum / 3 - to display you can use label or message box, or textbox. | |
Re: i didn't get the point... and please insert a picture (you can attach..use forum facility), don't give a link. | |
Re: - i think vb is easy to learn than c#. - no many different between them. one different that i find is encapsulation between form. in vb6 u can access anything in other form from another form, in .net you must make variable to get value. and more easy to … | |
Re: yes, you don't have parameter to update. i mean your key to update. your code its not specify who to update. you need [B]key[/B] : where KeyName = ???. ex : where IdMember='"123"' and you loosing to add single quote : [code]ExecuteSqlCommand("update member set tmembername=[COLOR="Red"]'[/COLOR]" & membername & "[COLOR="Red"]'[/COLOR], taddress='" … | |
Re: how about manifest file to make your program looks like your windows. | |
Re: Post on Current forum. [URL="http://www.daniweb.com/forums/forum8.html"]C++[/URL] | |
Re: HiG.O.D fada...Welcome to Daniweb Friend :) Hi Bala prasad... Welcome to Daniweb Friend :) | |
The End.