Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MFCダイアログベースのアプリケーションで使用するように、C ++フォームベースのアプリケーションでActiveXコントロールを使用することは可能ですか?
はい、AxHostクラスを使用してWinFormsでActiveXコントロールをホストできます。
I have a class that contains a List<> of objects. For this example I will say the objects are a basic class as below:
List<>
public class City { private str