Click here to Skip to main content
15,893,564 members
Home / Discussions / C#
   

C#

 
GeneralRe: Read Ini File Pin
PIEBALDconsult3-Apr-08 11:15
mvePIEBALDconsult3-Apr-08 11:15 
GeneralRe: Read Ini File Pin
half-life3-Apr-08 11:18
half-life3-Apr-08 11:18 
GeneralNeed to put data into my web form on a webbrower Pin
dino20943-Apr-08 9:23
dino20943-Apr-08 9:23 
GeneralRe: Need to put data into my web form on a webbrower Pin
Dave Kreskowiak3-Apr-08 9:53
mveDave Kreskowiak3-Apr-08 9:53 
GeneralRe: Need to put data into my web form on a webbrower Pin
CodingYoshi3-Apr-08 16:19
CodingYoshi3-Apr-08 16:19 
GeneralRe: Need to put data into my web form on a webbrower Pin
dino20945-Apr-08 12:53
dino20945-Apr-08 12:53 
GeneralGetting an Application window to behave as if it were called by showdialog() Pin
jchalfant3-Apr-08 9:17
jchalfant3-Apr-08 9:17 
GeneralRe: Getting an Application window to behave as if it were called by showdialog() Pin
Dave Kreskowiak3-Apr-08 9:39
mveDave Kreskowiak3-Apr-08 9:39 
jchalfant wrote:
All is working well until my boss asks if there's a way for me to lock the MFC application until my application was closed.


The short answer is No. You have no control of another app's message pump or it's response to it.

The long answer is maybe, with a lot of research into hooking message pumps and filtering messages. I can see a bunch of potential problems doing this though.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Getting an Application window to behave as if it were called by showdialog() Pin
jchalfant3-Apr-08 9:56
jchalfant3-Apr-08 9:56 
QuestionHow do you retrieve the path of the .msi file. Pin
maznblue3-Apr-08 8:15
maznblue3-Apr-08 8:15 
AnswerRe: How do you retrieve the path of the .msi file. Pin
Dave Kreskowiak3-Apr-08 9:27
mveDave Kreskowiak3-Apr-08 9:27 
GeneralRe: How do you retrieve the path of the .msi file. Pin
maznblue4-Apr-08 5:20
maznblue4-Apr-08 5:20 
AnswerRe: How do you retrieve the path of the .msi file. Pin
mav.northwind3-Apr-08 10:35
mav.northwind3-Apr-08 10:35 
GeneralRe: How do you retrieve the path of the .msi file. Pin
maznblue4-Apr-08 5:25
maznblue4-Apr-08 5:25 
GeneralRe: How do you retrieve the path of the .msi file. Pin
maznblue4-Apr-08 7:56
maznblue4-Apr-08 7:56 
GeneralDate Diff... ? [modified] Pin
pakpatel3-Apr-08 8:09
pakpatel3-Apr-08 8:09 
GeneralRe: Date Diff... ? Pin
PIEBALDconsult3-Apr-08 8:29
mvePIEBALDconsult3-Apr-08 8:29 
GeneralRe: Date Diff... ? Pin
Guffa3-Apr-08 8:34
Guffa3-Apr-08 8:34 
GeneralRe: Date Diff... ? Pin
pakpatel3-Apr-08 9:01
pakpatel3-Apr-08 9:01 
QuestionShowDialog Event Handler? Pin
Colin Bozarth3-Apr-08 8:08
Colin Bozarth3-Apr-08 8:08 
AnswerRe: ShowDialog Event Handler? Pin
Giorgi Dalakishvili3-Apr-08 8:27
mentorGiorgi Dalakishvili3-Apr-08 8:27 
AnswerRe: ShowDialog Event Handler? Pin
carbon_golem3-Apr-08 9:59
carbon_golem3-Apr-08 9:59 
QuestionWriting a byte value to a file stream? Pin
Xpnctoc3-Apr-08 7:07
Xpnctoc3-Apr-08 7:07 
AnswerRe: Writing a byte value to a file stream? Pin
Luis Alonso Ramos3-Apr-08 8:01
Luis Alonso Ramos3-Apr-08 8:01 
GeneralRe: Writing a byte value to a file stream? Pin
Xpnctoc3-Apr-08 9:15
Xpnctoc3-Apr-08 9:15 

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.