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
K

koteswara

@koteswara
About
Posts
26
Topics
25
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to know whether or not Internet Connection Firewall is enabled or not for a network connection.
    K koteswara

    Hi, How to know whether or not "Internet Connection Firewall" is enabled or disbaled for any Network connection (In Windows XP & 2K). If anybody have sample code, please send it to me. Thanks, -Koti

    C / C++ / MFC sysadmin tutorial

  • Wrong icon is displyed on "right-click on the exe"/"General tab" page.
    K koteswara

    Yes. Icon contains both bitmaps. Thanks, -Koti

    C / C++ / MFC lounge learning

  • Wrong icon is displyed on "right-click on the exe"/"General tab" page.
    K koteswara

    In my application I am creating an exe file. In that I have embeded an icon. The correct icon is being displayed in windows explorer. But when "on right-click on the exe"/"General tab" displays some other icon. This strange behaviour has been observed in Winodows 98, 95 operating systems. I have verified the embeded icon inside the exe using "icon grabber" & "resource hacker" applications. It has embeded the correct icon. It does not have the worng icon. (which is getting displayed when "on right-click on the exe"/"General tab") -Koti

    C / C++ / MFC lounge learning

  • How to get MODEMDEVCAPS by calling GetCommProperties ?
    K koteswara

    Hi, How to get MODEMDEVCAPS by calling GetCommProperties ? MDN says that COMMPROP.wcProvChar contains MODEMDEVCAPS wcProvChar is widechar, How to get MODEMDEVCAPS structure from COMMPROP.wcProvChar ? Thanks, Perumalla Koteswara Rao, (B.Tech) Hyderabad, Inida

    C / C++ / MFC tutorial question

  • ATL based spash screen
    K koteswara

    Hi, Anybody have sample code about ATL based SPLASH dialog? Best Regards, Perumalla Koteswara Rao, JUNO Online Dev. Pvt. Ltd. Hyderabad, India

    C / C++ / MFC c++ question

  • How to add toolband to my application. (How IE does for itself?)
    K koteswara

    Hi, Actually I want to add band objects in my app which hosts Web Browser control. Like IE adds bands objects (to the rebar control), I want to do the same in my app. I have gone thru a lot of topics regarding the band objects and all give ideas about how to develop it but not how to add band objects in my app. Any help would be highly appreciated. Thanks, Perumalla Koteswara Rao, (B.Tech) Computer Science & Engineering, Hyderabad, Inida - 500072

    COM help tutorial question

  • Ms Office version
    K koteswara

    How to get MS office version programatically? Is there any API? or any Reg key contains the version. thanks, -- Koti Perumalla Koteswara Rao, (B.Tech) Computer Science & Engineering, MIG - 305, KPHB colony, Hyderabad, Inida - 500072

    C / C++ / MFC json tutorial question announcement

  • property sheet
    K koteswara

    Hi, I added one property sheet to display/properties dialog box, i am calling one call back function, on clicking apply button. Apply button become active when ever user modify any one of the property sheet. But that call back function called only when user clicks my new property sheet tab. I want to call that call back function, even if user modify in the other property sheets. Thanks, - Koteswara Perumalla Koteswara Rao, (B.Tech) Computer Science & Engineering, MIG - 305, KPHB colony, Hyderabad, Inida - 500072

    C / C++ / MFC

  • GetOpenFileName() problem
    K koteswara

    Hi, I want OpenDlg with out using any MFC ( like CFileDlg etc) OPENFILENAME ofn; memset(&ofn, 0, sizeof(OPENFILENAME)); ofn.lStructSize = sizeof(OPENFILENAME); ofn.hwndOwner = hwnd; ofn.hInstance = AfxGetInstanceHandle(); ofn.lpstrFilter = NULL; ofn.lpstrCustomFilter = NULL ; ofn.nMaxCustFilter = 0 ; ofn.nFilterIndex = 0 ; ofn.lpstrFile = lpcszFile ; ofn.nMaxFile = MAX_PATH ; ofn.lpstrFileTitle = lpcszFileTitle ; ofn.nMaxFileTitle = MAX_PATH ; ofn.lpstrInitialDir = NULL ; ofn.lpstrTitle = NULL ; ofn.Flags = OFN_EXPLORER|OFN_FILEMUSTEXIST|OFN_HIDEREADONLY ; ofn.nFileOffset = 0 ; ofn.nFileExtension = 0 ; ofn.lpstrDefExt = NULL ; ofn.lCustData = NULL ; ofn.lpfnHook = NULL ; if( !GetOpenFileName(&ofn) ) I did not the openDialog. can any body tell me where was the wrong? Thanks, -- Koteswara

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

  • How to write screen saver
    K koteswara

    Hi, I want to write one small scree saver application. what are the basic interfaces to built screen saver? Give me sugestion how to proceed this one? Thanks, -- Koteswara rao

    C / C++ / MFC tutorial question

  • How to get control panel object.
    K koteswara

    Hi Gurus, How to get control panel object? Actually i want to add a atb control to control panel / display properties, Can any body tell me how to proceed? I think it is possible by getting control pnel object from that by getting Display properties object, then only there is a chance of adding a tab control to diaplay properties. Is there any possibility to get control panel's object through Ishellbrowse, IShellview etc. If anybody have an idea, send me links or articles. Thanks in advance, Koteswara

    C / C++ / MFC tutorial question

  • ui
    K koteswara

    Hi, what is UI element in controlpanel / display properties. there four tabs back ground, screen saver etc. what is that UI element? Thanks, Koteswara

    C / C++ / MFC question design

  • UI
    K koteswara

    Hi, what is UI element in controlpanel / display properties. there four tabs back ground, screen saver etc. what is that UI element? Thanks, Koteswara

    COM question design

  • Koti -- How to add a tab to control panel / display
    K koteswara

    Hello gurus, How to add one tab (like menu tab) to controlpanel display applet. like Back ground, screen saver. Mecaffe3.1.4 version adds one tab to display applet or window (screen scan). I want to know how to add one tab. Thanks in advance, koteswara rao.

    C / C++ / MFC tutorial announcement

  • windows programing
    K koteswara

    Hi I have one small problem. In my code i am posting onemessage using PostMessage( WM_APP+n, int) Handling this messge in some other function. Problem is: buttons does not always react to quick clicks. Can anybody tell me the reason why it is happening?? -- Thanks, Koteswara

    C / C++ / MFC javascript help question

  • C++ Exception
    K koteswara

    Hi, CString m_sProto; CString sProtocols="PROTOCOL"; m_sProto = sProtocols; <- This is throwing one exception. I know it is throwing one exception catch(...). But how to know the exception? Thanks, Kotesara

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

  • MFC
    K koteswara

    Hi gurus, i have one dialogbox. it contains three listboxes, 1. I want to change items of one listbox contents depend on the selection of item in another List box. 2. for this purpose i need to handle OnSelChange() function. 3. How can add this OnSelChange() function to Dialog box class. thanks in advance, - Koteswara Rao

    C / C++ / MFC c++

  • How to register my program into the startup
    K koteswara

    Hello Everybody, Can any one tell me a way to register my program into the startup so that it can be executed automatically as soon as the system is booted ? I want to do this for dispalying a icon on the system tray to control my program ( just like the Volume Icon in the system tray for adjusting Volume ). Thanks in advance.

    C / C++ / MFC tutorial question

  • visual studio
    K koteswara

    Hi, Is there any short key to go to xxx.cpp if i am in xxx.h file and vice versa. thanks,

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

  • com
    K koteswara

    Hi, COM object is a binary file, and dll also binary file. what is difference between them (internally)? thanks, koteswara

    COM question com
  • Login

  • Don't have an account? Register

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