Click here to Skip to main content
15,887,027 members
Home / Discussions / C#
   

C#

 
GeneralRe: AAAAARRGH Pin
leppie19-Nov-02 11:19
leppie19-Nov-02 11:19 
GeneralAccessing menu items from UserControl Pin
Paul Silvernail17-Nov-02 4:46
Paul Silvernail17-Nov-02 4:46 
GeneralRe: Accessing menu items from UserControl Pin
djkno317-Nov-02 5:14
djkno317-Nov-02 5:14 
GeneralDirectoryEntry Pin
Mazdak17-Nov-02 3:15
Mazdak17-Nov-02 3:15 
GeneralRe: DirectoryEntry Pin
leppie17-Nov-02 7:11
leppie17-Nov-02 7:11 
GeneralRe: DirectoryEntry Pin
Mazdak17-Nov-02 8:05
Mazdak17-Nov-02 8:05 
GeneralSystem.Messaging missing ??!!! Pin
Pilgrim16-Nov-02 20:33
Pilgrim16-Nov-02 20:33 
GeneralRe: System.Messaging missing ??!!! Pin
James T. Johnson16-Nov-02 20:49
James T. Johnson16-Nov-02 20:49 
You need to reference the assembly containing the System.Messaging namespace, in this case "System.Messaging.dll".

In VS.NET, right click on the "References" entry for that project and choose Add Reference. On the command line add "/r:System.Messageing.dll"

James

- out of order -
GeneralRe: System.Messaging missing ??!!! Pin
Vasudevan Deepak Kumar17-Nov-02 23:28
Vasudevan Deepak Kumar17-Nov-02 23:28 
GeneralViews in C# Pin
Paul Silvernail16-Nov-02 17:25
Paul Silvernail16-Nov-02 17:25 
GeneralRe: Views in C# Pin
SimonS16-Nov-02 19:32
SimonS16-Nov-02 19:32 
GeneralRe: Views in C# Pin
Paul Silvernail17-Nov-02 2:45
Paul Silvernail17-Nov-02 2:45 
GeneralRe: Views in C# Pin
James T. Johnson16-Nov-02 20:56
James T. Johnson16-Nov-02 20:56 
GeneralRe: Views in C# Pin
Paul Silvernail17-Nov-02 2:50
Paul Silvernail17-Nov-02 2:50 
GeneralTwo Thread Accessing Same File At The Same Time Pin
yccheok16-Nov-02 16:50
yccheok16-Nov-02 16:50 
GeneralRe: Two Thread Accessing Same File At The Same Time Pin
leppie16-Nov-02 21:48
leppie16-Nov-02 21:48 
GeneralRe: Two Thread Accessing Same File At The Same Time Pin
yccheok17-Nov-02 16:11
yccheok17-Nov-02 16:11 
GeneralRe: Two Thread Accessing Same File At The Same Time Pin
Le centriste17-Nov-02 18:13
Le centriste17-Nov-02 18:13 
Question.NET grid control? Pin
Domenic Denicola16-Nov-02 15:10
Domenic Denicola16-Nov-02 15:10 
AnswerRe: .NET grid control? Pin
James T. Johnson16-Nov-02 16:29
James T. Johnson16-Nov-02 16:29 
GeneralRe: .NET grid control? Pin
Domenic Denicola16-Nov-02 16:35
Domenic Denicola16-Nov-02 16:35 
GeneralRe: .NET grid control? Pin
James T. Johnson16-Nov-02 17:47
James T. Johnson16-Nov-02 17:47 
GeneralOne event, two different controls Pin
Paul Watson16-Nov-02 3:07
sitebuilderPaul Watson16-Nov-02 3:07 
GeneralRe: One event, two different controls Pin
leppie16-Nov-02 3:47
leppie16-Nov-02 3:47 
GeneralRe: One event, two different controls Pin
Paul Watson16-Nov-02 3:52
sitebuilderPaul Watson16-Nov-02 3:52 

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.