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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
P

prabhathgk

@prabhathgk
About
Posts
6
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Editing in Datagrid view
    P prabhathgk

    hi, Can anyone explain how I can attain the following senario What I have to do to display a warning message when I change the focus or try to edit another row, without entering valid data in the mandatory cells(fields) of the previous row thnks.

    .NET (Core and Framework)

  • window design
    P prabhathgk

    I want to desgin a MDI application window which look and feel like Microsoft Visual Studio 2005 with the property box etc. The client area should be like MS Access Report Designer with header,footer,rulers sections. How can design such a window

    C / C++ / MFC csharp visual-studio design

  • problem with CreateProcess
    P prabhathgk

    I am trying to execute an .sql file to creating tables in Oracle(8i) using CreateProcess() in my program and the system is giving my error that 'sqlplus.exe has encountered a problem and needs to close.' I want to know more about it //////////////////////////////////// //assume : CString cmd; LPTSTR m_szCommand; cmd.Format("C:\\oracle\\ora81\\bin\\sqlplus.exe man1/man1@rcrmtest @D:\\MainMaster.sql"); m_szCommand = cmd; Success = CreateProcess(NULL, LPTSTR(m_szCommand), NULL, NULL, TRUE, 0, NULL,m_szCurrentDirectory,&StartupInfo, &ProcessInfo); ///////////////////////////// As soon as the createprocess is executed I am getting 'Success' = true; but immediately am getting the above metioned warning. Can you figure out the problem?

    C / C++ / MFC oracle help database question

  • telecom billing - CDR Acquisition
    P prabhathgk

    I want to know the process of CDR collection from the telecom switches for real time telecom billing systems, like 1. how ftp tools used for the purpose 2. is polling method used, how etc or where could i find such details

    IT & Infrastructure tools

  • installer for oracle db
    P prabhathgk

    I want to make an oracle db installer for my program. When it is executed it should be able to search the tnsnames.ora and list the services in combo box. Up to this it is finished(got the idea from http://www.codeproject.com/database/OSidList.asp) Now, I want to: 1. logging to the service with login id and password : 2. after successful login all the users under the service should be listed. I can either choose the existing user or create a new user with sufficient rolls. 3. after that I want to execute scripts for creating tables etc. These scripts are stored in separate folder. How will I write functions which perform the above tasks?

    C / C++ / MFC database oracle com question

  • image processing
    P prabhathgk

    how can split an image into 8x8 blocks and calculate the mean,varients.. dct,fft etc. prabhathgk

    C / C++ / MFC
  • Login

  • Don't have an account? Register

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