Click here to Skip to main content
15,905,915 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: My application does not close anymore Pin
Ralf Meier3-Nov-16 23:14
mveRalf Meier3-Nov-16 23:14 
GeneralRe: My application does not close anymore Pin
Ralf Meier3-Nov-16 23:20
mveRalf Meier3-Nov-16 23:20 
GeneralRe: My application does not close anymore Pin
desanti4-Nov-16 18:50
desanti4-Nov-16 18:50 
GeneralRe: My application does not close anymore Pin
Ralf Meier5-Nov-16 9:34
mveRalf Meier5-Nov-16 9:34 
GeneralRe: My application does not close anymore Pin
desanti5-Nov-16 15:27
desanti5-Nov-16 15:27 
GeneralRe: My application does not close anymore Pin
Richard MacCutchan5-Nov-16 21:04
mveRichard MacCutchan5-Nov-16 21:04 
GeneralRe: My application does not close anymore Pin
Ralf Meier6-Nov-16 1:26
mveRalf Meier6-Nov-16 1:26 
GeneralRe: My application does not close anymore Pin
Eddy Vluggen4-Nov-16 1:19
professionalEddy Vluggen4-Nov-16 1:19 
Every time you drag a control to the form and drop it there, the IDE generates some code. Code to initialize the control at that location, and code to add it to the "components" collection. If the form closes, the controls in the "components collection" are disposed.

Does the mainform try to show a messagebox on closing? To prevent the user from losing work or anything similar?
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: My application does not close anymore Pin
desanti4-Nov-16 18:51
desanti4-Nov-16 18:51 
GeneralRe: My application does not close anymore Pin
Richard MacCutchan4-Nov-16 22:49
mveRichard MacCutchan4-Nov-16 22:49 
QuestionTop-docked control is partially covering the top part of a fill-docked control Pin
desanti31-Oct-16 12:06
desanti31-Oct-16 12:06 
AnswerRe: Top-docked control is partially covering the top part of a fill-docked control Pin
Midi_Mick31-Oct-16 13:00
professionalMidi_Mick31-Oct-16 13:00 
QuestionScreen size and Form size Pin
desanti28-Oct-16 15:36
desanti28-Oct-16 15:36 
AnswerRe: Screen size and Form size Pin
Ralf Meier30-Oct-16 4:41
mveRalf Meier30-Oct-16 4:41 
GeneralRe: Screen size and Form size Pin
desanti30-Oct-16 7:38
desanti30-Oct-16 7:38 
GeneralRe: Screen size and Form size Pin
Dave Kreskowiak30-Oct-16 11:05
mveDave Kreskowiak30-Oct-16 11:05 
GeneralRe: Screen size and Form size Pin
desanti30-Oct-16 13:45
desanti30-Oct-16 13:45 
GeneralRe: Screen size and Form size Pin
NotPolitcallyCorrect30-Oct-16 14:34
NotPolitcallyCorrect30-Oct-16 14:34 
GeneralRe: Screen size and Form size Pin
Dave Kreskowiak30-Oct-16 17:53
mveDave Kreskowiak30-Oct-16 17:53 
AnswerRe: Screen size and Form size Pin
Mycroft Holmes30-Oct-16 17:31
professionalMycroft Holmes30-Oct-16 17:31 
QuestionAn easy way of implementing INotifyPropertyChanged on entity Framework Pin
desanti27-Oct-16 14:58
desanti27-Oct-16 14:58 
AnswerRe: An easy way of implementing INotifyPropertyChanged on entity Framework Pin
Brisingr Aerowing27-Oct-16 16:11
professionalBrisingr Aerowing27-Oct-16 16:11 
QuestionEntity Framework : Save new object and new childs Pin
desanti27-Oct-16 7:22
desanti27-Oct-16 7:22 
AnswerRe: Entity Framework : Save new object and new childs Pin
Dave Kreskowiak27-Oct-16 11:04
mveDave Kreskowiak27-Oct-16 11:04 
GeneralRe: Entity Framework : Save new object and new childs Pin
desanti27-Oct-16 14:53
desanti27-Oct-16 14:53 

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.