Click here to Skip to main content
15,912,977 members
Home / Discussions / C#
   

C#

 
Questioncreating installer, startup??? Pin
marazm19-Jul-05 6:58
marazm19-Jul-05 6:58 
AnswerRe: creating installer, startup??? Pin
marazm19-Jul-05 7:48
marazm19-Jul-05 7:48 
AnswerRe: creating installer, startup??? Pin
amitmohanty9-Jul-05 15:16
amitmohanty9-Jul-05 15:16 
AnswerHERE IS THE ANSWER Pin
marazm19-Jul-05 16:20
marazm19-Jul-05 16:20 
GeneralRe: HERE IS THE ANSWER Pin
amitmohanty9-Jul-05 18:17
amitmohanty9-Jul-05 18:17 
GeneralIn first time I draw, in the second, no. Pin
Alex Cutovoi9-Jul-05 6:21
Alex Cutovoi9-Jul-05 6:21 
GeneralRe: In first time I draw, in the second, no. Pin
Snowblind379-Jul-05 10:23
Snowblind379-Jul-05 10:23 
GeneralRe: In first time I draw, in the second, no. Pin
Alex Cutovoi10-Jul-05 5:21
Alex Cutovoi10-Jul-05 5:21 
GeneralNeed help using an abstract WebMethod Pin
Snowblind379-Jul-05 5:32
Snowblind379-Jul-05 5:32 
GeneralRe: Need help using an abstract WebMethod Pin
Member 20300389-Jul-05 9:05
Member 20300389-Jul-05 9:05 
GeneralRe: Need help using an abstract WebMethod Pin
Snowblind379-Jul-05 9:44
Snowblind379-Jul-05 9:44 
GeneralRe: Need help using an abstract WebMethod Pin
leppie9-Jul-05 14:30
leppie9-Jul-05 14:30 
GeneralRe: Need help using an abstract WebMethod Pin
Snowblind379-Jul-05 17:47
Snowblind379-Jul-05 17:47 
GeneralRe: Need help using an abstract WebMethod Pin
Snowblind3710-Jul-05 3:34
Snowblind3710-Jul-05 3:34 
GeneralRe: Need help using an abstract WebMethod Pin
S. Senthil Kumar10-Jul-05 3:37
S. Senthil Kumar10-Jul-05 3:37 
GeneralRe: Need help using an abstract WebMethod Pin
Snowblind3710-Jul-05 6:14
Snowblind3710-Jul-05 6:14 
QuestionVideo preview from external device - how to? Pin
Gal Shadeck9-Jul-05 3:22
Gal Shadeck9-Jul-05 3:22 
GeneralRedefining Enums Pin
Chris Davies9-Jul-05 2:59
Chris Davies9-Jul-05 2:59 
I have a class :-

namespace MyNamespace
{
public class MyClass
{
public void MyMethod ( System.SomeNamespace.SomeEnum test )
{
}
}
}

It would be nice to declare the enum in MyNamespace so the user of the class didn't have to remember which namespace the enum was defined in, ie something on the lines of :-

namespace MyNamespace
{
public enum MyEnum : System.SomeNamespace.SomeEnum ;
public class MyClass
{
public void MyMethod ( MyEnum test )
{
}
}
}

Is there a way possible without having to redefine all the enum values? Many thanks. Chris



Chris Davies
GeneralRe: Redefining Enums Pin
S. Senthil Kumar9-Jul-05 4:02
S. Senthil Kumar9-Jul-05 4:02 
GeneralRe: Redefining Enums Pin
Uwe Keim9-Jul-05 8:01
sitebuilderUwe Keim9-Jul-05 8:01 
GeneralRe: Redefining Enums Pin
Chris Davies9-Jul-05 9:19
Chris Davies9-Jul-05 9:19 
GeneralListView Column Width resize Pin
ARBR9-Jul-05 2:01
ARBR9-Jul-05 2:01 
GeneralRe: ListView Column Width resize Pin
mav.northwind9-Jul-05 20:52
mav.northwind9-Jul-05 20:52 
GeneralSet up problem Pin
ksanju10009-Jul-05 1:30
ksanju10009-Jul-05 1:30 
GeneralListView - Columns collection design-time question Pin
iliyang8-Jul-05 23:51
iliyang8-Jul-05 23:51 

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.