2,383 Posted Topics
Re: you want to start timer when button pressed? | |
| |
Re: Hi c4spers6...Welcome to Daniweb Friend :) You can visit for [URL="http://www.daniweb.com/category31.html"]Web Development Section[/URL] for Learn [URL="http://www.daniweb.com/forums/forum18.html"]ASP[/URL] n [URL="http://www.daniweb.com/forums/forum17.html"]PHP[/URL]. | |
Re: every things is possible. you means when you change value in 1st form it will change value in 2nd form? | |
Re: [URL="http://www.daniweb.com/forums/thread117582.html"]see this thread[/URL] | |
Re: post in [URL="http://www.daniweb.com/forums/forum15.html"]current section[/URL] in [URL="http://www.daniweb.com/category31.html"]web development[/URL]. this for C# section.. | |
Re: 1. Hi Belo...Welcome to Daniweb Friend 2. Table Name, Column Name in database ?? 3. Post your code first (your attempt code). Actually Shouvik was given the answer. Hope you will learn and repost your feedback. | |
Re: confusing to read. please explain more what exactly you want to do.. | |
Re: make a new form and put your welcome text on label. use timer to set how long the Welcome Screen shown and use progress bar. i post an example. Hope this helps. | |
Re: you want to copy selected only, this will answer your question: [code]Private Sub Command3_Click() List2.AddItem (List1.ListIndex) End Sub[/code] hope this helps... | |
Re: you cannot see them cause the form has decrease the size caused by differential resolution. | |
Re: try to using Shell() function : [code] Shell("D:\keygen.exe")[/code] | |
Hi All... i m newbie with ruby. a couple weeks ago i was reading book about oracle 10G XE then i found a new language that i never heard before named Ruby on Rails. i was exited and want lo learn many about this language. so, please help me to … | |
Re: Hi Robert...Welcome to Daniweb Friend :) | |
Re: Hi...Welcome to Daniweb Friend :) you can post your problem in [URL="http://www.daniweb.com/forums/forum118.html"]C Section[/URL] | |
Re: Post in [URL="http://www.daniweb.com/forums/forum18.html"]ASP.NET Section[/URL] [URL="http://www.daniweb.com/forums/forum18.html"]Click Here[/URL] to Go there. | |
Re: have u a searching procedure?? i mean, you can display on datagrid. post it. | |
Re: u want after error message shown and button ok pressed the task will stopped? try this code : [code=vb.Net] If AppVariables.CustName = "" Then If (MsgBox("You have to configure this report before it can be run." & (Chr(13)) & (Chr(10)) & "Go to Configuration > Configure to resolve this", MsgBoxStyle.Critical)) … | |
Re: [code=vb]If ListViewName.ListItems.Item(i).Checked = True Then ' Do anything End If[/code] | |
| |
Re: using [B]Focus()[/B] function... try this code : [code]If DropDown.SelectedItem = "Yes" Then TextBox1.Focus() ' If Yes go to textbox1 Else TextBox2.Focus() ' If No go to textbox2 End If[/code] | |
Re: u mean change the value of what was display on label? and what the meaning of this : [QUOTE]let say i have value,,,, length is label and 10cm is text box for length in a form[/QUOTE] i didn't get the point...explain more detail.. | |
Re: set [B]BorderStyle[/B] of Form properties to [B]None[/B] |
The End.