No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
12 Posted Topics
Hi All, Is there any way to read/extract data from sql server backup file without restoring it? Thanks. | |
Hi All, Does anybody know how to [B]defragment windows registry[/B]. We googled and found several free tools doing the same.But no tool is having open source. One tool is there - '[U]UltraDefrag[/U]' which is open source tool written in 'C' for file defragmentation. Please provide help in searching open source/ … | |
Hi All, Do the DITA (Darwin Information Typing Architecture) supprots javascript? If supports..please guide us how to use javascript with DITA. Regards. | |
Hi All, Is it possible to take Backup of SQL Server Compact database (i.e. *.sdf) and Restore the same. Regards. | |
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 to get data from those snapshots files in offline manner using our application ( … | |
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. | |
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 - [URL="http://msdn.microsoft.com/en-us/library/aa374215(VS.85).aspx"]http://msdn.microsoft.com/en-us/library/aa374215(VS.85).aspx[/URL], but didnt get any examples/samples how to use this function. Please provide help. Thank you. | |
Hi, In Google Chrome the [COLOR="Green"]'chrome.tabs.captureVisibleTab(integer windowId, function callback)' [/COLOR] method will return a data URL of the JPEG encoding of the visible area of the captured tab. We want to save that content as image to hard disk without opening/passing the contents into new html page. Does anybody know … | |
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 captured web page as image(in new html page).And are telling to right click on the image … | |
Hi, We are hooking [COLOR="Green"]TextOut(),ExtTextOut() and DrawText() [/COLOR]methods GLOBALLY . i.e. [CODE]hhook = SetWindowsHookEx(WH_CBT, function_address, module_handle, 0);[/CODE] But we want to hook/unhook only a particular exe. Can someone tell us how to check all the existing threads and get the required exe and hook/unhook only that. Please provide help. Thank … | |
Hi, We are developing a C# windows application which [B]scrolls[/B] the selected windows automatically by using(hooking) win32 [B]SendMessage()[/B] function and later will display the no. of pixels scrolled using [B]GetScrollInfo()[/B] function. The SendMessage() is working properly & is scrolling all windows including IE. But GetScrollInfo() is not working for IE … | |
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 help. Thank you. |
The End.