Click here to Skip to main content
16,005,121 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Very basic question Pin
J. Dunlap6-Apr-03 7:47
J. Dunlap6-Apr-03 7:47 
GeneralRe: Very basic question Pin
Sarvesvara (BVKS) Dasa6-Apr-03 21:05
Sarvesvara (BVKS) Dasa6-Apr-03 21:05 
GeneralFileSystemWatcher Pin
Zulfikar Ali4-Apr-03 8:05
Zulfikar Ali4-Apr-03 8:05 
GeneralRe: FileSystemWatcher Pin
Josep Balague8-Apr-03 4:57
professionalJosep Balague8-Apr-03 4:57 
GeneralRe: FileSystemWatcher Pin
Zulfikar Ali8-Apr-03 5:04
Zulfikar Ali8-Apr-03 5:04 
GeneralHelp....... Pin
Fleischen4-Apr-03 3:40
Fleischen4-Apr-03 3:40 
GeneralRe: Help....... Pin
Nick Parker4-Apr-03 4:49
protectorNick Parker4-Apr-03 4:49 
GeneralHelp needed on Undocumented Shell "IDM_SHVIEW_NEWFOLDER". Any experts out here. Pin
Villly4-Apr-03 0:25
Villly4-Apr-03 0:25 
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. Big Grin | :-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 | :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 | :confused: Confused | :confused: Also assigned handle the default value (which I got from SPY++).

Please please please help me out from this problem. Cry | :((

Regards,


Vilas
Generaldos commands Pin
r i s h a b h s3-Apr-03 17:22
r i s h a b h s3-Apr-03 17:22 
GeneralRe: dos commands Pin
Tim McCurdy4-Apr-03 1:35
Tim McCurdy4-Apr-03 1:35 
GeneralRe: dos commands Pin
OMalleyW19-Apr-03 7:32
OMalleyW19-Apr-03 7:32 
GeneralVB Endian Conversion Pin
mikasa3-Apr-03 10:40
mikasa3-Apr-03 10:40 
GeneralRe: VB Endian Conversion Pin
Oscar Martin3-Apr-03 21:02
Oscar Martin3-Apr-03 21:02 
GeneralRe: VB Endian Conversion Pin
J. Dunlap6-Apr-03 7:55
J. Dunlap6-Apr-03 7:55 
GeneralRe: VB Endian Conversion Pin
mikasa6-Apr-03 8:07
mikasa6-Apr-03 8:07 
GeneralRe: VB Endian Conversion Pin
J. Dunlap6-Apr-03 8:40
J. Dunlap6-Apr-03 8:40 
QuestionLazy Evaluation ternary op? Pin
eidylon3-Apr-03 9:11
eidylon3-Apr-03 9:11 
AnswerRe: Lazy Evaluation ternary op? Pin
Daniel Turini3-Apr-03 9:25
Daniel Turini3-Apr-03 9:25 
GeneralRe: Lazy Evaluation ternary op? Pin
mikasa3-Apr-03 10:44
mikasa3-Apr-03 10:44 
GeneralRe: Lazy Evaluation ternary op? Pin
Daniel Turini3-Apr-03 10:48
Daniel Turini3-Apr-03 10:48 
GeneralRe: Lazy Evaluation ternary op? Pin
mikasa3-Apr-03 10:57
mikasa3-Apr-03 10:57 
GeneralPrintPreview Question 2 Pin
Fleischen3-Apr-03 5:52
Fleischen3-Apr-03 5:52 
GeneralAccess Visual Basic References Pin
Kogorman3-Apr-03 5:17
Kogorman3-Apr-03 5:17 
GeneralRe: Access Visual Basic References Pin
mikasa3-Apr-03 10:50
mikasa3-Apr-03 10:50 
GeneralVB 2 VB.NET Pin
Oscar Martin3-Apr-03 2:27
Oscar Martin3-Apr-03 2:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.