Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Calendar
  New Posts New Posts RSS Feed - CalendarDialogs fehlen
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CalendarDialogs fehlen

 Post Reply Post Reply
Author
Message
alexfcb View Drop Down
Newbie
Newbie


Joined: 20 January 2010
Location: Germany
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote alexfcb Quote  Post ReplyReply Direct Link To This Post Topic: CalendarDialogs fehlen
    Posted: 20 January 2010 at 3:30am
Hallo ,

die CalendarDialogs Klassen fehlen ?!
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 20 January 2010 at 1:03pm
Ich sehe sie in der Hilfenakte und im Browser des Gegenstandes VB6. Was ist Ihre Entwicklungsumgebung?

Back to Top
alexfcb View Drop Down
Newbie
Newbie


Joined: 20 January 2010
Location: Germany
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote alexfcb Quote  Post ReplyReply Direct Link To This Post Posted: 21 January 2010 at 2:22am
genau da sehe ich es auch und auch den CalendarResourcesManage.   Aber es gibt keine Klassen für CalendarDialogs und  CalendarResourcesManage.

Meine Umbgebung ist WIN XP Prof SP3  VC++ 6.
Back to Top
alexfcb View Drop Down
Newbie
Newbie


Joined: 20 January 2010
Location: Germany
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote alexfcb Quote  Post ReplyReply Direct Link To This Post Posted: 25 January 2010 at 4:13am
@SuperMario können Sie mir da helfen ??
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 25 January 2010 at 10:14am
So benutzen Sie das Produkt ActiveX-\ COM mit C++?
Back to Top
alexfcb View Drop Down
Newbie
Newbie


Joined: 20 January 2010
Location: Germany
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote alexfcb Quote  Post ReplyReply Direct Link To This Post Posted: 26 January 2010 at 2:18am
Ja genau ich benutze ActiveX-\ COM mit C++. Wieso gibt es da Probleme ? , Eigentlich Funktioniert ja alles super nur  wie gesagt fehlen mir da paar Klassen wie CalendarDialogs oder CalendarResourcesManager obwohl wie Sie selber schon geschrieben haben die stehen alle in der Hilfe drin !.
Back to Top
Carlos Rocha View Drop Down
Groupie
Groupie


Joined: 11 February 2008
Location: Portugal
Status: Offline
Points: 92
Post Options Post Options   Thanks (0) Thanks(0)   Quote Carlos Rocha Quote  Post ReplyReply Direct Link To This Post Posted: 26 January 2010 at 9:28am
I see
SuitePro 20.3.0
OS: Windows 10
Language: Visual Objects 2.8
Back to Top
alexfcb View Drop Down
Newbie
Newbie


Joined: 20 January 2010
Location: Germany
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote alexfcb Quote  Post ReplyReply Direct Link To This Post Posted: 27 January 2010 at 4:07am
hm  und was kann ich jetzt machen ??? 
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 27 January 2010 at 2:23pm
Hallo, benötige mir zu helfen mehr Informationen. Sie sagten Sie Gebrauch C++. Verwenden Sie es mit MFC, WTL, ETC…? Wenn MFC Sie Code unter Verwendung des Zauberers oder des Importes direkt erzeugen? Arbeiten Sie mit gehandhabtem C++?
Back to Top
alexfcb View Drop Down
Newbie
Newbie


Joined: 20 January 2010
Location: Germany
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote alexfcb Quote  Post ReplyReply Direct Link To This Post Posted: 28 January 2010 at 3:18am
Hallo ja ich benutze VC++ 6 mit MFC. Ich importiere die Klassen dann über ... Registered ActiveX Controls -> danach werden aus dem ActiveX-Steuerelement die Klassen Generiert und da fehlt eben die Klasse CalendarDialogs und CalendarResourcesManager .
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 28 January 2010 at 12:51pm
Hallo, zu verwenden Versuch "#import to generate classes from ocx"
Back to Top
alexfcb View Drop Down
Newbie
Newbie


Joined: 20 January 2010
Location: Germany
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote alexfcb Quote  Post ReplyReply Direct Link To This Post Posted: 29 January 2010 at 10:53am
Hallo , habe ich versucht aber bekomme da Fehler
..\dikalenderactivex\debug\codejock.calendar.v13.2.1.tlh(701) : error C2146: Syntaxfehler : Fehlendes ';' vor Bezeichner 'Font'
..\dikalenderactivex\debug\codejock.calendar.v13.2.1.tlh(701) : error C2501: 'FontPtr' : Fehlende Speicherklasse oder Typspezifizierer
kann man da was machen ??
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 01 February 2010 at 12:44pm
Hallo, müssen Sie stdole32 zuerst importieren

#import "C:\WINDOWS\system32\stdole2.tlb" exclude("OLE_HANDLE", "OLE_COLOR", "OLE_XPOS_PIXELS", "OLE_YPOS_PIXELS", "DISPPARAMS", "EXCEPINFO", "GUID", "IUnknown", "IDispatch", "IEnumVARIANT", "IFont", "IPicture")
using namespace stdole;

Back to Top
alexfcb View Drop Down
Newbie
Newbie


Joined: 20 January 2010
Location: Germany
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote alexfcb Quote  Post ReplyReply Direct Link To This Post Posted: 02 February 2010 at 9:46am
Danke es funktioniert super !  Vielen Dank SuperMario !!!!!!! 1A
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.219 seconds.