Click here to Skip to main content
15,887,376 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# TreeView Pin
2dS9-Feb-06 20:09
2dS9-Feb-06 20:09 
QuestionHow to open large database? Pin
Pius__X9-Feb-06 3:10
Pius__X9-Feb-06 3:10 
AnswerRe: How to open large database? Pin
Colin Angus Mackay9-Feb-06 3:26
Colin Angus Mackay9-Feb-06 3:26 
AnswerRe: How to open large database? Pin
Le centriste9-Feb-06 4:20
Le centriste9-Feb-06 4:20 
AnswerRe: How to open large database? Pin
emran8349-Feb-06 10:26
emran8349-Feb-06 10:26 
QuestionWizard; Hiding a WizardStep Pin
ZeedijkMike9-Feb-06 3:00
ZeedijkMike9-Feb-06 3:00 
Questionabout axwebbrowser Pin
smr859-Feb-06 2:40
smr859-Feb-06 2:40 
Questiontext box & GO button Pin
Kola Sokol9-Feb-06 1:43
Kola Sokol9-Feb-06 1:43 
i made a text_box & "GO" button.
button code is:

[code]
private void browserGoButton_Click(object sender, EventArgs e)
{
Navigate();
}

private void Navigate()
{
if (!browserUrl.StartsWith("http://"))
{
browserUrl = "http://" + browserUrl;
}

try
{
webBrowser1.Navigate(new Uri(browserUrl));
}
catch
{
MessageBox.Show("Invalid Url.", this.Text, MessageBoxButtons.OK, MessageBoxIcon.Error);
}
}
[/code]

on button click open my URL.
How can i do this simple?
& second question: how made progress bar for indicate load of internet page?


-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Athlon 64 3500+, Gigabyte GA-K8NXP-9, 2x512 DDR400 Kingston, Inno3d 6200 PCIe, SS2 B2C2 v2.6, HDD := 450gb, Genius 56k int, NEC DVD-RW и мать его Суньмастер 550.
AnswerRe: text box & GO button Pin
Judah Gabriel Himango9-Feb-06 5:27
sponsorJudah Gabriel Himango9-Feb-06 5:27 
GeneralRe: text box & GO button Pin
Kola Sokol9-Feb-06 7:36
Kola Sokol9-Feb-06 7:36 
GeneralRe: text box & GO button Pin
Kola Sokol9-Feb-06 8:08
Kola Sokol9-Feb-06 8:08 
QuestionReflection -VectorClass :System.IO.FileNotFoundException Pin
sasire189-Feb-06 1:34
sasire189-Feb-06 1:34 
Question!= Operator Cant be applied Error Pin
emran8349-Feb-06 1:01
emran8349-Feb-06 1:01 
AnswerRe: != Operator Cant be applied Error Pin
Le centriste9-Feb-06 1:38
Le centriste9-Feb-06 1:38 
GeneralRe: != Operator Cant be applied Error Pin
emran8349-Feb-06 2:05
emran8349-Feb-06 2:05 
GeneralRe: != Operator Cant be applied Error Pin
Le centriste9-Feb-06 2:08
Le centriste9-Feb-06 2:08 
QuestionResource files Pin
AB77719-Feb-06 0:55
AB77719-Feb-06 0:55 
AnswerRe: Resource files Pin
emran8349-Feb-06 1:10
emran8349-Feb-06 1:10 
GeneralRe: Resource files Pin
AB77719-Feb-06 1:25
AB77719-Feb-06 1:25 
GeneralRe: Resource files Pin
emran8349-Feb-06 2:00
emran8349-Feb-06 2:00 
GeneralRe: Resource files Pin
AB77719-Feb-06 2:12
AB77719-Feb-06 2:12 
GeneralRe: Resource files Pin
emran8349-Feb-06 3:32
emran8349-Feb-06 3:32 
GeneralRe: Resource files Pin
AB77719-Feb-06 3:37
AB77719-Feb-06 3:37 
GeneralRe: Resource files Pin
emran8349-Feb-06 3:53
emran8349-Feb-06 3:53 
GeneralRe: Resource files Pin
emran8349-Feb-06 3:59
emran8349-Feb-06 3:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.