Microsoft Developer Network > 포럼 홈 > Visual C# General > Programming action to re-action
질문하기질문하기
 

일반 토론Programming action to re-action

  • 2009년 11월 4일 수요일 오후 5:13seahna 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     

    The project is going to be programmed in C#. My thoughts were that am image (map) is imported with the layout details of all the devices (similar to the image I sent you). Once it is imported into the application a preview of the image would be displayed. The application would then ask the user to define the number of devices attached to this map. Say for instance it had three so three would be place in the correct text field than it would ask the user to define the area of the map that is device 1. I thought here the user could be able to take the cursor over the map and click and a small box would appear define that area as device 1. The user would then define what the other devices the same way. After that they would be able to define the actions and reactions, say door opens for more then 1 minute device 1 turns blue or what ever color they want.

     

    I am sure this can be done I am just not sure what topic to research to figure out how it can be done. Do you have any ideas that you might be able to share?

    • 유형 변경됨seahna 2009년 11월 18일 수요일 오후 4:28
    • 유형 변경됨seahna 2009년 11월 18일 수요일 오후 4:29
    • 유형 변경됨Harry ZhuMSFT, 중재자2009년 11월 13일 금요일 오전 4:33
    •  

모든 응답

  • 2009년 11월 4일 수요일 오후 5:36Rudedog2중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     

    Access Conrol Supervisory Software?
    Mark the best replies as answers. "Fooling computers since 1971."
  • 2009년 11월 11일 수요일 오전 2:24Harry ZhuMSFT, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Hi,

    It appears this is what the Designer.cs file do. It records the infos of controls on the form and we can initialize these controls according to the file.

    I not sure if there is a topic about it, it's general to read info from a file and show the contents which can response.

    Have you started coding with it?

    Harry
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
    Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
  • 2009년 11월 13일 금요일 오전 4:33Harry ZhuMSFT, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     

    We are changing the issue type to “General Discussion” because you have not followed up with the necessary information. If you have more time to look at the issue and provide more information, please feel free to change the issue type back to “Question” by opening the Options list at the top of the post  window, and changing the type. If the issue is resolved, we will appreciate it if you can share the solution so that the answer can be found and used by other community members having similar questions.


    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
    Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.