link is working, alternate download link as portable app freecommander_portable
sanjaylk
Posts
-
FreeCommander -
API MonitorApi Monitor[^] API Monitor is a software that monitors and displays API calls made by applications and services.
-
FreeCommanderGood dual pane and Multi tab explorer. FreeCommander[^]
-
Use of Multiple Check boxes in MFCOnBnClickedCheckXXX() -> uncheck all checkboxes programtically and check "CheckBoxXXX" . Or write new function and pass control handle of check box to be checked, then inside that function uncheck all , then check passed check box.
-
How to activate keys combination with hook ?From your code snippet , it seems you are hooking keyboard to detect your combination you must check virtual key codes for ALT and other keys check msdn link http://msdn.microsoft.com/en-us/library/ms927178.aspx[^] and also search for key logger on code project
-
why no virtual constructor?- In C++ Virtual functions are resolved by V_PTR (virtual pointer) at run time. 2) V_PTR points to its V_TABLE. 3) When an object is created, V_PTR is initialized in constructor. so if someone tries to define constructor as virtual, where and when V_PTR will be initialized?
-
getting LAN speed:((I had placed this question already But didnt get any answer. Please give some solution fast hopefullyyyyyyyyyyyyyyyyyyy:(( shyam
-
get LAN speed using VC++/MFCHi I need to get LAN speed (either read from NIC or by any other options)and want to display in my dialogbox shyamraj009@indiainfo.com
-
get LAN speed using VC++/MFCHi I need to get LAN speed (either read from NIC or by any other options)and want to diplay in my dialogbox shyamraj009@indiainfo.com
-
Internet access applicationHi walter, your first point is solution for my question. also tunneling will work fine. but as i said i want the user to go through authentication process of proxy server and not bypass them. user should be prompted to enter proxy user name and password. this will be done by prompting dialog box. then i need to use these info to access internet. Any way your first point is main part of my application, hope i will find answer for my second part of question. Thanks a lot. sanjay
-
Internet access applicationHi all, My problem is like this Connect and create session to the webserver using https Get local binary data (any file) and upload this binry data on webserver using the above connection. After searching through MSDN i found 'MFC sample TEAR' and its working fine to connect and get data from server. but it works only when direct internet connection is available (no proxy), And it fails for proxy or firewall authetication. also i dont know if this sample supports 'https' or not. i want to establish all these connections through my application my application should check if proxy is enabled or not (i think which can be easily done by getting default browsers settings from registry) and ask user to enter proxy login and password. then i should able to connect internet using these information. can any one suggest solution for my problem? Thanks in advance. sanjay
-
Dynamic DiskThanks Nilesh. But this is only for virtual server. However I need it for Windows2K,XP,Server all windows versions which supports dynamic disks. Thanks.
-
Dynamic DiskHi All. I want to detect disk type on windows. Is it Basic or Dynamic? Can any one help me. Thanks in advance. Sanjay
-
Dynamic DiskHi, I have to write application to detect Disk configuration. Is disk type is Basic or Dynamic? I know Basic disk is supported by all windows versions, but dynamic is supported only by windows 2000, XP Pro, 2003 Server. I am able to get the OS information but unable to get info for hard disk's. Can anyone help me? Thanks, sanjay
-
Dynamic DiskHi, I have to write application to detect Disk configuration. Is disk type is Basic or Dynamic? I know Basic disk is supported by all windows versions, but dynamic is supported only by windows 2000, XP Pro, 2003 Server. I am able to get the OS information but unable to get info for hard disk's. Can anyone help me? Thanks, sanjay