Click here to Skip to main content
15,917,005 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# equilavent functionality to a C++ Vector Pin
Marc Clifton1-Feb-07 7:13
mvaMarc Clifton1-Feb-07 7:13 
Questionhow to put the gradient effect on the BindingNavigator object's bacground in Windows Forms Pin
Rocky#1-Feb-07 5:11
Rocky#1-Feb-07 5:11 
QuestionControls on programmatically added TabPages Pin
jimkeating1-Feb-07 5:09
jimkeating1-Feb-07 5:09 
AnswerRe: Controls on programmatically added TabPages Pin
Luc Pattyn1-Feb-07 6:47
sitebuilderLuc Pattyn1-Feb-07 6:47 
GeneralRe: Controls on programmatically added TabPages Pin
jimkeating1-Feb-07 7:15
jimkeating1-Feb-07 7:15 
QuestionDependency issue Pin
Dan Neely1-Feb-07 5:04
Dan Neely1-Feb-07 5:04 
AnswerRe: Dependency issue Pin
Luc Pattyn1-Feb-07 6:59
sitebuilderLuc Pattyn1-Feb-07 6:59 
GeneralRe: Dependency issue Pin
Dan Neely1-Feb-07 7:33
Dan Neely1-Feb-07 7:33 
Luc Pattyn wrote:
As I understand it, the logical dependency chain mainly is
GUIstuff --> nonGUIstuff --> SpecialMessageBox


No, the main dependency is as follows.
GUIstuff --> nonGUIstuff 
         \--> SpecialMessageBox  


There're only a very small number of dependencies between nonGUIstuff and SpecialMessageBox. GUIstuff is mostly controls shared between the mainApp.exe, and the newModule I've added for the current cycle. Most of GUIstuff and nonGUIstuff were originally part of mainApp but were pulled out to leave making newModule into a standalone app at some point in the future a simple task. SpecialMessageBox was a new addition and I didn't realize the problem until now because the places in question were oversites when it was initially added.

An interface like you suggested is probably the best option since some of the enhancements would produce feedback that would hardpressed to fit into a messageBox.

Making the change shouldn't be too painful since I'm the only developer, the downside is that I don't have enough experience to always come up with the best design decisions when i have to make them. D'Oh! | :doh:

Thanks. Cool | :cool:

--
Rules of thumb should not be taken for the whole hand.

GeneralRe: Dependency issue Pin
Luc Pattyn1-Feb-07 7:48
sitebuilderLuc Pattyn1-Feb-07 7:48 
QuestionCalling SP from .net Pin
Astricks1-Feb-07 3:43
Astricks1-Feb-07 3:43 
AnswerRe: Calling SP from .net Pin
Michael P Butler1-Feb-07 3:51
Michael P Butler1-Feb-07 3:51 
GeneralRe: Calling SP from .net Pin
Astricks1-Feb-07 3:58
Astricks1-Feb-07 3:58 
GeneralRe: Calling SP from .net Pin
Russell Jones1-Feb-07 22:02
Russell Jones1-Feb-07 22:02 
GeneralRe: Calling SP from .net Pin
Michael P Butler1-Feb-07 23:10
Michael P Butler1-Feb-07 23:10 
AnswerRe: Calling SP from .net Pin
Pete O'Hanlon1-Feb-07 4:38
mvePete O'Hanlon1-Feb-07 4:38 
QuestionResponse.Redirect Pin
acodman1-Feb-07 3:33
acodman1-Feb-07 3:33 
AnswerRe: Response.Redirect Pin
ednrgc1-Feb-07 3:35
ednrgc1-Feb-07 3:35 
AnswerRe: Response.Redirect Pin
Luc Pattyn1-Feb-07 3:37
sitebuilderLuc Pattyn1-Feb-07 3:37 
AnswerRe: Response.Redirect Pin
Michael P Butler1-Feb-07 3:45
Michael P Butler1-Feb-07 3:45 
QuestionXML Pin
snouto1-Feb-07 3:30
snouto1-Feb-07 3:30 
AnswerRe: XML Pin
Dustin Metzgar1-Feb-07 3:48
Dustin Metzgar1-Feb-07 3:48 
QuestionCompiler 2003 Makes me Dieing Pin
snouto1-Feb-07 2:41
snouto1-Feb-07 2:41 
AnswerRe: Compiler 2003 Makes me Dieing Pin
ednrgc1-Feb-07 3:21
ednrgc1-Feb-07 3:21 
GeneralRe: Compiler 2003 Makes me Dieing Pin
snouto1-Feb-07 3:31
snouto1-Feb-07 3:31 
QuestionHow to Call C# dll in VC++ 6.0 Pin
Vijjuuu.1-Feb-07 2:39
Vijjuuu.1-Feb-07 2:39 

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.