Click here to Skip to main content
15,889,462 members
Home / Discussions / C#
   

C#

 
GeneralRe: Newbie (Http-Tunneling) in C#: Help PLZZZZ!! (post 2 prev post modify didnt succeed) Pin
Guffa22-Aug-06 5:43
Guffa22-Aug-06 5:43 
QuestionRe: Newbie (Http-Tunneling) in C#: Help PLZZZZ!! (post 2 prev post modify didnt succeed) Pin
gvanto22-Aug-06 21:19
gvanto22-Aug-06 21:19 
QuestionComboBox items Pin
zaboboa22-Aug-06 4:38
zaboboa22-Aug-06 4:38 
AnswerRe: ComboBox items Pin
Ed.Poore22-Aug-06 7:33
Ed.Poore22-Aug-06 7:33 
AnswerRe: ComboBox items Pin
Drew McGhie22-Aug-06 9:57
Drew McGhie22-Aug-06 9:57 
QuestionAssemblies / Use Variables [modified] Pin
ezazazel22-Aug-06 4:36
ezazazel22-Aug-06 4:36 
AnswerRe: Assemblies / Use Variables Pin
Ed.Poore22-Aug-06 7:31
Ed.Poore22-Aug-06 7:31 
GeneralRe: Assemblies / Use Variables Pin
ezazazel22-Aug-06 8:25
ezazazel22-Aug-06 8:25 
Hi Ed.Poore!

Thx for your reply, but I experienced some problems with your suggestion.
Your proposal works fine as long as I´m in the same assembly, but not in this case, where I have more assemblies in my solution.

public class FormoftheLibrary : Form<br />
{	<br />
private MainForm mainForm;		<br />
public FormoftheLibrary(MainForm mainForm) //HERE IS MY PROBLEM!!!	<br />
{<br />
this.InitializeComponent();		<br />
// blah blah blah		<br />
this.mainForm = mainForm;	<br />
}}


As I wrote in my initial message, I cannot pass the MainForm (from the first and executable assembly)
to the variable mainForm (in the second assambly which is a library) as VS tells me
"the type or namespace name MainForm cannot be found..." and that I´m missing the reference. But I cannot reference it due to the circledependencies, as the dependency is already set to the executable assembly.

Anyway thanks a lot for your time, maybe you have another suggestion.
Thanks in advance,

ezazazel
GeneralRe: Assemblies / Use Variables [modified] Pin
Martin#22-Aug-06 10:22
Martin#22-Aug-06 10:22 
GeneralRe: Assemblies / Use Variables Pin
ezazazel22-Aug-06 22:52
ezazazel22-Aug-06 22:52 
GeneralRe: Assemblies / Use Variables Pin
Martin#22-Aug-06 23:54
Martin#22-Aug-06 23:54 
QuestionBrowser automation Pin
Dave T22-Aug-06 4:26
Dave T22-Aug-06 4:26 
AnswerRe: Browser automation Pin
Ed.Poore22-Aug-06 4:29
Ed.Poore22-Aug-06 4:29 
GeneralRe: Browser automation Pin
Dave T22-Aug-06 5:40
Dave T22-Aug-06 5:40 
GeneralRe: Browser automation Pin
Ed.Poore22-Aug-06 6:08
Ed.Poore22-Aug-06 6:08 
QuestionNewbie (Http-Tunneling) in C#: Help PLZZZZ!! Pin
gvanto22-Aug-06 4:25
gvanto22-Aug-06 4:25 
Questiondisable special key in .NET (C#,VB) for win xp Pin
jeedjad22-Aug-06 4:14
jeedjad22-Aug-06 4:14 
AnswerRe: disable special key in .NET (C#,VB) for win xp Pin
Ed.Poore22-Aug-06 4:20
Ed.Poore22-Aug-06 4:20 
AnswerRe: disable special key in .NET (C#,VB) for win xp Pin
Eric Dahlvang22-Aug-06 4:57
Eric Dahlvang22-Aug-06 4:57 
GeneralRe: disable special key in .NET (C#,VB) for win xp Pin
jeedjad22-Aug-06 9:16
jeedjad22-Aug-06 9:16 
GeneralRe: disable special key in .NET (C#,VB) for win xp Pin
Eric Dahlvang22-Aug-06 9:52
Eric Dahlvang22-Aug-06 9:52 
GeneralRe: disable special key in .NET (C#,VB) for win xp [modified] Pin
jeedjad22-Aug-06 18:51
jeedjad22-Aug-06 18:51 
GeneralRe: disable special key in .NET (C#,VB) for win xp Pin
Eric Dahlvang23-Aug-06 4:09
Eric Dahlvang23-Aug-06 4:09 
GeneralRe: disable special key in .NET (C#,VB) for win xp [modified] Pin
jeedjad23-Aug-06 6:13
jeedjad23-Aug-06 6:13 
QuestionPerformance Test Tool For a Desktop Application Pin
Rohit Dev22-Aug-06 4:01
Rohit Dev22-Aug-06 4:01 

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.