🚀 go-pugleaf

RetroBBS NetNews Server

Inspired by RockSolid Light RIP Retro Guy

Thread View: pl.comp.lang.vbasic
2 messages
2 total messages Started by "Dawid Lorenz" Fri, 10 Oct 1997 00:00
VB5: Kt�ra funkcja API odpowiada za otwieranie okienek dialogowych wyboru pliku?
#30
Author: "Dawid Lorenz"
Date: Fri, 10 Oct 1997 00:00
14 lines
418 bytes
Kt�ra funkcja API odpowiada za otwieranie okienka dialogowego Open/Save as?
Jakie argumenty (i jakiego typu) nale�y przekazywa�? W jaki spos�b ustali�
filtr wyboru pliku? Kto wie niech pisze.

Uwaga: nie interesuje mnie "podpinanie" do projektu kontrolki COMDLG32.OCX.

Ew. odpowiedzi prosz� kierowa� na mojego maila.
--
>>> Dawid 'Dave' Lorenz
>>> HomeTown: Zielona Gora
>>> adlorenz@free.polbox.pl


Re: Kt�ra funkcja API odpowiada za otwieranie okienek dialogowych wyboru pliku?
#27
Author: "Serious Joker"
Date: Fri, 10 Oct 1997 00:00
77 lines
1190 bytes


Type OPENFILENAME

lStructSize As Long

hwndOwner As Long

hInstance As Long

lpstrFilter As String

lpstrCustomFilter As String

nMaxCustFilter As Long

nFilterIndex As Long

lpstrFile As String

nMaxFile As Long

lpstrFileTitle As String

nMaxFileTitle As Long

lpstrInitialDir As String

lpstrTitle As String

flags As Long

nFileOffset As Integer

nFileExtension As Integer

lpstrDefExt As String

lCustData As Long

lpfnHook As Long

lpTemplateName As String

End Type



Declare Function GetOpenFileName Lib "comdlg32.dll" Alias "GetOpenFileNameA"
(pOpenfilename As OPENFILENAME) As Long



Declare Function GetSaveFileName Lib "comdlg32.dll" Alias "GetSaveFileNameA"
(pOpenfilename As OPENFILENAME) As Long


P.S. Jak co, pisz na e-mail.
--
Dariusz
You only have a problem when you think you have a problem.

Dawid Lorenz wrote in article
>Kt�ra funkcja API odpowiada za otwieranie okienka dialogowego Open/Save
as?
>Jakie argumenty (i jakiego typu) nale�y przekazywa�? W jaki spos�b
ustali�
>filtr wyboru pliku? Kto wie niech pisze.
>Uwaga: nie interesuje mnie "podpinanie" do projektu kontrolki COMDLG32.OCX.
>Ew. odpowiedzi prosz� kierowa� na mojego maila.






Thread Navigation

This is a paginated view of messages in the thread with full content displayed inline.

Messages are displayed in chronological order, with the original post highlighted in green.

Use pagination controls to navigate through all messages in large threads.

Back to All Threads