Click here to Skip to main content
15,900,378 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# equilavent functionality to a C++ Vector Pin
Mircea Puiu1-Feb-07 5:30
Mircea Puiu1-Feb-07 5:30 
AnswerRe: C# equilavent functionality to a C++ Vector Pin
Luc Pattyn1-Feb-07 6:37
sitebuilderLuc Pattyn1-Feb-07 6:37 
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 
I have 3 dlls involved in this. One is a 3rd party enhanced messagebox class. The second is several shared gui components that includes a wrapper to the 3rd party lib (I want to keep the wrapper separate to make updating the lib as easy as possible). The third consists of primarily nonGUI components. A few of those components do however spit out messageboxes in certain error conditions. The shared GUI components dll extensively references the shared nonGUI dll, so that dependency isn't changable. The problem is that when I try to have the nonGUI dll reference the GUIdll, which I only need for the messagebox wrapper, VS won't allow me to do so because it would create a circular dependency.

Am I correct in thinking my only options are to move the messagebox wrapper out of the shared GUI dll so that I can reference its new location from both, or to modify the classes in the nonGUI dll so that they let all their problem reports float up to a higher level before informing the user?

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

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 
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 

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.