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
  1. Home
  2. General Programming
  3. Visual Basic
  4. Help needed on Undocumented Shell "IDM_SHVIEW_NEWFOLDER". Any experts out here.

Help needed on Undocumented Shell "IDM_SHVIEW_NEWFOLDER". Any experts out here.

Scheduled Pinned Locked Moved Visual Basic
helplinuxjson
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Villly
    wrote on last edited by
    #1

    Hello Everybody, I am developing a Module in which I suppose to use Web Browser control which acts as Windows Explorer. I am tried most of the functionality with SendMessage API with different parameters like IDM_SHVIEW_LARGEICON, IDM_SHVIEW_SELECTALL etc. :-D But now I want to create a New Folder in the exact way Windows Explorer allows user. For consideration, let's say we will click a button & New Folder functionality should work. All the mention parameters are working with SendMessage API except IDM_SHVIEW_NEWFOLDER. :confused: 'Declaration Private Const IDM_SHVIEW_NEWFOLDER = &H7261 'In command button SendMessage(hwndSHView, WM_COMMAND, IDM_SHVIEW_NEWFOLDER, 0) ' hwndSH = handle of the SysTreeView32 ' WM_COMMAND = message ' IDM_SHVIEW_NEWFOLDER = lParam for action to be performed ' 0 = wParam I cross check the window's handle value. Still not getting the result. :confused: :confused: :confused: Also assigned handle the default value (which I got from SPY++). Please please please help me out from this problem. :(( Regards, Vilas

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

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