|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
outlook-like applicationhas anyone seen an open-source, vb6 application that can store objects in
folders, similar to outlook? Craig
Outlook doesn't "store objects in folders" it sticks the objects in a single folder of its own, renames them to avoid conflicts and stores all its data and object references in a database. It then shows the user a nice logical representation. If you describe what you are trying to do (I hope not an outlook replacement, there are more than enough of them already) then more useful help should be forthcoming. Regards Dave O. Show quoteHide quote "Craig Buchanan" <msnews.microsoft.com> wrote in message news:eG1FsX3vFHA.2132@TK2MSFTNGP15.phx.gbl... > has anyone seen an open-source, vb6 application that can store objects in > folders, similar to outlook? > > Dave-
Thanks for the reply. I am trying to build an application for a friend that runs a martial arts studio and learn a few things in the process. I need to keep information about contacts, tasks, classes and so forth. The Outlook metaphor seems appropriate, but i want more control over the application. Moreover, I would like to create an API rather than simply code database calls in the client tier. Finally, i would like to create an exensible framework that could be tailored to meet my other business needs. Clearly, i can code this from scratch, but i don't want to if others have been down this road. do you know of open source projects that do what i describe? thanks, Craig Show quoteHide quote "Dave" <Nob***@Nowhere.Com> wrote in message news:%236TYob4vFHA.3400@TK2MSFTNGP14.phx.gbl... > > Craig > > Outlook doesn't "store objects in folders" it sticks the objects in a single > folder of its own, renames them to avoid conflicts and stores all its data > and object references in a database. It then shows the user a nice logical > representation. > > If you describe what you are trying to do (I hope not an outlook > replacement, there are more than enough of them already) then more useful > help should be forthcoming. > > Regards > Dave O. > > "Craig Buchanan" <msnews.microsoft.com> wrote in message > news:eG1FsX3vFHA.2132@TK2MSFTNGP15.phx.gbl... > > has anyone seen an open-source, vb6 application that can store objects in > > folders, similar to outlook? > > > > > > I know of no "off the shelf" solutions that will do what you need, I doubt
if you will find much that doesn't need so much modification that you would be better off starting from scratch - well not for free anyway! Best wishes Dave O. Show quoteHide quote "Craig Buchanan" <msnews.microsoft.com> wrote in message news:eKyz7C5vFHA.904@tk2msftngp13.phx.gbl... > Dave- > > Thanks for the reply. > > I am trying to build an application for a friend that runs a martial arts > studio and learn a few things in the process. I need to keep information > about contacts, tasks, classes and so forth. The Outlook metaphor seems > appropriate, but i want more control over the application. Moreover, I > would like to create an API rather than simply code database calls in the > client tier. Finally, i would like to create an exensible framework that > could be tailored to meet my other business needs. > > Clearly, i can code this from scratch, but i don't want to if others have > been down this road. do you know of open source projects that do what i > describe? > > thanks, > > Craig > > "Dave" <Nob***@Nowhere.Com> wrote in message > news:%236TYob4vFHA.3400@TK2MSFTNGP14.phx.gbl... >> >> Craig >> >> Outlook doesn't "store objects in folders" it sticks the objects in a > single >> folder of its own, renames them to avoid conflicts and stores all its >> data >> and object references in a database. It then shows the user a nice >> logical >> representation. >> >> If you describe what you are trying to do (I hope not an outlook >> replacement, there are more than enough of them already) then more useful >> help should be forthcoming. >> >> Regards >> Dave O. >> >> "Craig Buchanan" <msnews.microsoft.com> wrote in message >> news:eG1FsX3vFHA.2132@TK2MSFTNGP15.phx.gbl... >> > has anyone seen an open-source, vb6 application that can store objects > in >> > folders, similar to outlook? >> > >> > >> >> > > |
|||||||||||||||||||||||