Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Girish Kumar
2.2k
31
6.8k
Object of same Instance
Aug 16 2013 5:59 AM
I'm working on 3d Globes like Google earth .My requirement is to display tow globes one on 3Dwindow and other in 3dWindowEX(external) .If i rotate one same movement will happen on that side also.
I want to know how to create object for both the globes that work Simultaneously .I thought object of same instance will work but it is not working
Code looks like
SGWorld61 sgworld=new SGWorld61(); [For first Window)
sgworld.open(...............);
SGWorld61 globe=iex3DWindowEX.CreateInstance(TerraExplorer.SGWorld);
globe.open(.........);
both are opening same file i want the both the globes to sync
Thankyou
Reply
Answers (
1
)
Change variables in form from class
how to create exe file for c# project