Click here to Skip to main content
15,910,471 members
Home / Discussions / C#
   

C#

 
AnswerRe: Problem whit inserting date - Oracle and C# Pin
Giorgi Dalakishvili30-Mar-09 8:22
mentorGiorgi Dalakishvili30-Mar-09 8:22 
AnswerRe: Problem whit inserting date - Oracle and C# Pin
prubyholl30-Mar-09 8:23
professionalprubyholl30-Mar-09 8:23 
GeneralRe: Problem whit inserting date - Oracle and C# Pin
Dave Kreskowiak30-Mar-09 9:07
mveDave Kreskowiak30-Mar-09 9:07 
AnswerRe: Problem whit inserting date - Oracle and C# Pin
dan!sh 30-Mar-09 8:34
professional dan!sh 30-Mar-09 8:34 
AnswerRe: Problem whit inserting date - Oracle and C# [modified] Pin
Fayu30-Mar-09 8:37
Fayu30-Mar-09 8:37 
GeneralRe: Problem whit inserting date - Oracle and C# Pin
Thomas Krojer31-Mar-09 1:12
Thomas Krojer31-Mar-09 1:12 
Questionwriting another language in textbox Pin
behzadcp30-Mar-09 8:06
professionalbehzadcp30-Mar-09 8:06 
AnswerRe: writing another language in textbox Pin
Mustafa Ismail Mustafa30-Mar-09 8:20
Mustafa Ismail Mustafa30-Mar-09 8:20 
GeneralRe: writing another language in textbox Pin
behzadcp30-Mar-09 9:00
professionalbehzadcp30-Mar-09 9:00 
GeneralRe: writing another language in textbox Pin
Mustafa Ismail Mustafa30-Mar-09 9:15
Mustafa Ismail Mustafa30-Mar-09 9:15 
GeneralRe: writing another language in textbox Pin
Colin Angus Mackay30-Mar-09 13:17
Colin Angus Mackay30-Mar-09 13:17 
GeneralRe: writing another language in textbox Pin
Mycroft Holmes30-Mar-09 21:29
professionalMycroft Holmes30-Mar-09 21:29 
GeneralRe: writing another language in textbox Pin
Mustafa Ismail Mustafa30-Mar-09 23:31
Mustafa Ismail Mustafa30-Mar-09 23:31 
GeneralRe: writing another language in textbox Pin
Mycroft Holmes31-Mar-09 0:37
professionalMycroft Holmes31-Mar-09 0:37 
GeneralRe: writing another language in textbox Pin
Mustafa Ismail Mustafa31-Mar-09 0:49
Mustafa Ismail Mustafa31-Mar-09 0:49 
QuestionHiding <div> OnSelectedIndexChanged [modified] Pin
asipo30-Mar-09 8:01
asipo30-Mar-09 8:01 
AnswerRe: Hiding <div> OnSelectedIndexChanged Pin
Xmen Real 30-Mar-09 8:48
professional Xmen Real 30-Mar-09 8:48 
QuestionDataSet.GetChanges() returns null after data-bound control value modified Pin
Brian Perrin30-Mar-09 7:48
Brian Perrin30-Mar-09 7:48 
AnswerRe: DataSet.GetChanges() returns null after data-bound control value modified Pin
howlettt30-Mar-09 12:03
howlettt30-Mar-09 12:03 
QuestionC# to Access Excel files Pin
ematskin30-Mar-09 7:24
ematskin30-Mar-09 7:24 
AnswerRe: C# to Access Excel files Pin
EliottA30-Mar-09 8:28
EliottA30-Mar-09 8:28 
QuestionC# Pin
M aJi D30-Mar-09 7:08
M aJi D30-Mar-09 7:08 
AnswerRe: C# Pin
EliottA30-Mar-09 7:20
EliottA30-Mar-09 7:20 
AnswerRe: C# Pin
0x3c030-Mar-09 7:50
0x3c030-Mar-09 7:50 
QuestionFlowchart - approach Pin
dfreeser30-Mar-09 7:06
dfreeser30-Mar-09 7:06 
I need to develop a flow chart. I have an object that has 3 integers(an identifier, an upper node and a lower node). Would there be a big performance hit or better way than to create an array and arrange my objects in the array in order to process the image. For example:

First, the lower node is ALWAYS bigger than the upper node. Each area can only have two nodes. All the information will be passed to me and is stored in a datatable.

The list I am given has 10 objects. I set up an array with a depth of 10 and a width of 3(1/3 the # of objects). I place the lowest area(highest lower node) in the bottom and middle of the array and iterate the rest up.

Once I get all the objects placed in the array, I can get the real depth and width and call my graphics to draw the objects.

There shouldn't be more than 40 objects at a time, so theoretically, the max array size would be 40x13. The reason I have to make a bigger array is the flow could be a straight line or could branch off like crazy.

Am I way off on this? I am a newbie if it isn't obvious. I have an image of what the flowchart would look like, or, if anybody needs further explanation let me know. Thanks.

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.