Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. hinchdog

    SHBrowseForFolder file type filtering?

    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
  2. hinchdog

    SHBrowseForFolder Filter By File Type?

    SHBrowseForFolder acutally has a flag you can turn on that will show both folders and files (BIF_BROWSEINCLUDEFILES). it works great but i can't figure out how to filter. can i use GetOpenFileName to open a tree-type view of a folder and file? if so i might go that route. appreciate your help...
  3. hinchdog

    SHBrowseForFolder Filter By File Type?

    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
  4. hinchdog

    'save as' feature for msflexgrid

    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...
  5. hinchdog

    installshield 6 for C++ work with VB?

    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
  6. hinchdog

    how to change cursor at runtime?

    i'm using API because visual basic does not support animated cursor files (.ani) does anyone know how to make LoadCursorFromFile function apply to the entire program, not just the MDI form from which it was called? thx
  7. hinchdog

    how to change cursor at runtime?

    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...
  8. hinchdog

    set height to richtextbox to height of text

    how can i dynamically set the height of a richtextbox to the height of the text inside?
  9. hinchdog

    many selects with same name

    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...
  10. hinchdog

    how to lock a listbox

    can you show me how to use the API, i'm new to API calls. thx
  11. hinchdog

    how to lock a listbox

    is that a way to make a listbox locked,that is, so people can scroll but not select anything? like locking a textbox
  12. hinchdog

    trying to network 98 with 2k, need help

    not sure what you mean. how do you add a user account?
  13. hinchdog

    trying to network 98 with 2k, need help

    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...
  14. hinchdog

    how to install msdn

    i forgot to install when i installed visual studio. i tried putting in the MSDN cd, but nothing happens. what's the trick?
  15. hinchdog

    runtime error 401 with access??

    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...
  16. hinchdog

    adodc control gives "subscript out of range" error

    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...
  17. hinchdog

    runtime error 9 at startup

    yes i have SP5. and i'm using windows installer to deploy. what exactly is the runtime error telling me, that i'm missing a dependency?
  18. hinchdog

    can a windows 98 computer be networked with 2k?

    how do you set a folder to be shared on windows 98? i only know how to do on 2k
  19. hinchdog

    runtime error 9 at startup

    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?
  20. hinchdog

    can a windows 98 computer be networked with 2k?

    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?

Part and Inventory Search

Back
Top