Click here to Skip to main content
15,898,134 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCannot close application in or outside of debugger Pin
Alan Burkhart3-May-11 16:32
Alan Burkhart3-May-11 16:32 
AnswerRe: Cannot close application in or outside of debugger Pin
Luc Pattyn3-May-11 17:34
sitebuilderLuc Pattyn3-May-11 17:34 
GeneralRe: Cannot close application in or outside of debugger Pin
Alan Burkhart3-May-11 17:45
Alan Burkhart3-May-11 17:45 
AnswerRe: Cannot close application in or outside of debugger Pin
Luc Pattyn3-May-11 18:13
sitebuilderLuc Pattyn3-May-11 18:13 
GeneralRe: Cannot close application in or outside of debugger Pin
Alan Burkhart3-May-11 18:35
Alan Burkhart3-May-11 18:35 
AnswerRe: Cannot close application in or outside of debugger Pin
Luc Pattyn3-May-11 18:47
sitebuilderLuc Pattyn3-May-11 18:47 
GeneralRe: Cannot close application in or outside of debugger Pin
Alan Burkhart3-May-11 19:04
Alan Burkhart3-May-11 19:04 
AnswerRe: Cannot close application in or outside of debugger Pin
Luc Pattyn4-May-11 1:49
sitebuilderLuc Pattyn4-May-11 1:49 
New ideas:

1.
any chance the ScintillaNet creates a non-background thread? does it offer methods to terminate itself, a close/dispose/whatever? if so, consider calling them in FormClosing.

2.
the change you introduced by moving the ScintillaNet from your Form to a TabPage could be this: on the Form it starts in a visible state, on any non-first TabPage it initially is invisible, therefore it might work a little differently. Experiment: change the order of the TabPages, so ScintillaNet is visible right away.

If #1 does not help and #2 does, time to contact the ScintillaNet provider.

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

GeneralRe: Cannot close application in or outside of debugger Pin
Alan Burkhart4-May-11 6:05
Alan Burkhart4-May-11 6:05 
AnswerRe: Cannot close application in or outside of debugger Pin
Luc Pattyn4-May-11 6:09
sitebuilderLuc Pattyn4-May-11 6:09 
GeneralRe: (RESOLVED) Cannot close application in or outside of debugger Pin
Alan Burkhart5-May-11 7:25
Alan Burkhart5-May-11 7:25 
AnswerRe: (RESOLVED) Cannot close application in or outside of debugger Pin
Luc Pattyn5-May-11 7:37
sitebuilderLuc Pattyn5-May-11 7:37 
GeneralRe: (RESOLVED) Cannot close application in or outside of debugger Pin
AspDotNetDev5-May-11 7:54
protectorAspDotNetDev5-May-11 7:54 
GeneralRe: (RESOLVED) Cannot close application in or outside of debugger Pin
Andreas Mertens7-May-11 4:00
professionalAndreas Mertens7-May-11 4:00 
GeneralRe: Cannot close application in or outside of debugger Pin
Oakman4-May-11 6:35
Oakman4-May-11 6:35 
GeneralRe: Cannot close application in or outside of debugger Pin
Alan Burkhart4-May-11 14:14
Alan Burkhart4-May-11 14:14 
AnswerRe: Cannot close application in or outside of debugger Pin
Luc Pattyn4-May-11 15:14
sitebuilderLuc Pattyn4-May-11 15:14 
GeneralRe: Cannot close application in or outside of debugger Pin
trantrum6-May-11 5:57
professionaltrantrum6-May-11 5:57 
GeneralRe: Cannot close application in or outside of debugger Pin
Gary Huck6-May-11 13:32
Gary Huck6-May-11 13:32 
GeneralRe: Cannot close application in or outside of debugger Pin
Alan Burkhart6-May-11 13:44
Alan Burkhart6-May-11 13:44 
GeneralRe: Cannot close application in or outside of debugger Pin
Chris Trelawny-Ross6-May-11 6:34
Chris Trelawny-Ross6-May-11 6:34 
GeneralRe: Cannot close application in or outside of debugger Pin
Luc Pattyn6-May-11 6:45
sitebuilderLuc Pattyn6-May-11 6:45 
AnswerRe: Cannot close application in or outside of debugger Pin
patbob6-May-11 6:24
patbob6-May-11 6:24 
AnswerRe: Cannot close application in or outside of debugger Pin
Alan Balkany9-May-11 5:51
Alan Balkany9-May-11 5:51 
QuestionI need Help in Hideing my Program form the Process list ... Pin
Lan.Hekary2-May-11 6:19
Lan.Hekary2-May-11 6:19 

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.