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: *

  • Users: hinchdog
  • Content: Threads
  • Order by date
  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?

    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
  3. 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...
  4. 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
  5. 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...
  6. 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?
  7. 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...
  8. 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
  9. 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...
  10. 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?
  11. 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...
  12. 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...
  13. 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?
  14. 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?
  15. hinchdog

    determine which mdi form has the focus

    is there a quick and easy way to determine which child mdi form has the current focus from the parent?
  16. hinchdog

    How to Get picture from Scanner ! Help me !

    I need 1 source code about it Thanks !
  17. hinchdog

    array of MDI forms

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

    test if connected to internet

    how do i test wether a user of my software is connected to the internet. and if they are not, how to bring up the connection dialog?
  19. hinchdog

    how to access NETBIOS?

    i forget the key combination to press at startup to open the netbios screen for windows 2k. anyone?
  20. hinchdog

    grabbing files from ftp site

    can a php script grab and download files from an outsite ftp site and store them on the server? if so, could you show me some code to do this? thanks

Part and Inventory Search

Back
Top