Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

CtrlSetText 0x80000000 option:path string format


1 reply to this topic

TRC

TRC
  • Members
  • 3 posts

Posted 20 August 2003 - 11:18

This neat little line of code from D:\Program Files\InstallShield\Developer\Script\iswi\src\Sdstype2.rul
CODE
CtrlSetText( szDlg, 0x80000000 | SD_STA_DESTDIR, svDirLoc );


The 0x80000000 option takes a path string and formats it to show the drive, some '...'s and the final directory.

I haven't been able to find any documentation on this. I would like to be able to do more with this sort of functionality. Anyone got some hints?

TIA,

Tom cool.gif

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 21 August 2003 - 11:34

I guess that's equivalent to the SS_PATHELLIPSIS constant in WinAPI. See the Platform SDK for details.