Click here to Skip to main content
15,897,891 members
Home / Discussions / C#
   

C#

 
GeneralRe: Picture-strange Pin
malharone22-Jul-05 7:09
malharone22-Jul-05 7:09 
GeneralRe: Picture-strange Pin
nc3b22-Jul-05 7:18
nc3b22-Jul-05 7:18 
GeneralRe: Picture-strange Pin
nc3b22-Jul-05 10:42
nc3b22-Jul-05 10:42 
GeneralRe: Picture-strange Pin
malharone22-Jul-05 10:43
malharone22-Jul-05 10:43 
GeneralRe: Picture-strange Pin
nc3b22-Jul-05 10:47
nc3b22-Jul-05 10:47 
GeneralRe: Picture-strange Pin
malharone22-Jul-05 11:21
malharone22-Jul-05 11:21 
GeneralReading from Applet WEB page Pin
amh00000121-Jul-05 11:20
amh00000121-Jul-05 11:20 
GeneralApplication architecture Pin
Zanathel21-Jul-05 9:50
Zanathel21-Jul-05 9:50 
Hi,
I'm very new to the C# application development architecture. What I am trying to accomplish is a class-system that looks a lot like the class system C++ is providing. An example of this architecture would be something like earth - an environment with animals and plants. Animals feeds the plants, and the plants lets the animals spread their seeds. They need eachother in order to function properly. What they need as well though, is a base - somewhere to walk. This is where "an Earth" come in to the picture. Earth sends parameters to the plants and animals, which handles the parameters, does what they have to do, and returns the result to earth - which continues sending requests and demands.

This is it.

I want an application where I might converse between classes without sending them as attributes all the time. Right now I'm having abstract classes which handles requests and demands from the Main Form and returns the result. It's very clumsy, since I have to send all fields that is beeing worked with as a parameter to the static function.

Is it somehow possible to set important fields to absolutly public? Or am I fishing in the wrong waters - are my idea of the optimal architecture incorrect?

I appreciate all answers I'll get. Thank you in advance,

// Leo
GeneralRe: Application architecture Pin
Christian Graus21-Jul-05 13:45
protectorChristian Graus21-Jul-05 13:45 
GeneralPassword Auth Against local machine user accounts Pin
ezekiel6121-Jul-05 9:27
ezekiel6121-Jul-05 9:27 
GeneralPassword Auth Against local machine user accounts Pin
ezekiel6121-Jul-05 9:26
ezekiel6121-Jul-05 9:26 
GeneralCrystal Reports 9 Pin
Member 177347421-Jul-05 9:15
Member 177347421-Jul-05 9:15 
GeneralRe: Crystal Reports 9 Pin
AmmuRaj21-Jul-05 22:23
AmmuRaj21-Jul-05 22:23 
GeneralRe: Crystal Reports 9 Pin
AmmuRaj24-Jul-05 21:57
AmmuRaj24-Jul-05 21:57 
Generalpanel transparent as splitter moved Pin
Sasuko21-Jul-05 9:05
Sasuko21-Jul-05 9:05 
GeneralOleDbException error Pin
theStorminMormon21-Jul-05 9:02
theStorminMormon21-Jul-05 9:02 
GeneralRe: OleDbException error Pin
squawk21-Jul-05 9:12
squawk21-Jul-05 9:12 
GeneralRe: OleDbException error Pin
theStorminMormon21-Jul-05 9:23
theStorminMormon21-Jul-05 9:23 
GeneralRe: OleDbException error Pin
squawk21-Jul-05 9:31
squawk21-Jul-05 9:31 
GeneralRe: OleDbException error Pin
theStorminMormon21-Jul-05 9:41
theStorminMormon21-Jul-05 9:41 
GeneralRe: OleDbException error Pin
Rob Graham21-Jul-05 9:42
Rob Graham21-Jul-05 9:42 
GeneralRe: OleDbException error Pin
theStorminMormon21-Jul-05 9:46
theStorminMormon21-Jul-05 9:46 
GeneralRe: OleDbException error Pin
squawk21-Jul-05 10:01
squawk21-Jul-05 10:01 
GeneralRe: OleDbException error Pin
Luis Alonso Ramos21-Jul-05 10:40
Luis Alonso Ramos21-Jul-05 10:40 
Generalrefresh form from another form Pin
webhay21-Jul-05 8:35
webhay21-Jul-05 8:35 

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.