Click here to Skip to main content
16,004,782 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralWeb Browser Control in VB.Net Pin
ScaleOvenStove4-May-03 7:13
ScaleOvenStove4-May-03 7:13 
GeneralPrint Listview control to printer Pin
pradipta3-May-03 1:57
pradipta3-May-03 1:57 
GeneralReplacement for "line"-contol. Pin
Ralf Friedrich Hain2-May-03 22:01
Ralf Friedrich Hain2-May-03 22:01 
GeneralWindows Comman Taks in VB.NET Pin
Villly2-May-03 20:48
Villly2-May-03 20:48 
GeneralRe: Windows Comman Taks in VB.NET Pin
J. Dunlap2-May-03 20:53
J. Dunlap2-May-03 20:53 
GeneralRe: Windows Comman Taks in VB.NET Pin
Villly2-May-03 21:01
Villly2-May-03 21:01 
GeneralRe: Windows Comman Taks in VB.NET Pin
Villly6-May-03 1:54
Villly6-May-03 1:54 
GeneralRe: Windows Comman Taks in VB.NET Pin
J. Dunlap6-May-03 10:43
J. Dunlap6-May-03 10:43 
villly wrote:
Did you get anything regarding my problem? I'm waiting for your reply.

Strange - I sent an email to you both direct and through CP the same night you posted here first. CP had an error, but the direct email wasn't returned, so I thought I had gotten through. Anyway, here it is.

**********EMAIL***************
Your problem probably has to do with the fact that the listview control that shows the files/folders is the one getting the delete message rather than the WebBrowser window which is its parent.

Fix: Get the child window's handle and the enumerate the windows to find a window with the classname "SHELLDLL_DefView". If this window doesn't recieve the delete messages, enumerate its child windows to find a window with the classname "SysListView32" and subclass it. Hefty fix, huh?



"Do unto others as you would have them do unto you." - Jesus

"An eye for an eye only makes the whole world blind." - Mahatma Gandhi







GeneralRe: Windows Comman Taks in VB.NET Pin
Villly6-May-03 20:14
Villly6-May-03 20:14 
GeneralRe: Windows Comman Taks in VB.NET Pin
Villly9-May-03 21:39
Villly9-May-03 21:39 
GeneralRe: Windows Comman Taks in VB.NET Pin
J. Dunlap9-May-03 21:55
J. Dunlap9-May-03 21:55 
GeneralRe: Windows Comman Taks in VB.NET Pin
Villly9-May-03 22:36
Villly9-May-03 22:36 
GeneralRe: Windows Comman Taks in VB.NET Pin
J. Dunlap12-May-03 8:09
J. Dunlap12-May-03 8:09 
GeneralLimitations of VB Pin
atif_2-May-03 9:24
atif_2-May-03 9:24 
GeneralRe: Limitations of VB Pin
Nick Seng2-May-03 15:34
Nick Seng2-May-03 15:34 
GeneralRe: Limitations of VB Pin
Dave Kreskowiak8-May-03 7:03
mveDave Kreskowiak8-May-03 7:03 
GeneralRe: Limitations of VB Pin
RichardGrimmer12-May-03 4:40
RichardGrimmer12-May-03 4:40 
GeneralRe: Limitations of VB Pin
Dave Kreskowiak12-May-03 12:17
mveDave Kreskowiak12-May-03 12:17 
GeneralRe: Limitations of VB Pin
RichardGrimmer22-May-03 1:02
RichardGrimmer22-May-03 1:02 
GeneralTransfer Large Files in Client-Server Application Pin
Vasant Salian2-May-03 4:01
Vasant Salian2-May-03 4:01 
GeneralCompiling question Pin
Patricio2-May-03 3:34
Patricio2-May-03 3:34 
GeneralRe: Compiling question Pin
J. Dunlap2-May-03 7:18
J. Dunlap2-May-03 7:18 
GeneralRe: Compiling question Pin
Dave Kreskowiak8-May-03 7:07
mveDave Kreskowiak8-May-03 7:07 
GeneralRe: Compiling question Pin
RichardGrimmer12-May-03 4:42
RichardGrimmer12-May-03 4:42 
Generalcustomizing datagrid Pin
SharadGNair2-May-03 2:31
SharadGNair2-May-03 2:31 

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.