Click here to Skip to main content
15,887,683 members
Home / Discussions / C#
   

C#

 
GeneralRe: I have this code in C # more people basic_info returns 0!? Can someone help me? Pin
Member 1208599525-Oct-15 13:04
Member 1208599525-Oct-15 13:04 
GeneralRe: I have this code in C # more people basic_info returns 0!? Can someone help me? Pin
Member 1208599525-Oct-15 12:24
Member 1208599525-Oct-15 12:24 
QuestionFiles importation library design problem Pin
jonatan_55624-Oct-15 8:49
jonatan_55624-Oct-15 8:49 
AnswerRe: Files importation library design problem Pin
BillWoodruff24-Oct-15 20:25
professionalBillWoodruff24-Oct-15 20:25 
GeneralRe: Files importation library design problem Pin
jonatan_55625-Oct-15 8:06
jonatan_55625-Oct-15 8:06 
GeneralString was not recognized as a valid DateTime in local works fine but not in server Pin
yemen_mansour24-Oct-15 2:15
yemen_mansour24-Oct-15 2:15 
GeneralRe: String was not recognized as a valid DateTime in local works fine but not in server Pin
Eddy Vluggen24-Oct-15 5:50
professionalEddy Vluggen24-Oct-15 5:50 
QuestionJSON to DataGrid View Pin
seipekm23-Oct-15 23:08
seipekm23-Oct-15 23:08 
i need help
i search a solution for my problem

this is the Json
{
  "files": [
    {
      "date": 1445521605, 
      "gcodeAnalysis": {
        "estimatedPrintTime": 530.8143991643507, 
        "filament": {
          "tool0": {
            "length": 74.55374000000013, 
            "volume": 0.0
          }
        }
      }, 
      "hash": "713a103e403781e9edf4b7dafc5ecd75e9f24ad0", 
      "links": [], 
      "name": "19_Space_Shuttle_Discovery_Main_Engine_Connection_(Design_Share_Make).STL.gcode", 
      "origin": "local", 
      "refs": {
        "download": "http://192.168.1.182/downloads/files/local/19_Space_Shuttle_Discovery_Main_Engine_Connection_(Design_Share_Make).STL.gcode", 
        "resource": "http://192.168.1.182/api/files/local/19_Space_Shuttle_Discovery_Main_Engine_Connection_%28Design_Share_Make%29.STL.gcode"
      }, 
      "size": 57850, 
      "type": "machinecode"
    }, 
    {
      "date": 1445521610, 
      "gcodeAnalysis": {
        "estimatedPrintTime": 1872.1848191080057, 
        "filament": {
          "tool0": {
            "length": 481.17632000000054, 
            "volume": 0.0
          }
        }
      }, 
      "hash": "54f64a3081d6f70a217b94f8b62364c7c59f70d8", 
      "links": [], 
      "name": "20_Space_Shuttle_Discovery_Manoeuvring_Engine_Left_(Design_Share_Make).STL.gcode", 
      "origin": "local", 
      "refs": {
        "download": "http://192.168.1.182/downloads/files/local/20_Space_Shuttle_Discovery_Manoeuvring_Engine_Left_(Design_Share_Make).STL.gcode", 
        "resource": "http://192.168.1.182/api/files/local/20_Space_Shuttle_Discovery_Manoeuvring_Engine_Left_%28Design_Share_Make%29.STL.gcode"
      }, 
      "size": 928161, 
      "type": "machinecode"
    }, 
    {
      "date": 1445521575, 
      "gcodeAnalysis": {
        "estimatedPrintTime": 20294.513776836233, 
        "filament": {
          "tool0": {
            "length": 14730.938639999962, 
            "volume": 0.0
          }
        }
      }, 
      "hash": "31d84126f9c206bb2d5161c63d09ee0af693672f", 
      "links": [], 
      "name": "11_Space_Shuttle_Discovery_Base_(Design_Share_Make).STL_104524.gcode", 
      "origin": "local", 
      "refs": {
        "download": "http://192.168.1.182/downloads/files/local/11_Space_Shuttle_Discovery_Base_(Design_Share_Make).STL_104524.gcode", 
        "resource": "http://192.168.1.182/api/files/local/11_Space_Shuttle_Discovery_Base_%28Design_Share_Make%29.STL_104524.gcode"
      }, 
      "size": 5072778, 
      "type": "machinecode"
    }
]
}



i will listing all name, length, size etc. in a Gridview
Who can help me?
I thank you in advance

Martin
AnswerRe: JSON to DataGrid View Pin
OriginalGriff23-Oct-15 23:14
mveOriginalGriff23-Oct-15 23:14 
GeneralRe: JSON to DataGrid View Pin
seipekm23-Oct-15 23:21
seipekm23-Oct-15 23:21 
GeneralRe: JSON to DataGrid View Pin
OriginalGriff23-Oct-15 23:31
mveOriginalGriff23-Oct-15 23:31 
GeneralRe: JSON to DataGrid View Pin
seipekm23-Oct-15 23:38
seipekm23-Oct-15 23:38 
GeneralRe: JSON to DataGrid View Pin
OriginalGriff23-Oct-15 23:42
mveOriginalGriff23-Oct-15 23:42 
GeneralRe: JSON to DataGrid View Pin
seipekm23-Oct-15 23:52
seipekm23-Oct-15 23:52 
GeneralRe: JSON to DataGrid View Pin
OriginalGriff24-Oct-15 0:08
mveOriginalGriff24-Oct-15 0:08 
GeneralRe: JSON to DataGrid View Pin
seipekm24-Oct-15 1:24
seipekm24-Oct-15 1:24 
Questionavro - c# to Java, on Flush or Close - “The underlying connection was closed” C# side upon Java HttpExchange.getResponseBody().flush() Pin
devvvy22-Oct-15 14:28
devvvy22-Oct-15 14:28 
QuestionUsing NLog in many classes Pin
Member 1206160022-Oct-15 7:08
Member 1206160022-Oct-15 7:08 
AnswerMessage Closed Pin
22-Oct-15 8:04
mveGerry Schmitz22-Oct-15 8:04 
GeneralRe: Using NLog in many classes Pin
Member 1206160022-Oct-15 8:28
Member 1206160022-Oct-15 8:28 
AnswerRe: Using NLog in many classes Pin
John Torjo22-Oct-15 10:11
professionalJohn Torjo22-Oct-15 10:11 
GeneralRe: Using NLog in many classes Pin
Member 1206160022-Oct-15 10:34
Member 1206160022-Oct-15 10:34 
GeneralRe: Using NLog in many classes Pin
John Torjo22-Oct-15 10:36
professionalJohn Torjo22-Oct-15 10:36 
GeneralRe: Using NLog in many classes Pin
Member 1206160022-Oct-15 11:16
Member 1206160022-Oct-15 11:16 
GeneralRe: Using NLog in many classes Pin
John Torjo22-Oct-15 22:53
professionalJohn Torjo22-Oct-15 22:53 

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.