Click here to Skip to main content
15,896,118 members
Home / Discussions / C#
   

C#

 
QuestionKill a working BackgroundWorker Pin
Luis Alonso Ramos10-Apr-06 9:33
Luis Alonso Ramos10-Apr-06 9:33 
AnswerRe: Kill a working BackgroundWorker Pin
Nicholas Butler10-Apr-06 10:19
sitebuilderNicholas Butler10-Apr-06 10:19 
GeneralRe: Kill a working BackgroundWorker Pin
Luis Alonso Ramos10-Apr-06 13:48
Luis Alonso Ramos10-Apr-06 13:48 
AnswerRe: Kill a working BackgroundWorker Pin
Judah Gabriel Himango10-Apr-06 10:52
sponsorJudah Gabriel Himango10-Apr-06 10:52 
GeneralRe: Kill a working BackgroundWorker Pin
Luis Alonso Ramos10-Apr-06 13:53
Luis Alonso Ramos10-Apr-06 13:53 
GeneralRe: Kill a working BackgroundWorker Pin
Judah Gabriel Himango10-Apr-06 15:15
sponsorJudah Gabriel Himango10-Apr-06 15:15 
GeneralRe: Kill a working BackgroundWorker Pin
Luis Alonso Ramos10-Apr-06 15:22
Luis Alonso Ramos10-Apr-06 15:22 
QuestionUsing Statements - Confusion Reigns Pin
MrEyes10-Apr-06 7:59
MrEyes10-Apr-06 7:59 
Hopefully this will proove to be a classic school boy error, but I am damned if I can find the solution to this problem.

I have a project that has various class organised across various namespaces. If I use the following using statement:

using AndTheOther = Project.This.That.AndTheOther;

Everything work fine, i.e. I can call:

AndTheOther.MyRandomMethod();<br />
AndTheOther.MyRandomClass mrc = new MyRandomClass()<br />


However, if I use the following using statement:

using Project.This.That;

The compiler (VS 2003) fails with the usual

(144): The type or namespace name 'AndTheOther' could not be found (are you missing a using directive or an assembly reference?)


Can anybody tell me what I have got wrong?
AnswerRe: Using Statements - Confusion Reigns Pin
Dan Neely10-Apr-06 8:03
Dan Neely10-Apr-06 8:03 
GeneralRe: Using Statements - Confusion Reigns Pin
MrEyes10-Apr-06 8:08
MrEyes10-Apr-06 8:08 
GeneralRe: Using Statements - Confusion Reigns Pin
Wjousts10-Apr-06 10:47
Wjousts10-Apr-06 10:47 
Questionpop-up alerts Pin
aero_t10-Apr-06 7:42
aero_t10-Apr-06 7:42 
AnswerRe: pop-up alerts Pin
User 665810-Apr-06 9:09
User 665810-Apr-06 9:09 
AnswerRe: pop-up alerts Pin
Ravi Bhavnani10-Apr-06 10:23
professionalRavi Bhavnani10-Apr-06 10:23 
AnswerRe: pop-up alerts Pin
Ravi Bhavnani10-Apr-06 10:28
professionalRavi Bhavnani10-Apr-06 10:28 
GeneralRe: pop-up alerts Pin
aero_t10-Apr-06 14:29
aero_t10-Apr-06 14:29 
Questionhow to monitor application activity Pin
Sergey Gorchichko10-Apr-06 7:33
Sergey Gorchichko10-Apr-06 7:33 
AnswerRe: how to monitor application activity Pin
Judah Gabriel Himango10-Apr-06 10:45
sponsorJudah Gabriel Himango10-Apr-06 10:45 
GeneralRe: how to monitor application activity Pin
Sergey Gorchichko10-Apr-06 19:45
Sergey Gorchichko10-Apr-06 19:45 
QuestionA tale of DataGrids, Scrollbars, and Sorting Pin
Pseudo Quasi10-Apr-06 7:16
Pseudo Quasi10-Apr-06 7:16 
QuestionUsing Fonts with Windows Forms Pin
Mario Bessa10-Apr-06 7:08
Mario Bessa10-Apr-06 7:08 
AnswerRe: Using Fonts with Windows Forms Pin
Judah Gabriel Himango10-Apr-06 7:12
sponsorJudah Gabriel Himango10-Apr-06 7:12 
Questioncompare hashtable values Pin
kani9810-Apr-06 6:20
kani9810-Apr-06 6:20 
AnswerRe: compare hashtable values Pin
Ravi Bhavnani10-Apr-06 6:43
professionalRavi Bhavnani10-Apr-06 6:43 
GeneralRe: compare hashtable values Pin
kani9810-Apr-06 7:25
kani9810-Apr-06 7:25 

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.