Stefan H.
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Comments
Recent activity by Stefan H. Sort by recent activity-
Matt, if the behaviour would be as you described, I havn't asked. Try it by yourself: Take 3 VB6 Projects and add them to Document!X. After the build they are sorted according to the project names ...
-
Thanks Richard, I didn't got a reply for my support incident so I asked again here. What is the planned release date for the next update? We need this feature. I don't want to switch to HTMLHelp co...
-
Thanks, that's working for my project!
-
The order in the Doc X project file is the one I want in the chm. But after generating it the projects are alphabetically sorted according to their vb project names. I didn't got any help until now...
-
Hello, I changed %%Item_Title%% in $$Methods$$ to %%itemname%% (%%modulename%%). With default %%Item_Title%% I got this: Add (MyLib) Add (MyLib) Clone With %%itemname%% (%%modulename%%) I g...
-
The problem exists for all source files (also for forms, user controls and modules) with a public enum or public type. Stefan
-
Richard, did you understand me? I will try to describe it again: I have a class with some properties and an enum in together in a class file of a vb6 project. The enum is never used anywhere. I...