Click here to Skip to main content
15,905,508 members
Home / Discussions / C#
   

C#

 
AnswerRe: Scheduled command line application Pin
CPallini5-Jun-07 2:02
mveCPallini5-Jun-07 2:02 
AnswerRe: Scheduled command line application Pin
thowra5-Jun-07 4:32
thowra5-Jun-07 4:32 
AnswerRe: Scheduled command line application Pin
Joseph Guadagno5-Jun-07 4:35
Joseph Guadagno5-Jun-07 4:35 
QuestionHave I DataBinding or DataRelation problem? Pin
Tavbi5-Jun-07 1:27
Tavbi5-Jun-07 1:27 
QuestionListView iteration problem Pin
talk2robert5-Jun-07 1:01
talk2robert5-Jun-07 1:01 
QuestionCruiseControl.Net Pin
immu55-Jun-07 0:42
immu55-Jun-07 0:42 
QuestionCalling method on control causing problems Pin
Rick van Woudenberg5-Jun-07 0:29
Rick van Woudenberg5-Jun-07 0:29 
AnswerRe: Calling method on control causing problems Pin
Luc Pattyn5-Jun-07 0:36
sitebuilderLuc Pattyn5-Jun-07 0:36 
Hi,

Rick van Woudenberg wrote:
UserControlMain cc = new UserControlMain();
ultraDockManager1.PaneFromControl(cc.webBrowserPanel).Close();


this creates a new UserControlMain, not a reference to the one you probably already had.
I guess it is not sufficiently initialized to support the attempted operation,

I suggest you try to catch the exception that occurs, so you get useful details on it.
YAs a last resource yu may want to enclose your Application.Run() in a try-catch
that dumps the entire Exception.ToString() to a MessageBox.

Smile | :)




GeneralRe: Calling method on control causing problems Pin
Rick van Woudenberg5-Jun-07 2:04
Rick van Woudenberg5-Jun-07 2:04 
GeneralRe: Calling method on control causing problems Pin
Luc Pattyn5-Jun-07 3:27
sitebuilderLuc Pattyn5-Jun-07 3:27 
GeneralRe: Calling method on control causing problems Pin
Rick van Woudenberg7-Jun-07 3:32
Rick van Woudenberg7-Jun-07 3:32 
QuestionSize of '.exe' file of project is increasing... Pin
Affan Toor4-Jun-07 23:29
Affan Toor4-Jun-07 23:29 
AnswerRe: Size of '.exe' file of project is increasing... Pin
blackjack21504-Jun-07 23:48
blackjack21504-Jun-07 23:48 
GeneralRe: Size of '.exe' file of project is increasing... Pin
DavidNohejl5-Jun-07 0:12
DavidNohejl5-Jun-07 0:12 
GeneralRe: Size of '.exe' file of project is increasing... Pin
Affan Toor5-Jun-07 0:20
Affan Toor5-Jun-07 0:20 
GeneralRe: Size of '.exe' file of project is increasing... Pin
Christian Graus5-Jun-07 2:44
protectorChristian Graus5-Jun-07 2:44 
GeneralRe: Size of '.exe' file of project is increasing... Pin
Affan Toor5-Jun-07 3:06
Affan Toor5-Jun-07 3:06 
GeneralRe: Size of '.exe' file of project is increasing... Pin
Not Active5-Jun-07 3:27
mentorNot Active5-Jun-07 3:27 
GeneralRe: Size of '.exe' file of project is increasing... Pin
Affan Toor5-Jun-07 3:51
Affan Toor5-Jun-07 3:51 
GeneralRe: Size of '.exe' file of project is increasing... Pin
Not Active5-Jun-07 4:20
mentorNot Active5-Jun-07 4:20 
GeneralRe: Size of '.exe' file of project is increasing... Pin
Affan Toor5-Jun-07 4:55
Affan Toor5-Jun-07 4:55 
AnswerRe: Size of '.exe' file of project is increasing... Pin
DavidNohejl5-Jun-07 0:13
DavidNohejl5-Jun-07 0:13 
GeneralRe: Size of '.exe' file of project is increasing... Pin
Guffa5-Jun-07 1:39
Guffa5-Jun-07 1:39 
GeneralRe: Size of '.exe' file of project is increasing... Pin
DavidNohejl5-Jun-07 1:40
DavidNohejl5-Jun-07 1:40 
GeneralRe: Size of '.exe' file of project is increasing... Pin
Guffa5-Jun-07 2:05
Guffa5-Jun-07 2:05 

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.