Click here to Skip to main content
15,916,941 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
Kevin Marois16-Aug-17 7:23
professionalKevin Marois16-Aug-17 7:23 
AnswerRe: Call Into or Notify Other Instances Of Your App Pin
Mycroft Holmes14-Aug-17 13:30
professionalMycroft Holmes14-Aug-17 13:30 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
Kevin Marois15-Aug-17 7:56
professionalKevin Marois15-Aug-17 7:56 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
Gerry Schmitz15-Aug-17 8:36
mveGerry Schmitz15-Aug-17 8:36 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
Kevin Marois15-Aug-17 8:38
professionalKevin Marois15-Aug-17 8:38 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
Gerry Schmitz16-Aug-17 5:38
mveGerry Schmitz16-Aug-17 5:38 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
Kevin Marois16-Aug-17 6:02
professionalKevin Marois16-Aug-17 6:02 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
jschell16-Aug-17 6:45
jschell16-Aug-17 6:45 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
Kevin Marois16-Aug-17 7:19
professionalKevin Marois16-Aug-17 7:19 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
jschell18-Aug-17 12:01
jschell18-Aug-17 12:01 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
Mycroft Holmes18-Aug-17 13:46
professionalMycroft Holmes18-Aug-17 13:46 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
jschell21-Aug-17 4:55
jschell21-Aug-17 4:55 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
Kevin Marois16-Aug-17 7:25
professionalKevin Marois16-Aug-17 7:25 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
jschell18-Aug-17 11:52
jschell18-Aug-17 11:52 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
Eddy Vluggen16-Aug-17 12:52
professionalEddy Vluggen16-Aug-17 12:52 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
Mycroft Holmes15-Aug-17 12:42
professionalMycroft Holmes15-Aug-17 12:42 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
jschell21-Aug-17 4:57
jschell21-Aug-17 4:57 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
jschell16-Aug-17 6:41
jschell16-Aug-17 6:41 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
Gerry Schmitz16-Aug-17 6:50
mveGerry Schmitz16-Aug-17 6:50 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
Kevin Marois16-Aug-17 7:05
professionalKevin Marois16-Aug-17 7:05 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
Eddy Vluggen21-Aug-17 9:22
professionalEddy Vluggen21-Aug-17 9:22 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
Kevin Marois16-Aug-17 7:16
professionalKevin Marois16-Aug-17 7:16 
GeneralRe: Call Into or Notify Other Instances Of Your App Pin
jschell18-Aug-17 12:11
jschell18-Aug-17 12:11 
AnswerRe: Call Into or Notify Other Instances Of Your App Pin
Gerry Schmitz15-Aug-17 7:40
mveGerry Schmitz15-Aug-17 7:40 
Questionplatform for an app for Ease of Access searched Pin
Erhy31-Jul-17 6:07
Erhy31-Jul-17 6:07 
I have written an app for Ease of Access on desktop
which plays sound for typing on keyboard and releases the shift key automatically after a letter typed.
I used MFC messages and SetWindowsHookEx(WH_KEYBOARD_LL, …)

I’m not so happy with the ancient dialog elements and
need advice to port the software to a modern GUI.

Needed features, used in the software are:

Handling of keyboard events and SendInput() to release shift-key automatically

Hide the dialog and placed as tray icon

Usage of the XAudio2 library

Imbed sounds of .wav files in the resources of the App

Regions for the shape of the dialog and oval buttons

Now I use C++ and MFC
Are the features mentioned practicable also
for a WPF app written in C# or an other ?

Thank you for tips
Erhy

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.