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

Search:

Type: Posts; User: team_ferrari22

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    3,274

    Defragmenting the registry

    Hi All,

    Does anybody know how to defragment windows registry.

    We googled and found several free tools doing the same.But no tool is having open source. One tool is there - 'UltraDefrag' which...
  2. Replies
    1
    Views
    4,397

    Using javascript with DITA

    Hi All,
    How to use javascript with DITA

    •We can give 'javascript:URL' to the 'href' attribute of <xref>,<link> and <lq> elements and it will execute it properly.
    ■ e.g.<xref...
  3. Re: Take 'Backup' of SQL Server Compact database

    Thank you for your reply.

    One more doubt we have, that is can we restore backup file taken by SQL Server (i.e.*.bak) to SQL Server Compact database or convert .bak file to .sdf file in any way? or...
  4. Take 'Backup' of SQL Server Compact database

    Hi All,

    Is it possible to take Backup of SQL Server Compact database (i.e. *.sdf) and Restore the same.

    Regards.
  5. Re: Create Data base SnapShots with our own file formats

    Thank you for your reply.
    But our requirement is different we want to do it offline. i.e. in the offline manner we want to get table & columns from snap shot files. So as some other softwares like...
  6. Create Data base SnapShots with our own file formats

    Hi All,

    We want to create a c#/VC++ application by using which we should be able to create sql server database SNAPSHOTs in our own file format (in online manner).

    And later we should be able...
  7. How to convert snapshot files to any other format?

    Hi All,

    Is there any way to convert the Sql Server 'Snapshot' files (*.ss files) to some other format...like 'xml','xls' or 'txt'...etc.

    Thanks.
  8. Read/extract data from sql server backup file without restoring

    Hi All,
    Is there any way to read/extract data from sql server backup file without restoring it?

    Thanks.
  9. How to invoke - NdrClientCall2() function

    Hi,

    Does any body know how the 'NdrClientCall2(...)'(is the function in RPCRT4.dll) function can be called in code or how it can be used.

    We gone through the MSDN help -...
  10. How to save the contents of Data URI to image.

    Hi,
    In Google Chrome the 'chrome.tabs.captureVisibleTab(integer windowId, function callback)'
    method will return a data URL of the JPEG encoding of the visible area of the captured tab.

    We...
  11. Google Chrome Extension to capture whole web page as image

    Hi,
    We are developing a Google Chrome Extension to capture whole web page as image.

    Most of the available Extensions will open a tab/window on the click of a button,where they are showing the
    ...
  12. VC++ : how to hook/unhook a particular single thread

    Hi,

    We are hooking TextOut(),ExtTextOut() and DrawText() methods GLOBALLY .

    i.e.
    hhook = SetWindowsHookEx(WH_CBT, function_address, module_handle, 0);


    But we want to hook/unhook only a...
  13. How to exclude a thread from global hook.

    Hi,
    We are hooking TextOut(),ExtTextOut() and DrawText() methods GLOBALLY .

    i.e.
    hhook = SetWindowsHookEx(WH_CBT, function_address, module_handle, 0);


    But we want to exclude our...
  14. Re: How to get scrolled area in IE when scrolled by hooking SendMessage()

    Hi Arjay,
    We are thankful for your quick reply.

    We downloded the Active accessibility tools from MS site i.e. accevent32.exe,event32.dll...etc. and tried to get the required information.

    When...
  15. Re: How to get tables and columns from existing sql server snapshot file

    Thank you for replying boudino.

    But we are actually not going to use the backup & restoring techniques of sql server.

    Simply we want to allow user to select a backup/snapshot file and our...
  16. How to get tables and columns from existing sql server snapshot file

    Hi,
    We are designing a windows application where we need to 'Get tables and columns from existing sql server snapshot file or backup file' .

    Does anybody know how it can be done.
    Please provide...
  17. How to get scrolled area in IE when scrolled by hooking SendMessage()

    Hi,

    We are developing a C# windows application which scrolls the selected windows automatically by using(hooking) win32 SendMessage() function and later will display the no. of pixels scrolled...
Results 1 to 17 of 17





Click Here to Expand Forum to Full Width

Featured