To Fill Datasource of my ComBobox with Paper Orientattion Enumeration
Windows Forms
1
Posts
1
Posters
0
Views
1
Watching
-
I am Using Visual c++ 2005 I need to make ab choice of all my Printing options I have a Problem how to fill into my comBobox All Orientation Parper I try This this->paperorientation->DataSource = System::Enum::GetValues(GetType(PaperOrientation)) I have a message CrystalDecisions::Shared::PaperOrientation: Illegal use of this type as an expression. I do not what to do Can you help me I need to fill my Paper Orientation, PAper Size, Paper Duplex ComboBoxes Help needed