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

C#

 
GeneralRe: Calculating textbox value Pin
Burim Rama14-Dec-07 1:27
Burim Rama14-Dec-07 1:27 
GeneralRe: Calculating textbox value Pin
Pete O'Hanlon14-Dec-07 1:30
mvePete O'Hanlon14-Dec-07 1:30 
GeneralRe: Calculating textbox value Pin
Burim Rama14-Dec-07 1:46
Burim Rama14-Dec-07 1:46 
GeneralRe: Calculating textbox value Pin
Pete O'Hanlon14-Dec-07 2:45
mvePete O'Hanlon14-Dec-07 2:45 
GeneralRe: [Message Deleted] Pin
Paul Conrad23-Dec-07 9:49
professionalPaul Conrad23-Dec-07 9:49 
QuestionPopulate outlook and outlook express new email with HTML content from winfom Pin
tsachim13-Dec-07 23:21
tsachim13-Dec-07 23:21 
GeneralThreadStateException Pin
mimar13-Dec-07 23:15
mimar13-Dec-07 23:15 
GeneralRe: ThreadStateException Pin
Luc Pattyn13-Dec-07 23:39
sitebuilderLuc Pattyn13-Dec-07 23:39 
Hi,

I suggest you create all WebBrowser instances in the main or GUI thread.
Since your class constructor contains "new WebBrowser()" it too should only be instantiated
by the main thread, not by a BackgroundWorker thread.

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles]


Sorry for any delays in replying, I currently don't always get e-mail notifications.


Generaldatagridview checkbox field [modified] Pin
arkiboys13-Dec-07 22:54
arkiboys13-Dec-07 22:54 
GeneralRe: datagridview checkbox field Pin
Paul Conrad23-Dec-07 9:49
professionalPaul Conrad23-Dec-07 9:49 
Questionhow to use cximage in c#? Pin
reazn13-Dec-07 22:12
reazn13-Dec-07 22:12 
GeneralRe: how to use cximage in c#? Pin
Christian Graus13-Dec-07 22:49
protectorChristian Graus13-Dec-07 22:49 
QuestionSeralize a class with static Variables Pin
Bhimuni13-Dec-07 20:43
Bhimuni13-Dec-07 20:43 
AnswerRe: Seralize a class with static Variables Pin
Guffa13-Dec-07 21:01
Guffa13-Dec-07 21:01 
QuestionRe: Seralize a class with static Variables Pin
Bhimuni14-Dec-07 22:21
Bhimuni14-Dec-07 22:21 
AnswerRe: Seralize a class with static Variables Pin
Guffa15-Dec-07 8:13
Guffa15-Dec-07 8:13 
GeneralRe: Seralize a class with static Variables Pin
Bhimuni17-Dec-07 21:31
Bhimuni17-Dec-07 21:31 
Generalstoring double array in XML using C# Pin
ceken13-Dec-07 20:06
ceken13-Dec-07 20:06 
GeneralRe: storing double array in XML using C# Pin
Christian Graus13-Dec-07 21:50
protectorChristian Graus13-Dec-07 21:50 
Questionusing html code making a report in c# Pin
infi_200713-Dec-07 19:54
infi_200713-Dec-07 19:54 
GeneralRe: using html code making a report in c# Pin
Paul Conrad15-Dec-07 9:05
professionalPaul Conrad15-Dec-07 9:05 
Generaldata manager class Pin
chithra.r13-Dec-07 19:30
chithra.r13-Dec-07 19:30 
GeneralRe: data manager class Pin
N a v a n e e t h13-Dec-07 19:34
N a v a n e e t h13-Dec-07 19:34 
GeneralRe: data manager class Pin
Sun Rays13-Dec-07 19:41
Sun Rays13-Dec-07 19:41 
GeneralRe: data manager class Pin
Dave Kreskowiak14-Dec-07 4:12
mveDave Kreskowiak14-Dec-07 4:12 

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.