Click here to Skip to main content
15,914,016 members
Home / Discussions / C#
   

C#

 
GeneralRe: Accessing the user.config file on a newly installed application from the installer itself Pin
Kaare Tragethon23-Jun-10 6:28
Kaare Tragethon23-Jun-10 6:28 
GeneralRe: Accessing the user.config file on a newly installed application from the installer itself Pin
hwswin23-Jun-10 6:44
hwswin23-Jun-10 6:44 
GeneralRe: Accessing the user.config file on a newly installed application from the installer itself Pin
Kaare Tragethon23-Jun-10 6:53
Kaare Tragethon23-Jun-10 6:53 
GeneralRe: Accessing the user.config file on a newly installed application from the installer itself Pin
hwswin23-Jun-10 7:04
hwswin23-Jun-10 7:04 
GeneralRe: Accessing the user.config file on a newly installed application from the installer itself Pin
Kaare Tragethon23-Jun-10 7:15
Kaare Tragethon23-Jun-10 7:15 
GeneralRe: Accessing the user.config file on a newly installed application from the installer itself Pin
hwswin23-Jun-10 7:27
hwswin23-Jun-10 7:27 
GeneralRe: Accessing the user.config file on a newly installed application from the installer itself Pin
Kaare Tragethon23-Jun-10 7:47
Kaare Tragethon23-Jun-10 7:47 
QuestionHow to import a namespace - 2 levels up? Pin
martingeorgiev23-Jun-10 4:47
martingeorgiev23-Jun-10 4:47 
Hello,

So I have the following layout in my project:

Solution ('sol')
namespace A
------folder 1A
------------folder 1A1
------------------file Af.cs
namespace B
------folder 1B
------------file Bf.cs

Now, in file Bf.cs I want to call a method which is in file Af.cs. How can I do that? I can't create an object of type Af, because I cannot call the namespace A for some reason. I am getting a message namespace A cannot be found whenever I use: using A.1A.1A1;

The dashes above are there just to show the hierarchy ( indentation ).

Thank you!
AnswerRe: How to import a namespace - 2 levels up? Pin
Łukasz Nowakowski23-Jun-10 4:53
Łukasz Nowakowski23-Jun-10 4:53 
AnswerRe: How to import a namespace - 2 levels up? Pin
Abhinav S23-Jun-10 5:04
Abhinav S23-Jun-10 5:04 
AnswerRe: How to import a namespace - 2 levels up? Pin
Luc Pattyn23-Jun-10 5:11
sitebuilderLuc Pattyn23-Jun-10 5:11 
GeneralRe: How to import a namespace - 2 levels up? Pin
PIEBALDconsult23-Jun-10 14:33
mvePIEBALDconsult23-Jun-10 14:33 
AnswerRe: How to import a namespace - 2 levels up? Pin
martingeorgiev23-Jun-10 5:22
martingeorgiev23-Jun-10 5:22 
GeneralRe: How to import a namespace - 2 levels up? Pin
Luc Pattyn23-Jun-10 5:27
sitebuilderLuc Pattyn23-Jun-10 5:27 
Questionnested masterpages. Pin
FEMDEV23-Jun-10 4:41
FEMDEV23-Jun-10 4:41 
AnswerRe: nested masterpages. Pin
Paladin200023-Jun-10 5:00
Paladin200023-Jun-10 5:00 
GeneralRe: nested masterpages. Pin
FEMDEV23-Jun-10 5:04
FEMDEV23-Jun-10 5:04 
GeneralRe: nested masterpages. Pin
Paladin200023-Jun-10 5:06
Paladin200023-Jun-10 5:06 
GeneralRe: nested masterpages. Pin
FEMDEV23-Jun-10 5:14
FEMDEV23-Jun-10 5:14 
QuestionControll flash file from C# project and get action event from flash to C# application Pin
Md. Ali Naser Khan23-Jun-10 0:32
Md. Ali Naser Khan23-Jun-10 0:32 
AnswerRe: Controll flash file from C# project and get action event from flash to C# application Pin
Dave Kreskowiak23-Jun-10 3:11
mveDave Kreskowiak23-Jun-10 3:11 
QuestionHow to write public void DrawString(string s, Font font, Brush brush, RectangleF layoutRectangle); function [modified][Solved] Pin
yu-jian22-Jun-10 23:38
yu-jian22-Jun-10 23:38 
AnswerRe: How to write public void DrawString(string s, Font font, Brush brush, RectangleF layoutRectangle); function Pin
DaveAuld22-Jun-10 23:44
professionalDaveAuld22-Jun-10 23:44 
AnswerRe: How to write public void DrawString(string s, Font font, Brush brush, RectangleF layoutRectangle); function Pin
phil.o22-Jun-10 23:49
professionalphil.o22-Jun-10 23:49 
GeneralRe: How to write public void DrawString(string s, Font font, Brush brush, RectangleF layoutRectangle); function Pin
yu-jian23-Jun-10 4:10
yu-jian23-Jun-10 4:10 

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.