Click here to Skip to main content
15,896,153 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Drawing on Images? [modified] Pin
ashamsa26-Jun-07 1:40
ashamsa26-Jun-07 1:40 
QuestionWhat is Wrong with my Dataset or Event on the Textbox Pin
Vimalsoft(Pty) Ltd26-Jun-07 0:25
professionalVimalsoft(Pty) Ltd26-Jun-07 0:25 
QuestionActive directory Pin
Jayesh Talsaniya26-Jun-07 0:20
Jayesh Talsaniya26-Jun-07 0:20 
AnswerRe: Active directory Pin
SHatchard26-Jun-07 0:53
SHatchard26-Jun-07 0:53 
GeneralRe: Active directory Pin
Jayesh Talsaniya26-Jun-07 1:05
Jayesh Talsaniya26-Jun-07 1:05 
GeneralRe: Active directory Pin
SHatchard26-Jun-07 1:14
SHatchard26-Jun-07 1:14 
GeneralRe: Active directory Pin
Jayesh Talsaniya26-Jun-07 1:33
Jayesh Talsaniya26-Jun-07 1:33 
Questionglobal Pin
Sebastian T Xavier25-Jun-07 23:27
Sebastian T Xavier25-Jun-07 23:27 
Hi all,

Can i create an file like abc.inc and store like the code segnment below.?
<br />
enum Colours<br />
    {<br />
        Blue, Green, Red<br />
    };<br />

or
<br />
Blue<br />
Green<br />
Red<br />

Can you tell me how to include this abc.inc in the codebehind page.ie in default.aspx.cs file.


I know we can include files like this in classic ASP. I want to get the data from the file using a webservice and display in a list control, inside a windows form.


What will be best method to implement this?


what i am trying to do is to create an enumeration for colour indicators
like
enum Colours
{
Blue, Green, Red
};

In the UI i will show the colour values in the List Control.
when i add or edit the enumeration member, that change should reflect in the UI.
This is the scenario.....


waiting for your valuable suggestions

Thanks



Sebastian
AnswerRe: global Pin
Tamimi - Code25-Jun-07 23:45
Tamimi - Code25-Jun-07 23:45 
GeneralRe: global Pin
Christian Graus25-Jun-07 23:50
protectorChristian Graus25-Jun-07 23:50 
GeneralRe: global Pin
Tamimi - Code26-Jun-07 0:50
Tamimi - Code26-Jun-07 0:50 
GeneralRe: global Pin
Sebastian T Xavier25-Jun-07 23:53
Sebastian T Xavier25-Jun-07 23:53 
AnswerRe: global Pin
Christian Graus25-Jun-07 23:49
protectorChristian Graus25-Jun-07 23:49 
GeneralRe: global Pin
Sebastian T Xavier26-Jun-07 0:05
Sebastian T Xavier26-Jun-07 0:05 
GeneralRe: global Pin
Christian Graus26-Jun-07 0:08
protectorChristian Graus26-Jun-07 0:08 
GeneralRe: global Pin
Sebastian T Xavier26-Jun-07 0:26
Sebastian T Xavier26-Jun-07 0:26 
QuestionGet Icon Pin
Socheat.Net25-Jun-07 22:07
Socheat.Net25-Jun-07 22:07 
QuestionRe: Get Icon Pin
Vasudevan Deepak Kumar25-Jun-07 22:18
Vasudevan Deepak Kumar25-Jun-07 22:18 
AnswerRe: Get Icon Pin
Socheat.Net25-Jun-07 22:27
Socheat.Net25-Jun-07 22:27 
GeneralRe: Get Icon Pin
Dave Kreskowiak26-Jun-07 4:56
mveDave Kreskowiak26-Jun-07 4:56 
QuestionGeneral design question Pin
errorfunktion25-Jun-07 20:48
errorfunktion25-Jun-07 20:48 
AnswerRe: General design question Pin
Vasudevan Deepak Kumar25-Jun-07 22:19
Vasudevan Deepak Kumar25-Jun-07 22:19 
GeneralRe: General design question Pin
errorfunktion25-Jun-07 22:46
errorfunktion25-Jun-07 22:46 
AnswerRe: General design question Pin
.NetRams25-Jun-07 22:44
.NetRams25-Jun-07 22:44 
GeneralRe: General design question [modified] Pin
errorfunktion25-Jun-07 22:58
errorfunktion25-Jun-07 22:58 

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.