CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Roddy

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    520

    Program Distribution

    Would anyone like to add to this?

    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvc60/html/redistribvc6.asp

    This is the answer from MSDN and it is of NO HELP to me. I know...
  2. Replies
    1
    Views
    520

    Program distribution

    I've written a project that uses an access database. Of course, I'll be distributing the exe file and the access database, but surely that can't be all! I know this is asking a lot but when I...
  3. Replies
    1
    Views
    2,672

    Any call to the ::AddNew() method will ADD a row...

    Any call to the ::AddNew() method will ADD a row to your database. Call AddNew() and then set the database fields with data and lastly call your ::Update() method to write the data to the new...
  4. Replies
    3
    Views
    662

    Package and deployment in VC6

    Basically, these will tie up all the files that I need autmatically, with little of my intervention and make it one nice fat round setup.exe ? :-)

    That simple ?

    Thanks guys, really needed...
  5. Replies
    3
    Views
    662

    Package And Deployment Under VC6

    I've written a program that uses several dozen DLL's.

    How can I deploy this so it runs first time on clients computers?

    Regards,


    roddy
  6. Replies
    0
    Views
    561

    MonthCalCtrl, Messages, ActiveX, Maps, Class Wizard

    I've created a month calendar control using code rather than drawing it, as an exercise in VC++.

    My probem is, I can get the MonthCalCtrl to draw but I do not know what to use to handle messages...
  7. Replies
    2
    Views
    591

    wab

    apparently it can be accessed through mapi but I don't want to be bothered with profiles and logins.

    Microsoft has a gutsy sample that shows how to do it in c++ but its long winded, complicated...
  8. Thread: reference book

    by Roddy
    Replies
    5
    Views
    923

    Books

    Programming Microsoft Visual C++ : 5th edition.
    by Kruglinski, Wingo, Shepherd

    4.5 stars out of 5.0 for this one.
  9. Replies
    2
    Views
    591

    Windows Address Book

    How can I tell if the address book is installed or not? (using mfc)

    if its installed i need a way to extract the information from it.

    I need to know how to program it, frankly.

    Not much...
  10. Thread: reference book

    by Roddy
    Replies
    5
    Views
    923

    Good books.

    There are a number of sites where you can download and look at some pretty reasonable VC6 books online.

    http://www.maxcode.com has a few links to download free ebooks on C++, VC++, win32API and...
  11. Thread: Crystal Report

    by Roddy
    Replies
    579
    Views
    638,004

    Filter out fields based on value.

    I am new to crystal reports so plz help me.

    I want the previewed report to omit fields from the database based on what their value is.

    For example, if we have a mailing list: The address is...
  12. Thread: Crystal Report

    by Roddy
    Replies
    579
    Views
    638,004

    I am new to crystal reports so plz help me. I...

    I am new to crystal reports so plz help me.

    I want the previewed report to omit fields from the database based on what their value is.

    For example, if we have a mailing list: The address is...
  13. Replies
    2
    Views
    645

    Nah

    Nah, not it.

    ++Roddy
  14. Simple ActiveX Question. (I Just need a URL.)

    Apparently, Microsoft has online galleries where it has consolidated the control descriptions of ALL their ActiveX controls.

    Does anyone have any URL's to help me here?

    Many thanks,
    ...
  15. Replies
    2
    Views
    645

    ActiveX Control Galleries?

    Apparently, Microsoft has galleries where it has consolidated the control descriptions of ALL their ActiveX controls. Does anyone have any URL's to help me here?

    Many thanks,

    ++Roddy
  16. Replies
    4
    Views
    623

    Yup

    I know what you mean:

    I have looked around and played with some ActiveX (MonthCalCtlr, CCalendar, CDTPicker, CMonthView) but none show this kind of functionality. I am either using them wrong...
  17. Replies
    4
    Views
    623

    It is

    It is for agendas. In this case, this screenshot allows the end user to enter strings for each hour of the day. Is there an ActiveX control that has this kind of functionality? What is it called? ...
  18. Replies
    0
    Views
    460

    Please, take a look at this.

    Please look at the file that I have attached here. Its a screenshot of an ActiveX control, quite like the DateTime/CCalendar ActiveX class that comes with MFC and VB. The difference is, this one...
  19. Replies
    4
    Views
    623

    Does anyone know what this is?

    Please look at the file that I have attached here. Its a screenshot of an ActiveX control, quite like the DateTime/CCalendar ActiveX class that comes with MFC and VB. The difference is, this one...
Results 1 to 19 of 19





Click Here to Expand Forum to Full Width

Featured