Hi,Thanks for the reply The component i wish to use is developed using .Net. But my project is in VC 6.0 MFC. So is there any possibility to use that .Net component in my VC 6.0 project by writing a COM wrapper for that .Net component or some other way ? Hope this is clear
kanitamildasan
Posts
-
.Net through COM -
.Net through COMHi, I am new to .Net. Is it possible to use (third-party Non-Visual).Net components in VC 6.0 (MFC) application ? (using COM ?) Thanks in advance
-
Sync Contacts with my PIMThanks for the reply i will go through the spec.
-
Sync Contacts with my PIMHi, I am developing a PIM using MFC. I wish to know the ways to make my PIM mobile enabled ? (ex Sync Contacts with my PIM and Mobile etc) Is there any generic programming Interface which i need to expose to make the mobile software(like Nokia PC Suite) to communicate with my PIM and vice versa ? Thanks
-
[Message Deleted] [modified]Is there any MDB data VS (MS)XML data parsing/query/filtering performance review on the net ?
-
[Message Deleted] [modified]thanks robert
Robert Edward Caldecott wrote:
each "folder" consists of a single file, which is plain text and contains all the email messages delimited with "From - date". I maintain a separate binary index file for each "folder" that contains a list of messages and their position in the main mbox file
But we have to write our own parser(non buggy) for the Index and Mail file I hope SQL queries in MDB gives more customizable(and faster) filters than our own file format
Robert Edward Caldecott wrote:
This isn't too far away from how Mozilla Thunderbird works.
If MDB is not the right way to go Is there any Component/Library which handles the parsing for me ? thanks again
-
[Message Deleted] [modified]waldermort, thanks for the point I’ll lookout for encrypting the mails If performance concerned, Is it ok to go with MDB/*.eml(encrypted)OR with single custom database file format like outlook express thanks in advance
-
[Message Deleted] [modified]Hi all, I am working on an e-mail client application I've planned to store every email as *.eml file in the user's appropriate folder (physically created folder like Inbox, Sent Items etc) in HDD and keeps an *.MDB (CDaodatabase) with fields like folder, from, to, subject, emlfilepath, emlfilename So I can query the DB for fast retrieval and when user click/select a mail than open the eml file and show the mail content on the preview pane Is this a right way for the e-mail client storage OR any suggestions appreciated -- modified at 6:06 Wednesday 27th September, 2006
-
Worst day in my life...Hi Mukesh, Go for the one who have the job that exactly fits your passion just my few cents
-
wireless feature for human?Hi, Some crazy answers hmmm.... Guess installing some kinda night vision add-ins for your eyes from a Cats brain :)
-
wireless feature for human?Hi, Actually, We are already wireless in some sence like hearing ,viewing, smelling, throwing etc :)
-
Simulate Mnemonic KeysHi, Thanks James
-
Simulate Mnemonic KeysHi, I've an application that allows user to switch GUI language mnemonic keys (ALT + F for File menu) works in english mode i need to give the same shortcuts for the user even in non-english language modes where "&File" for menu is changed with some other strings without "&" in it How can i do that ? thanks in advance