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
koteswara
Posts
-
How to know whether or not Internet Connection Firewall is enabled or not for a network connection. -
Wrong icon is displyed on "right-click on the exe"/"General tab" page.Yes. Icon contains both bitmaps. Thanks, -Koti
-
Wrong icon is displyed on "right-click on the exe"/"General tab" page.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
-
How to get MODEMDEVCAPS by calling GetCommProperties ?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
-
ATL based spash screenHi, Anybody have sample code about ATL based SPLASH dialog? Best Regards, Perumalla Koteswara Rao, JUNO Online Dev. Pvt. Ltd. Hyderabad, India
-
How to add toolband to my application. (How IE does for itself?)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
-
Ms Office versionHow 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
-
property sheetHi, 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
-
GetOpenFileName() problemHi, 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
-
How to write screen saverHi, 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
-
How to get control panel object.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
-
uiHi, what is UI element in controlpanel / display properties. there four tabs back ground, screen saver etc. what is that UI element? Thanks, Koteswara
-
UIHi, what is UI element in controlpanel / display properties. there four tabs back ground, screen saver etc. what is that UI element? Thanks, Koteswara
-
Koti -- How to add a tab to control panel / displayHello 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.
-
windows programingHi 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++ ExceptionHi, 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
-
MFCHi 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
-
How to register my program into the startupHello 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.
-
visual studioHi, Is there any short key to go to xxx.cpp if i am in xxx.h file and vice versa. thanks,
-
comHi, COM object is a binary file, and dll also binary file. what is difference between them (internally)? thanks, koteswara