@@ -565,6 +565,7 @@ await Task.Run(() =>
565
565
{
566
566
MessageBox . Show ( "Incorrect DNS server IP" , "Error" , MessageBoxButtons . OK , MessageBoxIcon . Error ) ;
567
567
tbDnsIP . Focus ( ) ;
568
+ tbDnsIP . SelectAll ( ) ;
568
569
return ;
569
570
}
570
571
}
@@ -579,6 +580,7 @@ await Task.Run(() =>
579
580
{
580
581
MessageBox . Show ( "Incorrect Xbox games download IP" , "Error" , MessageBoxButtons . OK , MessageBoxIcon . Error ) ;
581
582
tbGameIP . Focus ( ) ;
583
+ tbGameIP . SelectAll ( ) ;
582
584
return ;
583
585
}
584
586
}
@@ -593,6 +595,7 @@ await Task.Run(() =>
593
595
{
594
596
MessageBox . Show ( "Incorrect Xbox apps download IP" , "Error" , MessageBoxButtons . OK , MessageBoxIcon . Error ) ;
595
597
tbAppIP . Focus ( ) ;
598
+ tbAppIP . SelectAll ( ) ;
596
599
return ;
597
600
}
598
601
}
@@ -607,6 +610,7 @@ await Task.Run(() =>
607
610
{
608
611
MessageBox . Show ( "Incorrect PS games download IP" , "Error" , MessageBoxButtons . OK , MessageBoxIcon . Error ) ;
609
612
tbPSIP . Focus ( ) ;
613
+ tbPSIP . SelectAll ( ) ;
610
614
return ;
611
615
}
612
616
}
@@ -621,6 +625,7 @@ await Task.Run(() =>
621
625
{
622
626
MessageBox . Show ( "Incorrect NS games download IP" , "Error" , MessageBoxButtons . OK , MessageBoxIcon . Error ) ;
623
627
tbNSIP . Focus ( ) ;
628
+ tbNSIP . SelectAll ( ) ;
624
629
return ;
625
630
}
626
631
}
@@ -635,6 +640,7 @@ await Task.Run(() =>
635
640
{
636
641
MessageBox . Show ( "Incorrect EA games download IP" , "Error" , MessageBoxButtons . OK , MessageBoxIcon . Error ) ;
637
642
tbEAIP . Focus ( ) ;
643
+ tbEAIP . SelectAll ( ) ;
638
644
return ;
639
645
}
640
646
}
@@ -649,6 +655,7 @@ await Task.Run(() =>
649
655
{
650
656
MessageBox . Show ( "Incorrect Battle games download IP" , "Error" , MessageBoxButtons . OK , MessageBoxIcon . Error ) ;
651
657
tbBattleIP . Focus ( ) ;
658
+ tbBattleIP . SelectAll ( ) ;
652
659
return ;
653
660
}
654
661
}
0 commit comments