Search found 4 matches

by MonkeySleeve
Mon Oct 08, 2018 10:21 am
Forum: Specific Development
Topic: [TS6] [VB 2010]: Dim TopSolid.Application the correct way in Win 10 ?
Replies: 3
Views: 7360

Re: [TS6] [VB 2010]: Dim TopSolid.Application the correct way in Win 10 ?

Hi MonkeySleeve win 10 and opening current TopSolid.Application is still working. We have to know the new Security Standards of Win10. If a "normal" User with "normal" rights starts TopSolid then the TopSolid.Application is in User environment with user rights. When we start our...
by MonkeySleeve
Wed Oct 03, 2018 1:34 pm
Forum: Specific Development
Topic: [TS6] [VB 2010]: Dim TopSolid.Application the correct way in Win 10 ?
Replies: 3
Views: 7360

Re: [TS6] [VB 2010]: Dim TopSolid.Application the correct way in Win 10 ?

Currently also experiencing this problem. I'm using the TopSolid 6.19 Type Library for version 6.19 and it refuses to use the already started application with an ActiveDocument, and instead opens a new application with no ActiveDocument off course causing it to fail.
by MonkeySleeve
Mon Nov 21, 2016 10:14 am
Forum: Specific Development
Topic: [TS7] Opening non-TopSolid files using TopSolid API
Replies: 2
Views: 5713

Re: [TS7] Opening non-TopSolid files using TopSolid API

Of course. Do not try to use a TopSolid function. As you have a seperate program you can use a shell execute function to start the file using the associated windows program. Just before opening check the file type and see if it is a TopSolid supported file. Hehe was wondering if you might answer th...
by MonkeySleeve
Thu Nov 17, 2016 11:18 am
Forum: Specific Development
Topic: [TS7] Opening non-TopSolid files using TopSolid API
Replies: 2
Views: 5713

[TS7] Opening non-TopSolid files using TopSolid API

Hi everyone, I'm currently developing a program which allows us to save information in a TopSolid project(Client name, contact information, project data etc) and one of the features is to being able to import attachments into TopSolid using the Documents.Import method. This works great; it imports m...