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
K

KKR

@KKR
About
Posts
21
Topics
13
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • CSV file into Excel Sheet
    K KKR

    I need to convert CSV file into an Excel Sheet. Can I have suggesstions or article where can I get the information. Thanks in advance Warm Regards, KKR

    C / C++ / MFC

  • Copy Folder
    K KKR

    Thanks Prakash Its intresting and I will go through it. Warm Regards, KKR

    C / C++ / MFC c++

  • Custom Control
    K KKR

    Search for CRulerWnd/ CRulerWindow in codeproject,which allows to create/use custom control Ruler(Scale) Warm Regards, KKR

    C / C++ / MFC design algorithms question

  • Copy Folder
    K KKR

    Is there any way in VC++, which dumps a folder with contents into a target path (like CopyFile method) Thanks in advance Warm Regards, KKR

    C / C++ / MFC c++

  • CProgressCtrl + Threads
    K KKR

    In my application there is a Progress Bar in the main Dialog , which needs to be updated when a process is running, its working fine if single thread is running, but updation is not happening incase of multiple Threads. (Main Thread should update the Progress Ctrl, and the counter will be updated by worker thread). What could be the reason for this behaviour. Any suggesstions. Thanks in advance. Warm Regards, KKR

    C / C++ / MFC announcement

  • CFileDialog
    K KKR

    Yeah, In trial and error , I've kept pApp, but it holds only Parent window, Reg Extn what ever it is ".ini" or "ini", its disappearing. My application is not UNICODE one. Warm Regards, KKR

    C / C++ / MFC announcement

  • CFileDialog
    K KKR

    Thanks for the Respose, Following is the code static char BASED_CODE szFilter[] = "INI Files (*.INI)|*.INI|All Files (*.*)|*.*||"; CString m_szCurrentFilePath; CFileDialog obFDlg( FALSE, ".INI", m_szCurrentFilePath, OFN_HIDEREADONLY | OFN_OVERWRITEPROMPT,szFilter, pApp ); obFDlg.DoModal(); Warm Regards, KKR

    C / C++ / MFC announcement

  • CFileDialog
    K KKR

    MyApplication is disappearing when I try to use CFileDialog to get a file name to save contents. This is not happening in case of Dubug version. And OS is win2000. Any suggesstions. Warm Regards, KKR

    C / C++ / MFC announcement

  • dialogbased App+ iostream
    K KKR

    In a dialog based application is there any way to catch stndard output( say cout<< "something" )and display it in a control while program is running. Warm Regards, KKRam

    C / C++ / MFC

  • IOStreams
    K KKR

    Hi I have a program which runs in command line version, I need to collect the output which commandline version is displaying with "cout<<" and have to store it in a file, I could do it with the ios::sync_with_stdio() If I need to dispay the same output on some control say Edit control in runtime, is there any way?? Thanks in advance Warm Regards, R.Krishnan

    C / C++ / MFC ios question announcement

  • scale control in inches
    K KKR

    Hi all, I need to bringup a scale control in inches upon my Edit Control, (as in the top of the Word Document ) Any Components are avilable?? Thanks in advance Warm Regards, KKR

    C / C++ / MFC question

  • Picture Control + Jpeg
    K KKR

    Is it possible to display an Image say .GIF, .JPEG in a picture control?? I need to display picture in a dialog , is there any other way except .BMP Warm Regards, KKR

    C / C++ / MFC question

  • TypeCasting
    K KKR

    I need to fill the array asfollows const float feature_scal_intervall_low[NR_FEATURES] = { 0.1,0.0,0.1,0.1,0.3 ,0.2,0.1,0.1,0.0,0.2 }; Getting Warning : warning C4305: 'initializing' : truncation from 'const double' to 'const float' How to typecast above array?? Any Suggesstions. Thanks in advance Warm Regards, KKRam

    C / C++ / MFC data-structures tutorial question

  • CListCtrl + InsertColumn
    K KKR

    Thanks Jagadeesh, I am done with that CListCtrl using that Attribute., Warm Regards, KKR

    C / C++ / MFC json help tutorial question

  • CListCtrl + InsertColumn
    K KKR

    I kept a CListCtrl in my application and inserting columns by picking up column captions by parsing from a flat file . The problem is InsertColumn method is inserting a cloumn but not displaying column caption ?? Rest of the columns are fine and no pronlem with Inserting items. How to get the first coulmn name displayed?? thanks in advance Warm Regards, KKRam

    C / C++ / MFC json help tutorial question

  • CEdit , Numbers only
    K KKR

    hi moonen Thanks for u r reply, u can send it to kamesh.kln@sify.com Warm Regards, KKR

    C / C++ / MFC

  • CEdit , Numbers only
    K KKR

    I've set CEdit control property as Numeric, but its not accepting decimail. Any suggesstions , it should accept numbers with decimal. Warm Regards, KKRam

    C / C++ / MFC

  • Threads, Dialog based appl
    K KKR

    I have a Dialog with progress bar and status bar. System has to perform some processing on number of TXT files, those will be opened,processed and closed, by other function of another class. UI has to be updated with name of file in the status bar and also progress bar has to be pisitioned according to the number of files processed. I am using VC++, and Worker threads, updating a global structure with file name and count, But the problem is UI is not getting updated, and Its Dialog based application. Any suggesstions ?? Any tutorials are avilable on Threads, Events ...online Thanks in advance Warm Regards, KKR

    C / C++ / MFC c++ design help question

  • String Parsing
    K KKR

    Thanks Mr Vitali, I got the result. Warm Regards, KKR

    C / C++ / MFC json tutorial question

  • String Parsing
    K KKR

    Thanks for Flashy Response, Now My entire line is in a CString , shall i have to convert it to char* , to apply those functions like strtock(); Warm Regards, KKR

    C / C++ / MFC json tutorial question
  • Login

  • Don't have an account? Register

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