Click here to Skip to main content
15,902,492 members
Home / Discussions / C#
   

C#

 
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.
AnswerRe: Flowchart - approach Pin
dfreeser30-Mar-09 8:37
dfreeser30-Mar-09 8:37 
QuestionSetting the httprequestheader.date Pin
MVMaasakkers30-Mar-09 6:56
MVMaasakkers30-Mar-09 6:56 
AnswerRe: Setting the httprequestheader.date Pin
Ravi Bhavnani30-Mar-09 12:00
professionalRavi Bhavnani30-Mar-09 12:00 
QuestionSearching within datagridview Pin
Martin3108830-Mar-09 6:18
Martin3108830-Mar-09 6:18 
AnswerRe: Searching within datagridview Pin
celso_cabaleiro30-Mar-09 6:34
celso_cabaleiro30-Mar-09 6:34 
AnswerRe: Searching within datagridview Pin
musefan30-Mar-09 6:54
musefan30-Mar-09 6:54 
GeneralRe: Searching within datagridview Pin
celso_cabaleiro30-Mar-09 7:07
celso_cabaleiro30-Mar-09 7:07 
GeneralRe: Searching within datagridview Pin
musefan30-Mar-09 7:12
musefan30-Mar-09 7:12 
GeneralRe: Searching within datagridview Pin
celso_cabaleiro30-Mar-09 7:25
celso_cabaleiro30-Mar-09 7:25 
GeneralRe: Searching within datagridview Pin
musefan30-Mar-09 7:32
musefan30-Mar-09 7:32 
GeneralRe: Searching within datagridview Pin
celso_cabaleiro30-Mar-09 7:41
celso_cabaleiro30-Mar-09 7:41 
QuestionPrinting Pin
mark_w_30-Mar-09 5:59
mark_w_30-Mar-09 5:59 
AnswerRe: Printing Pin
Yusuf30-Mar-09 6:14
Yusuf30-Mar-09 6:14 
GeneralRe: Printing Pin
mark_w_30-Mar-09 6:22
mark_w_30-Mar-09 6:22 
QuestionHow to find status of usercontrol wether it is cleared or not Pin
Narendra Reddy Vajrala30-Mar-09 5:40
Narendra Reddy Vajrala30-Mar-09 5:40 
AnswerRe: How to find status of usercontrol wether it is cleared or not Pin
musefan30-Mar-09 6:47
musefan30-Mar-09 6:47 
GeneralRe: How to find status of usercontrol wether it is cleared or not Pin
Narendra Reddy Vajrala31-Mar-09 2:29
Narendra Reddy Vajrala31-Mar-09 2:29 

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.