><[]
sujtha
Posts
-
rsync - Is there any open source library C#/C++/C which will give me the delta changes of file (it can be any type)? -
Twain endorse textKindly let me know, how to use endorsement option in the scanner using twain
-
Piggyback image /overlapped imageHow to identify the image is piggy backed or overlapped?
-
Retrieve duplicate and non duplicate queryIt's working. Thanks a lot.
-
Retrieve duplicate and non duplicate queryI tried to execute the above query in the msacess. it throws an error msg as you tried to execute a query that does not include the specified expression 'id' as part of an aggregate function Kindly help ASAP.
-
Retrieve duplicate and non duplicate queryHi, I have employee table. ID empno salary empname 1 1 5000 sdf 2 2 4000 sdf 3 3 4000 sdfas 4 4 4500 sdf 5 5 5000 k 6 8 1000 TT I tried to retrieve the non duplicate rows from the using. Ex: the output should be ID empno salary empname 1 1 5000 sdf 2 2 4000 sdf 4 4 4500 sdf 6 8 1000 TT It should not be display the duplicate values in the salary. Thanks Sujatha
-
Need windows login informationI'm writing a program with a login screen. In the login screen, a login and password has to be filled in. Now I want to read the login and password of the user the is logged in into windows (because the login and password giving into the program have to be exacly the same as those of windows)
-
OCRLet me know, any opensource is available for OCR (Object Character Recognization)
-
Image Skew(angle)How to compute the angle(skew) of the image in vc++???
-
Image or BitmapHow to identify , in which angle image is rotated or skewed?
-
Urgent - How to identify given image is too dark or lightHow to identify given image is too dark or light? Input format of the file is tif and jpg.
-
shell executei tried null also. same problem....
-
shell executeCan anyone help me? I tried to open the web page using shell execute in maximized mode. the command as given below: CString webURL = "www.yahoo.com" HINSTANCE hInstance = (HINSTANCE)ShellExecute(this->m_hWnd, _T("open"), webURL, NULL, NULL, SW_MAXIMIZE); or HINSTANCE hInstance = (HINSTANCE)ShellExecute(this->m_hWnd, _T("open"), webURL, NULL, NULL, SW_SHOWMAXIMIZED); it opens the page. but it display as normal not in maximized state. first time it opens maximized. in the internet explorer, if restored and call the same command in the exe, it brings the window in the front. It displays in the normal
-
.Net Frame workI developed an ASP.NET Application and I want to ensure that who ever uses my application, is installed with .NET Framework 2.0 on their system. If not, the application should first install the .NET Framework 2.0 and then runs the application. Let us assume the .NET Framework 2.0 is not installed on one system. So now, how I can make my application to run the .NET Framework 2.0 to run (install) on a click of the link.
-
Linker ErrorI think u had used static dll. If you have import any static dll, u have to consider two main things 1. Add the lib details in project settings 2. Add the header files into exe path And then compile.
-
How can I copy a folder from one location to another location through codeI am developing a application using vc++. I want to copy a folder with its entire contains from one location to another location through code. How can I achieve this using VC++ 6.0.
-
Open string in edit control with another softwareShellExecute(handle, "notepad", filename, NULL, NULL, SW_SHOWNORMAL); ShellExecute(handle, "excel", filename, NULL, NULL, SW_SHOWNORMAL);
-
windows explorerCreate splitter control. Inside the splitter control , create the tree control on left side and list control on right side.
-
Database question !CDatabase db; db.Open("MyDataSource", FALSE, FALSE, "ODBC;", FALSE); CRecordset rs( &db ); rs.Open(...); then call rs.SetRowSetSize(30); if the recordset is not opened, then you are unable to set the more than 25 rows.
-
DataGrid Change size of columDatagrid control, Subclass the datagrid header control. In that subclass, the header structure having column width properties. Here you can change for each and every column width.