I want to check in my VC++ code if a file is blocked. Normally when exe files are transferred over email, they will be blocked.If you go to the property of the file, you will see "Security: This file came from another computer and might be blocked to help protect this computer" and there will be a button to unblock it. I have to programmatically check this case. Is there any API or function that could help me get this information. Thanks in advance. Ranjan
sp_ranjan
Posts
-
How to check if a file is blocked in properties - security section -
How to check if a file is blocked in properties - security sectionHi, I want to check in my VC++ code if a file is blocked. Normally when exe files are transferred over email, they will be blocked.If you go to the property of the file, you will see "Security: This file came from another computer and might be blocked to help protect this computer" and there will be a button to unblock it. I have to programmatically check this case. Is there any API or function that could help me get this information. Thanks in advance.:) Ranjan
-
Tray menu jumps in Vista while refreshingHi, My Application has a tray exe built in VB.The menu will be automatically refreshed in every second.If the tray menu is kept open, the menu jumps while refreshing. How can i avoid the tray menu from jumping. This problem is only in Windows Vista. Please help. Thanks in advance -Ranjan
-
How to programmatically set Admin privilege for exe (Vista)If it is possible, i will be making the admin privilege settings at the time of installation after getting the user's permission.Will that have any security breach.
-
How to programmatically set Admin privilege for exe (Vista)Thank you, Colin Angus Mackay for the quick response.I want to set admin privileges only to the exes of my application. How can this have adverse effect!
-
How to programmatically set Admin privilege for exe (Vista)Hi, I want to make my application compitible for Windows Vista.How do i programmatically enable the property "Run this program as an administrator" in Windows Vista?
-
How to register DLL in APP pathI have a DLL in my VB application which is used by two other applications. So, i want to put the DLL in Application path and register it in Application path itself. The "DllRegisterServer" or "regsvr32" will register the DLL in System32 even if the DLL is put in Application path. Can someone please help me.Thanks in advance. :)
-
How to know if the Internet is in idle stateI want to run the application when no other applications in the computer are using the Internet.So I want to know when the "Internet is available" AND "other applications are not using the bandwidth".
-
How to know if the Internet is in idle stateHi , My Applicatrion has been using great amount of bandwidth. Now, i want to change the way it works in such a way that the Application should work when there is no bandwidth utilization by other applications . I want to check within my application if the Internet is in Idle state . Can someone help me? Thanks in advance - Ranjan :)
-
How to get deleted filesI want to get the files which are not present even in the recycle bin.(There are third party applications to do the same.)
-
How to get deleted filesHi, I have been working on a project which requires getting the deleted files. Can someone please help me. Thanks in advance Ranjan:)
-
Unicode charactersHi, I have been working on Unicode support for a project built in VB and VC++. I have done some changes to the application for the same. I do not know which are all the characters a Unicode supporting application must support. Can someone please get me some characters from the basic version of Unicode so that i can test my application.In other words, i am not able to test the application as i do not know the additional characters my application should support. Please help. Thanks & Regards Ranjan
-
Unicode supported characters in filenamesHi, I am working on Unicode support for a project built in VB and VC++. We have filenames and filpaths to be Unicode supported.I have taken the hexadecimal values from the Unicode 1.1.5 and created word document files programmatically by taking 5 characrers for each filename in Windows XP.Some files are not created and some files are created with square boxes in the filenames.I am not able to open almost all files by double clicking on them. Doesn't filename support Unicode? I have to know the extra characters (belonging to the basic version of Unicode)to be supported by Unicode supported application. Can Someone help me. Regards :) Ranjan
-
Unicode supporting ToolBoxHi, I have a VB Project that needs Unicode support. I use Textbox, listview, treeview,and labels. I replaced the default textbox with Microsoft forms2.0 object library's textbox in the application, but this too fails to display many of the characters.There are no Treeview and Listview in Microsoft forms2.0 object library. Someone please help me. :) Thanks & Regards Ranjan
-
Unicode supporting String functions in VBHi, My Application is Built on VB6.0. Regards, Ranjan
-
Unicode supporting String functions in VBHi, I want to make my VB application support Unicode for Strings.So I want to know if all String handling functions in VB support Unicode.If no, please let me know the Unicode supporting functions for Strings in VB. Regards Ranjan
-
How can i set the font of a VB form programmatically / DynamicallyI want to change the fonts of the VB forms dynamically.My intension is to change the font depending on the System's Regional and language settings during runtime.I have tried the Form1.Font = "Tahoma" .Even though it didnt give any error, it did not make any changes.Please help. :)Regards Ranjan
-
How to make my application multilingual?Hi, Thank you for the response. I am not able to find the Language option for forms.Please provide details. Thanks & Regards Ranjan
-
How to make my application multilingual?Hi, I want to make our VB Project support multilanguage/multilingual. As of now it doesn't support all the characters. Please sugguest & Help. Thanks Ranjan