How to create a "Continuous Progress Bar" in C#
I am using this code
"progressBar1.S tyle = ProgressBarStyl e.Continuous"
but it is not working
User Profile
Collapse
Profile Sidebar
Collapse
santhosh1985
Last Activity: Sep 30 '11, 06:07 AM
Joined: Sep 22 '11
Location:
-
How to create a "Continuous Progress Bar"
-
what is the code for Ctrl + Enter in a webbrowser in c# .net
I am creating a webbrowser. If we ente googl in our url after press ctrl + enter . it will show www.google.com. But ctrl + Enter is not working. i m using this code but it is not working
Code:private void txtURL_KeyDown(object sender, KeyEventArgs e) { if (e.KeyCode == Keys.Enter) { GoTo(txtURL.Text); } } private void GoTo(String strUrl)
Last edited by Curtis Rutland; Sep 22 '11, 04:05 PM.
No activity results to display
Show More