i have some code that pop up a brower dialogue using the SHBrowseForFolder API. however i want it to only show file type that end in ".grd". does anyone know how this can be done? thanks
-hinchdog
i have some code that pop up a brower dialogue using the SHBrowseForFolder API. however i want it to only show file type that end in ".grd". does anyone know how this can be done? thanks
-hinchdog
i need to have a feautre that saves the data in a msflexgrid to a textfile.. then has the ability to open up the textfile into a new msflexgrid (reads the data)..does anyone have any code already to do this or can point me in the right direction. i'm sure it's been done before. thanks so much...
i have Installshield as part of the visual stuido package, but i'm not sure if it will work with VB to pacakge my programs. Does anyone know if this is possible and can point me in the right direction? thx
-hinchdog
hi everyone!
I'm using the API function..
Public Declare Function LoadCursorFromFile Lib "user32" _
Alias "LoadCursorFromFileA" _
(ByVal lpFileName As String) As Long
.. to change the cursor to a special animated hourglass while the program performs a...
if i have more than one select tag with the same name, how will the data post? for example, say i have three selects with the name "date". one represents they day, one the month, and one the year. when the form is posted, will the results be sent as an array or a string or will only...
i have set up a 98 computer on a network with two 2k computers. from the 98 one, i can see the other computers on the network, but when i try to select on and give the password, it rejects it. it does not give me the option of entering the username, just password. i think this is the problem...
I have a program which uses an access database. the program for the most part works fine on other systems, however i've been told it sometimes gives a runtime "error 401" message when trying to update the database. two questions, what does this error mean? and two, how can it be fixed...
i have an adodc control on my startup form. in the forms load event i use this code...
sConnect = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\Classes.mdb;Mode=ReadWrite;Persist Security Info=False;Jet OLEDB:Database Password=TEST"
With...
i can run my program fine from visual basic. however, when i compile i get "runtime error 9" after i launch the app. what could be causing this?
i have 3 computers on a network. connected via a hub. i can see the two 2k comuputers fine, but not the window 98 one. even the windows 98 one can access the other two, but not in reverse. any ideas?
i would like to have a program when a user can open as many MDI forms as they want of the same type. Since the number of forms is unlimited, i want to create one MDI form as a template and have a copy made and opened each time a user create a new form. two questions, how do i create an array of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.