Click here to Skip to main content
15,897,371 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to disable double click option in activex component control? Pin
Dave Kreskowiak27-Feb-11 11:47
mveDave Kreskowiak27-Feb-11 11:47 
QuestionSendMessage (backspace) not working! Pin
FeRtoll22-Feb-11 12:55
FeRtoll22-Feb-11 12:55 
AnswerRe: SendMessage (backspace) not working! Pin
Luc Pattyn22-Feb-11 13:18
sitebuilderLuc Pattyn22-Feb-11 13:18 
GeneralRe: SendMessage (backspace) not working! Pin
FeRtoll22-Feb-11 13:25
FeRtoll22-Feb-11 13:25 
AnswerRe: SendMessage (backspace) not working! Pin
FeRtoll22-Feb-11 13:40
FeRtoll22-Feb-11 13:40 
QuestionAutomation Web data Extraction Pin
Ahmed Eastlink22-Feb-11 4:05
Ahmed Eastlink22-Feb-11 4:05 
AnswerRe: Automation Web data Extraction Pin
Eddy Vluggen22-Feb-11 9:41
professionalEddy Vluggen22-Feb-11 9:41 
QuestionFolderbrouwserdialog with textbox(for folder) Pin
JR21221-Feb-11 21:34
JR21221-Feb-11 21:34 
Hi,

Normely I use a Folderbrowserdialog for selecting a folder.

Thrue the api
Public Type BROWSEINFO
    hOwner As Long                 'Handle to the owner window for the dialog box.
    pidlRoot As Long                'Address of an ITEMIDLIST structure specifying the location
                                                'of the root folder from which to browse. Only the specified
                                                'folder and its subfolders appear in the dialog box.
                                                'This member can be NULL; in that case, the namespace
                                                'root (the desktop folder) is used.
    pszDisplayName As String    'Address of a buffer to receive the display name of the folder
                                                'selected by the user. The size of this buffer is assumed to
                                                'be MAX_PATH bytes.
    lpszTitle As String                 'Address of a null-terminated string that is displayed above
                                                'the tree view control in the dialog box.  This string can be
                                                'used to specify instructions to the user.
    ulFlags As Long                    'Flags specifying the options for the dialog box.
                                                'See constants below
    lpfn As Long                        'Address of an application-defined function that the dialog box calls
                                                'when an event occurs. For more information, see the
                                                'BrowseCallbackProc function. This member can be NULL.
    lParam As Long                  'Application-defined value that the dialog box passes to the
                                                'callback function (in pData), if one is specified
    iImage As Long                  'Variable to receive the image associated with the selected folder.
                                                'The image is specified as an index to the system image list.
End Type

and all needed dll imports I can have a textbox
the flag BIF_EDITBOX activate ordéactivate the textbox.

Can I do this with a build-in control

Jan
AnswerRe: Folderbrouwserdialog with textbox(for folder) Pin
OriginalGriff21-Feb-11 22:44
mveOriginalGriff21-Feb-11 22:44 
GeneralRe: Folderbrouwserdialog with textbox(for folder) Pin
JR21222-Feb-11 1:01
JR21222-Feb-11 1:01 
GeneralRe: Folderbrouwserdialog with textbox(for folder) Pin
Simon_Whale22-Feb-11 1:16
Simon_Whale22-Feb-11 1:16 
GeneralRe: Folderbrouwserdialog with textbox(for folder) Pin
JR21222-Feb-11 2:17
JR21222-Feb-11 2:17 
GeneralRe: Folderbrouwserdialog with textbox(for folder) Pin
Simon_Whale22-Feb-11 2:28
Simon_Whale22-Feb-11 2:28 
GeneralRe: Folderbrouwserdialog with textbox(for folder) Pin
JR21222-Feb-11 21:34
JR21222-Feb-11 21:34 
GeneralRe: Folderbrouwserdialog with textbox(for folder) Pin
Luc Pattyn23-Feb-11 2:25
sitebuilderLuc Pattyn23-Feb-11 2:25 
GeneralRe: Folderbrouwserdialog with textbox(for folder) Pin
JR21223-Feb-11 7:28
JR21223-Feb-11 7:28 
AnswerRe: Folderbrouwserdialog with textbox(for folder) Pin
DaveAuld22-Feb-11 2:50
professionalDaveAuld22-Feb-11 2:50 
AnswerRe: Folderbrouwserdialog with textbox(for folder) Pin
Alan N22-Feb-11 6:43
Alan N22-Feb-11 6:43 
GeneralRe: Folderbrouwserdialog with textbox(for folder) Pin
JR21222-Feb-11 21:36
JR21222-Feb-11 21:36 
QuestionPlaying with other process windows! [modified] Pin
FeRtoll20-Feb-11 20:59
FeRtoll20-Feb-11 20:59 
AnswerMessage Removed Pin
22-Feb-11 3:28
professionalАslam Iqbal22-Feb-11 3:28 
GeneralRe: Playing with other process windows! Pin
FeRtoll22-Feb-11 6:03
FeRtoll22-Feb-11 6:03 
QuestionHow to add "syntax help" to own code Pin
David Crow19-Feb-11 16:09
David Crow19-Feb-11 16:09 
AnswerRe: How to add "syntax help" to own code Pin
Luc Pattyn19-Feb-11 17:13
sitebuilderLuc Pattyn19-Feb-11 17:13 
GeneralRe: How to add "syntax help" to own code Pin
Dalek Dave20-Feb-11 0:03
professionalDalek Dave20-Feb-11 0:03 

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.