Click here to Skip to main content
15,906,624 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSetting Listview items color in icon view Pin
CaesarCZ17-Jul-02 3:59
CaesarCZ17-Jul-02 3:59 
GeneralRe: Setting Listview items color in icon view Pin
KaЯl17-Jul-02 6:07
KaЯl17-Jul-02 6:07 
GeneralRe: Setting Listview items color in icon view Pin
CaesarCZ17-Jul-02 10:05
CaesarCZ17-Jul-02 10:05 
GeneralRe: Setting Listview items color in icon view Pin
KaЯl17-Jul-02 21:39
KaЯl17-Jul-02 21:39 
GeneralRe: Setting Listview items color in icon view Pin
CaesarCZ17-Jul-02 23:14
CaesarCZ17-Jul-02 23:14 
GeneralRe: Setting Listview items color in icon view Pin
KaЯl18-Jul-02 2:24
KaЯl18-Jul-02 2:24 
GeneralAbout MS excel Pin
Old Gun17-Jul-02 3:54
Old Gun17-Jul-02 3:54 
GeneralVC++ Application Design Pin
Paul Ingles17-Jul-02 3:43
Paul Ingles17-Jul-02 3:43 
The application will be based around a data store, probably using MSDE/Access. This is instead of writing my own serialisation code, also provides me with a little flexibility when querying data out of it also.

There will be a main client app (probably written in VC++) as well as other add-ins for MS Office applications. Both of which need to communicate with the DB -- i.e. add-ins add to the DB, the VC++ client reads back from it, as well as adding data into it.

What's the best way of communicating with the data through a single channel, I'd rather not have the data access in both add-ins and client in case it changes at any point, requiring users to update too many things etc.

I've not touched COM with VC++ yet (far too scary from what I've seen) and wasn't sure whether this would be the best way to do it. Are there any suggestions about the best way of doing it?

I had considered writing it using .NET and C#/C++. Thus allowing me to use assemblies registered in the GAC for data access. I had thought about using C# to develop the Office add-ins and C++ for the main client.

I'd really appreciate people's thought on the matter. I'd be quite happy to try and develop it all in VC++ using MFC/ATL for the various parts, provided people can encourage me enough to put myself into so much mental fog Smile | :)

Thanks as always,
Paul

GeneralRe: VC++ Application Design Pin
Brian Azzopardi17-Jul-02 3:57
Brian Azzopardi17-Jul-02 3:57 
GeneralRe: VC++ Application Design Pin
Paul Ingles17-Jul-02 5:18
Paul Ingles17-Jul-02 5:18 
GeneralA very basic socket question Pin
Dave_17-Jul-02 3:21
Dave_17-Jul-02 3:21 
GeneralRe: A very basic socket question Pin
Joaquín M López Muñoz17-Jul-02 3:29
Joaquín M López Muñoz17-Jul-02 3:29 
GeneralRe: A very basic socket question Pin
includeh1017-Jul-02 3:39
includeh1017-Jul-02 3:39 
GeneralRe: A very basic socket question Pin
Dave_17-Jul-02 3:51
Dave_17-Jul-02 3:51 
GeneralRe: A very basic socket question Pin
includeh1017-Jul-02 4:05
includeh1017-Jul-02 4:05 
GeneralRe: A very basic socket question Pin
Dave_17-Jul-02 4:11
Dave_17-Jul-02 4:11 
GeneralRe: A very basic socket question Pin
Bubba214617-Jul-02 7:20
Bubba214617-Jul-02 7:20 
GeneralRe: A very basic socket question Pin
Dave_17-Jul-02 7:37
Dave_17-Jul-02 7:37 
GeneralRe: A very basic socket question Pin
Bubba214617-Jul-02 7:58
Bubba214617-Jul-02 7:58 
GeneralRe: A very basic socket question Pin
Dave_17-Jul-02 8:11
Dave_17-Jul-02 8:11 
GeneralRe: A very basic socket question Pin
Bubba214617-Jul-02 8:27
Bubba214617-Jul-02 8:27 
GeneralRe: A very basic socket question Pin
Dave_17-Jul-02 8:29
Dave_17-Jul-02 8:29 
GeneralPassing a control id Pin
moobob17-Jul-02 3:18
moobob17-Jul-02 3:18 
GeneralRe: Passing a control id Pin
Joaquín M López Muñoz17-Jul-02 3:21
Joaquín M López Muñoz17-Jul-02 3:21 
GeneralRe: Passing a control id Pin
moobob17-Jul-02 3:31
moobob17-Jul-02 3:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.