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
S

sp_ranjan

@sp_ranjan
About
Posts
19
Topics
13
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to check if a file is blocked in properties - security section
    S sp_ranjan

    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

    C / C++ / MFC c++ security json help tutorial

  • How to check if a file is blocked in properties - security section
    S sp_ranjan

    Hi, 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

    C / C++ / MFC c++ security json help tutorial

  • Tray menu jumps in Vista while refreshing
    S sp_ranjan

    Hi, 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

    Visual Basic help question

  • How to programmatically set Admin privilege for exe (Vista)
    S sp_ranjan

    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.

    Visual Basic question tutorial

  • How to programmatically set Admin privilege for exe (Vista)
    S sp_ranjan

    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!

    Visual Basic question tutorial

  • How to programmatically set Admin privilege for exe (Vista)
    S sp_ranjan

    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?

    Visual Basic question tutorial

  • How to register DLL in APP path
    S sp_ranjan

    I 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. :)

    C / C++ / MFC help tutorial

  • How to know if the Internet is in idle state
    S sp_ranjan

    I 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".

    C / C++ / MFC help tutorial question

  • How to know if the Internet is in idle state
    S sp_ranjan

    Hi , 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 :)

    C / C++ / MFC help tutorial question

  • How to get deleted files
    S sp_ranjan

    I want to get the files which are not present even in the recycle bin.(There are third party applications to do the same.)

    C / C++ / MFC help

  • How to get deleted files
    S sp_ranjan

    Hi, I have been working on a project which requires getting the deleted files. Can someone please help me. Thanks in advance Ranjan:)

    C / C++ / MFC help

  • Unicode characters
    S sp_ranjan

    Hi, 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

    Visual Basic c++ help announcement

  • Unicode supported characters in filenames
    S sp_ranjan

    Hi, 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

    Visual Basic c++ help question announcement

  • Unicode supporting ToolBox
    S sp_ranjan

    Hi, 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

    Visual Basic help

  • Unicode supporting String functions in VB
    S sp_ranjan

    Hi, My Application is Built on VB6.0. Regards, Ranjan

    Visual Basic

  • Unicode supporting String functions in VB
    S sp_ranjan

    Hi, 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

    Visual Basic

  • How can i set the font of a VB form programmatically / Dynamically
    S sp_ranjan

    I 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

    Visual Basic help question

  • How to make my application multilingual?
    S sp_ranjan

    Hi, Thank you for the response. I am not able to find the Language option for forms.Please provide details. Thanks & Regards Ranjan

    Visual Basic help tutorial question

  • How to make my application multilingual?
    S sp_ranjan

    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

    Visual Basic help 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