Click here to Skip to main content
15,885,435 members
Home / Discussions / Windows Development
   

Windows Development

 
GeneralRe: VB5 on WIndows 10 Pin
Eddy Vluggen20-Aug-15 22:05
professionalEddy Vluggen20-Aug-15 22:05 
GeneralRe: VB5 on WIndows 10 Pin
MatthysDT20-Aug-15 20:32
MatthysDT20-Aug-15 20:32 
GeneralRe: VB5 on WIndows 10 Pin
Wombaticus20-Aug-15 21:49
Wombaticus20-Aug-15 21:49 
GeneralRe: VB5 on WIndows 10 Pin
MatthysDT20-Aug-15 21:58
MatthysDT20-Aug-15 21:58 
QuestionHow do I check to see if any running applications have unsaved documents? Pin
Ben Aldhouse15-Aug-15 10:31
Ben Aldhouse15-Aug-15 10:31 
AnswerRe: How do I check to see if any running applications have unsaved documents? Pin
Richard MacCutchan15-Aug-15 21:05
mveRichard MacCutchan15-Aug-15 21:05 
GeneralRe: How do I check to see if any running applications have unsaved documents? Pin
Ben Aldhouse16-Aug-15 0:50
Ben Aldhouse16-Aug-15 0:50 
GeneralRe: How do I check to see if any running applications have unsaved documents? Pin
Eddy Vluggen16-Aug-15 1:09
professionalEddy Vluggen16-Aug-15 1:09 
Ben Aldhouse wrote:
I thought there would be some way of centrally registering if a document is
unsaved.
No. You simply keep a dirty-flag somewhere in your application.

Ben Aldhouse wrote:
'You have unsaved data. Are you sure you want to close down?' type message?
It will say that some applications aren't responding and that you might lose data if you close them anyway.

In WinForms you get a closing-event that is fired when Windows shuts down; the application should then shut down, but some applications show a dialog asking the user whether or not to shut down. Meaning Windows asks them to close, and they simply refuse and hang around.

Next question from Windows; do you want to terminate the applications that did not shut down?
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

AnswerRe: How do I check to see if any running applications have unsaved documents? Pin
Ben Aldhouse16-Aug-15 2:22
Ben Aldhouse16-Aug-15 2:22 
GeneralRe: How do I check to see if any running applications have unsaved documents? Pin
Kornfeld Eliyahu Peter16-Aug-15 4:17
professionalKornfeld Eliyahu Peter16-Aug-15 4:17 
GeneralRe: How do I check to see if any running applications have unsaved documents? Pin
Ben Aldhouse16-Aug-15 8:59
Ben Aldhouse16-Aug-15 8:59 
GeneralRe: How do I check to see if any running applications have unsaved documents? Pin
Eddy Vluggen16-Aug-15 4:52
professionalEddy Vluggen16-Aug-15 4:52 
GeneralRe: How do I check to see if any running applications have unsaved documents? Pin
Ben Aldhouse16-Aug-15 8:46
Ben Aldhouse16-Aug-15 8:46 
QuestionHow to show long form of date & time in Taskbar for Windows 10? Pin
swampwiz5-Aug-15 4:36
swampwiz5-Aug-15 4:36 
AnswerRe: How to show long form of date & time in Taskbar for Windows 10? Pin
Richard MacCutchan5-Aug-15 5:26
mveRichard MacCutchan5-Aug-15 5:26 
GeneralRe: How to show long form of date & time in Taskbar for Windows 10? Pin
swampwiz5-Aug-15 7:37
swampwiz5-Aug-15 7:37 
GeneralRe: How to show long form of date & time in Taskbar for Windows 10? Pin
Wes Aday5-Aug-15 7:57
professionalWes Aday5-Aug-15 7:57 
QuestionHow to make Windows 10 windows look like Windows 7? Pin
swampwiz5-Aug-15 4:25
swampwiz5-Aug-15 4:25 
AnswerRe: How to make Windows 10 windows look like Windows 7? Pin
Pete O'Hanlon5-Aug-15 8:32
mvePete O'Hanlon5-Aug-15 8:32 
QuestionWindows Universal Platform on Windows 7? Pin
Matt T Heffron16-Jul-15 8:15
professionalMatt T Heffron16-Jul-15 8:15 
AnswerRe: Windows Universal Platform on Windows 7? Pin
Richard Deeming16-Jul-15 8:30
mveRichard Deeming16-Jul-15 8:30 
GeneralRe: Windows Universal Platform on Windows 7? Pin
Matt T Heffron16-Jul-15 10:55
professionalMatt T Heffron16-Jul-15 10:55 
AnswerRe: Windows Universal Platform on Windows 7? Pin
Richard Andrew x6416-Jul-15 13:17
professionalRichard Andrew x6416-Jul-15 13:17 
QuestionWindows Runtime applications; Updating title Pin
Afzaal Ahmad Zeeshan28-Jun-15 12:35
professionalAfzaal Ahmad Zeeshan28-Jun-15 12:35 
AnswerRe: Windows Runtime applications; Updating title Pin
Pete O'Hanlon28-Jun-15 21:08
mvePete O'Hanlon28-Jun-15 21:08 

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.