Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

sujtha

@sujtha
About
Posts
37
Topics
17
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • rsync - Is there any open source library C#/C++/C which will give me the delta changes of file (it can be any type)?
    S sujtha
    ><[]
    
    C# csharp c++ question

  • Twain endorse text
    S sujtha

    Kindly let me know, how to use endorsement option in the scanner using twain

    C / C++ / MFC tutorial

  • Piggyback image /overlapped image
    S sujtha

    How to identify the image is piggy backed or overlapped?

    Graphics tutorial question

  • Retrieve duplicate and non duplicate query
    S sujtha

    It's working. Thanks a lot.

    Database database career

  • Retrieve duplicate and non duplicate query
    S sujtha

    I 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.

    Database database career

  • Retrieve duplicate and non duplicate query
    S sujtha

    Hi, 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

    Database database career

  • Need windows login information
    S sujtha

    I'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)

    C / C++ / MFC

  • OCR
    S sujtha

    Let me know, any opensource is available for OCR (Object Character Recognization)

    C / C++ / MFC

  • Image Skew(angle)
    S sujtha

    How to compute the angle(skew) of the image in vc++???

    C / C++ / MFC c++ tutorial question

  • Image or Bitmap
    S sujtha

    How to identify , in which angle image is rotated or skewed?

    C / C++ / MFC graphics tutorial question

  • Urgent - How to identify given image is too dark or light
    S sujtha

    How to identify given image is too dark or light? Input format of the file is tif and jpg.

    C / C++ / MFC tutorial question

  • shell execute
    S sujtha

    i tried null also. same problem....

    C / C++ / MFC com linux help question

  • shell execute
    S sujtha

    Can 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

    C / C++ / MFC com linux help question

  • .Net Frame work
    S sujtha

    I 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.

    ASP.NET csharp asp-net dotnet

  • Linker Error
    S sujtha

    I 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.

    C / C++ / MFC help

  • How can I copy a folder from one location to another location through code
    S sujtha

    I 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.

    C / C++ / MFC c++ question

  • Open string in edit control with another software
    S sujtha

    ShellExecute(handle, "notepad", filename, NULL, NULL, SW_SHOWNORMAL); ShellExecute(handle, "excel", filename, NULL, NULL, SW_SHOWNORMAL);

    C / C++ / MFC tutorial

  • windows explorer
    S sujtha

    Create splitter control. Inside the splitter control , create the tree control on left side and list control on right side.

    C / C++ / MFC data-structures

  • Database question !
    S sujtha

    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.

    C / C++ / MFC question database

  • DataGrid Change size of colum
    S sujtha

    Datagrid 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.

    C / C++ / MFC tutorial learning
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups