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

Search:

Type: Posts; User: shivditya

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,225

    How to fit application on smaller laptop

    We have developed MDI application on 17 inch monitor in VC++ 2010 MFC.
    But now management wants application to run on 10 inch laptop.
    Application does not fit,it goes out of screen.
    Please tell me...
  2. Unable to find setting for exception handling in MFC

    My MDI Project(VC++2010 Professional) is unable to catch errors ,though I return ,try catch block.
    So I developed simple dialog based application .Placed one button on Dialog
    and on its click...
  3. Re: How can I restore database from .bak file in Visual C++?

    Dear Sir, I am using ODBC,CRecordset(MFC class) connectivity to connect to ODBC DSN.I create DSN at runtime using SQLConfigDataSource command.
    Will you please able to tell me name Of "Some...
  4. Re: How can I restore database from .bak file in Visual C++?

    Thats what I want to know What is VC++ syntax for "RESTORE DATABASE" command.If Trial.bak is my database backup what code I should write code in VC++(MFC) to restore it.
  5. How can I restore database from .bak file in Visual C++?

    I have created simple database connectivity using Visual C++ 2010 professional and SQL server 2008. I want to deploy the project to other machine. I am keeping database backup file in setup.But ...
  6. Replies
    10
    Views
    2,427

    Re: How to make DAO connection in VC++ 6.0 ?

    Actually My pc is down I am at my colleagues pc,who is at present in another country
  7. Replies
    10
    Views
    2,427

    Re: How to make DAO connection in VC++ 6.0 ?

    I downloaded MDAC finder tool,but as I dont have admin rights of pc ,I am unable to install it,lets see it tomorrow
  8. Replies
    10
    Views
    2,427

    Re: How to make DAO connection in VC++ 6.0 ?

    I have saved in access 2000 format,which is lowest one it allows to save
  9. Replies
    10
    Views
    2,427

    Re: How to make DAO connection in VC++ 6.0 ?

    how to find that?
  10. Replies
    10
    Views
    2,427

    Re: How to make DAO connection in VC++ 6.0 ?

    I added the line but it didnot help,while adding the class itself ,step comes where we have to give path to mdb and there only error comes
  11. Replies
    10
    Views
    2,427

    How to make DAO connection in VC++ 6.0 ?

    when I added new class of type MFC class and given base class as CDaoRecordset and clicked ok,

    Wizard opens Database option dialog box ,selecting DAO radio button. When I selected ...
  12. Replies
    3
    Views
    3,460

    How to read and write on SERIAL PORT

    I have developed two dialog based application One for reading from COM1 port and other
    to write on COM1 port.Read application waits for com event.Problem is write application able to open com port...
  13. How to get Full Server object in insert object list of microsoft word 2007

    I have two different machines on one I have VC++ 6.0 and on other VC++ 2010.
    I developed a full server MDI application on both (very same). I am able to
    see my object in Microsoft word 2007 in...
  14. Replies
    6
    Views
    1,952

    Re: How to delete data using ADO ?

    Microsoft example is too complicated to understand,will you please point out where I am wrong?
  15. Replies
    6
    Views
    1,952

    Re: How to delete data using ADO ?

    Will you please tell me how to add code tag?you are right,though my code is well indented as soon as i save it becomes unindented.
    The exact problem I am facing is that Deletion is not taking place...
  16. Replies
    6
    Views
    1,952

    How to delete data using ADO ?

    I am not able to delete data using ADO ,Will you please help me ?
    Code I written as follows


    #include <iostream>
    #include <tchar.h>
    #import " C:/Program Files/Common...
  17. Re: How to connect to access by ODBC in VC++ 2010

    Access 2007
  18. How to connect to access by ODBC in VC++ 2010

    I have created user DSN using odbcad32.exe. As it seems only connection with
    office 2007 32 bit available drivers.But when for DataSource( while adding CRecordSet) class ,I mention this DSN,VC++...
  19. Replies
    1
    Views
    668

    Images are not visible on tab control

    I have written following code,I am able to see tabs but with only text not images
    IDB_BITMAP is image of size 96*32;

    CImageList ci;
    ci.Create(IDB_BITMAP1,32,1,RGB(255,0,0));...
  20. Replies
    6
    Views
    1,710

    Re: How To use HotKey Control in VC++?

    Thankyou very much I got it I registered the hot key and mapped WM_HOTKEY in function and it does work
  21. Replies
    6
    Views
    1,710

    Re: How To use HotKey Control in VC++?

    Thank you for reply It seems I have to register Hotkey ,then only it will work
  22. Replies
    6
    Views
    1,710

    Re: How To use HotKey Control in VC++?

    I have read the documentation,I have set control on my dialog
    WORD dw = 'D';
    m_hot.SetHotKey(dw,HOTKEYF_CONTROL);
    when I run program it displays the key "ctrl+D " in hotkey control.
    But what does...
  23. Replies
    6
    Views
    1,710

    How To use HotKey Control in VC++?

    How To use HotKey Control in VC++?
  24. Does Visual Studio Professional 2010 has Visual C++2010

    I am about to purchase Visual Studio 2010 Professional because I want
    to use MFC library of VC++ which is not with express edition. But when I gone
    on microsoft site for purchase ,no where Visual...
  25. ASSERT(m_pCtrlSite == NULL) error on activex addition

    I draged and droped an added registered activex control FPCapX on simple dialog in dialog based application used to display image from hardware attached.
    When I start using any of its method which...
Results 1 to 25 of 25





Click Here to Expand Forum to Full Width

Featured