Search results for query: *

  1. J

    my setup file won't run on another computer!

    I changed the Copy Local property of all References to true and now it works fine.
  2. J

    my setup file won't run on another computer!

    OK thanks a lot, I'm not a professional developer! but I will try. I thought that my components cause this problem so I doubted that I can't add my component's library to the setup file.
  3. J

    my setup file won't run on another computer!

    thanks JuggaloBrotha I'm using win 8.1 and 64 bit. the destination system's OS is win7 and 32 bit.
  4. J

    my setup file won't run on another computer!

    hi dear friends I have made a c# project but I can't create it's setup files :( I've used some different components in my project like DevExpress components. when I create a setup file, it doesn't run on another computer! What's the problem and how to fix it?? I'm using Installshield and...
  5. J

    Can't access a control property's members

    thanks a lot :tennis: I didn't know that tip. It is great. I can't thank you enough :love_heart:
  6. J

    Can't access a control property's members

    Hi there I wanna access a chart control properties but can't! I think these pictures illustrate my problem I can't access PointStyle property's members
  7. J

    Question Help in OOP!

    Thanks jmcilhinney I realized that I don't have deep understanding about objects. I thought that we can't use an object as an attribute and we just can use types like int, byte, string and so on as attributes! Definitely I was wrong. Due to that I couldn't understand this type of coding. About...
  8. J

    Question Help in OOP!

    Could you explain the last three line? at first you made three object (person1, person2 and car) and gave some data to their properties. OK At line 14 you have wrote "person2.Car = car;", What does it mean (person2.Car)? and how can we assign an object to it?
  9. J

    Question Help in OOP!

    In OOP I know that we have some classes and when we want to use them, we create objects from those classes. Class object name = Class(); and then I can use it's methods and properties by '.' :apthy: How to use objects in hierarchy?
  10. J

    Question Help in OOP!

    yes, I have read some documents but can't understand it's syntax for example: XYDiagram diagram = (XYDiagram)chartControl1.Diagram; it's for Line chart I think my problem is OOP. I mean I can't work with classes and objects. I have watched lot's of videos about OOP but can't use them in real world!
  11. J

    Question Help in OOP!

    Sorry for inexpressive question :adoration: I'm new to C#. I thought you know this chart!!! :distant: I'm using DevExpress components and I'd like to work with it's Charts(Line chart and Radar chart) and Gauge controls. This picture is Radar chart's classes hierarchy Clearly my question is this...
  12. J

    Question Help in OOP!

    Hi there I'm so confused in c# programming. I know some about OOP but it doesn't help me! I'm using DevExpress components and I don't know how to access it's controls' property. for example bellow diagram is for Radar Chart and I can't customize it's axis Could you please tell me how to use...
  13. J

    Question transfer data on LAN?

    thanks jmcilhinney I'm not a computer engineer so I don't have more information about this topic. I searched about LAN programming in C# and found some information about socket programming!. But I didn't know what's this! So I confused :miserable:
  14. J

    Question transfer data on LAN?

    hi there I would like to know how to transfer data on LAN? could you pls help me? thanks
Back
Top Bottom