Click here to Skip to main content
15,913,115 members
Home / Discussions / C#
   

C#

 
AnswerRe: Wierd req from boss Pin
SKP2423-Aug-07 2:41
SKP2423-Aug-07 2:41 
GeneralRe: Wierd req from boss Pin
PIEBALDconsult23-Aug-07 4:40
mvePIEBALDconsult23-Aug-07 4:40 
GeneralRe: Wierd req from boss Pin
SpiveyC#23-Aug-07 5:29
SpiveyC#23-Aug-07 5:29 
GeneralRe: Weird req from boss Pin
PIEBALDconsult23-Aug-07 8:03
mvePIEBALDconsult23-Aug-07 8:03 
AnswerRe: Weird req from boss Pin
PIEBALDconsult23-Aug-07 14:09
mvePIEBALDconsult23-Aug-07 14:09 
QuestionOpening Winforms Webbrowsers with delays Pin
phimix22-Aug-07 1:52
phimix22-Aug-07 1:52 
AnswerRe: Opening Winforms Webbrowsers with delays Pin
kubben22-Aug-07 3:20
kubben22-Aug-07 3:20 
AnswerRe: Opening Winforms Webbrowsers with delays Pin
Luc Pattyn22-Aug-07 4:37
sitebuilderLuc Pattyn22-Aug-07 4:37 
You should not put Thread.Sleep in event handlers (or constructors).
Instead, create your tab pages with web browsers that initially don't refer
to their intended URL, let them point to a simple home page instead.

Then use a timer (I suggest a Windows.Forms.Timer) to set their URL property or
call their Navigate() method appropriately.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this weeks tips:
- make Visual display line numbers: Tools/Options/TextEditor/...
- show exceptions with ToString() to see all information
- before you ask a question here, search CodeProject, then Google


GeneralRe: Opening Winforms Webbrowsers with delays Pin
phimix22-Aug-07 13:18
phimix22-Aug-07 13:18 
QuestionSaving PageSetupDialog.PageSettings; Pin
udikantz22-Aug-07 1:35
udikantz22-Aug-07 1:35 
QuestionConnect SQL Server 2005 from VS.Net 2005 Pin
Banjo Ayorinde22-Aug-07 1:27
Banjo Ayorinde22-Aug-07 1:27 
AnswerRe: Connect SQL Server 2005 from VS.Net 2005 Pin
Giorgi Dalakishvili22-Aug-07 1:42
mentorGiorgi Dalakishvili22-Aug-07 1:42 
QuestionConnecting SQL Server 2005 from VS.Net 2005 Pin
Banjo Ayorinde22-Aug-07 1:02
Banjo Ayorinde22-Aug-07 1:02 
AnswerRe: Connecting SQL Server 2005 from VS.Net 2005 Pin
Rocky#22-Aug-07 1:06
Rocky#22-Aug-07 1:06 
Questionhelp on project Pin
himanshu p taunk22-Aug-07 0:47
himanshu p taunk22-Aug-07 0:47 
AnswerRe: help on project Pin
Christian Graus22-Aug-07 0:55
protectorChristian Graus22-Aug-07 0:55 
AnswerRe: help on project Pin
J4amieC22-Aug-07 1:01
J4amieC22-Aug-07 1:01 
GeneralRe: help on project Pin
himanshu p taunk22-Aug-07 1:11
himanshu p taunk22-Aug-07 1:11 
GeneralRe: help on project Pin
Rocky#22-Aug-07 1:17
Rocky#22-Aug-07 1:17 
AnswerRe: help on project Pin
Guffa22-Aug-07 2:52
Guffa22-Aug-07 2:52 
GeneralRe: help on project Pin
Brady Kelly22-Aug-07 3:31
Brady Kelly22-Aug-07 3:31 
AnswerRe: help on project Pin
Guffa23-Aug-07 0:22
Guffa23-Aug-07 0:22 
GeneralRe: help on project Pin
himanshu p taunk23-Aug-07 7:11
himanshu p taunk23-Aug-07 7:11 
QuestionConnecting SQLExpress codes Pin
Banjo Ayorinde22-Aug-07 0:45
Banjo Ayorinde22-Aug-07 0:45 
AnswerRe: Connecting SQLExpress codes Pin
himanshu p taunk22-Aug-07 0:50
himanshu p taunk22-Aug-07 0:50 

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.