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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by WarreNichole

  1. WarreNichole

    HELP, after installing win98SE, my mediaplayer wont work!

    well, my only problem is i totaly formated the harddrive before I installed win98se, it is a full clean install, but still this problem! ahhhh im gonna pull my hair out! I tried that thing microsoft was talking about, on that link you gave me, but nothing happend, still same.... anyone got...
  2. WarreNichole

    HELP, after installing win98SE, my mediaplayer wont work!

    I've tryed this, Ive tried reinstalling the codecs, the players, different versions, and all sorts of stuff... But nothing seems to work, the system worked fine with 95, but the only problem in 98se is this dumb player, I dont understand it, Also when i tried to uninstall it, it wouldnt! its...
  3. WarreNichole

    HELP, after installing win98SE, my mediaplayer wont work!

    hmmm, I totaly deleted the dirs, in win regedit, for mediaplayer, reinstalled it, tryed without real player, but nothing is fixing it... when i tell it to play a video, I open it, hit play and it sits there, says opening..... and after awhile it will then give the total time of the video, but...
  4. WarreNichole

    HELP, after installing win98SE, my mediaplayer wont work!

    well mediaplayer was giving me hard times like this way before I installed real, what should I do?, also, if I wanted to clear Mediaplayer out of win registry before i reinstall it, how would I do that? thanks much again, and God Bless =)
  5. WarreNichole

    HELP, after installing win98SE, my mediaplayer wont work!

    HELP! HELP! HELP!!!! I just installed win98SE on my computer, and now No version of Media player will work!!! HELP!!!! it opens, but I try to open a video or sound, and then it just sits there, never finds the size of the video or anything!!! if i try to hit stop it Locks my computer up! HELP...
  6. WarreNichole

    HELP, installed win98 se, media player locks up

    Oh, you mean like BIOS updates??? my computer is a sony viao pcv-130, I will try this, thanks much =) god bless =)
  7. WarreNichole

    HELP, installed win98 se, media player locks up

    Help, I installed windows 98 SE, and now, the darn media player ( ive tryed all different versions) but none will play anything!!! i click play and it locks up! ive got a 233mhz 160mb ram, 6.4gb system, ATI all in wonder, yamaha soundcard, real player works, but I need to get media player...
  8. WarreNichole

    how can you close all child forms in a MDI with one button?

    Dude I could kiss you lol! here is the final code im using, thanks so much for the help!!! Private Sub mnuLogOut_Click() Dim F As Form Dim intCount As Integer Dim intEndcount As Integer intEndcount = Forms.count - 1 '-1 for parent For intCount = 1 To intEndcount For Each F In Forms...
  9. WarreNichole

    how can you close all child forms in a MDI with one button?

    Private Sub mnuLogOut_Click() Dim F As Form Dim count As Integer For count = 0 To 1 For Each F In Forms If TypeOf F Is MDIForm Then Else Unload F End If Next Next frmLogin.Show End Sub --------- That loops 3 times and will close 3 windows, but...
  10. WarreNichole

    how can you close all child forms in a MDI with one button?

    im sure i copied it right, but check this out, I made it loop in a for next, and it worked, its just if Im not sure how many child forms the user will have open at a time, i dont know how many times to loop it, thats why i need a way to find out how many forms are open in my app. any ideas...
  11. WarreNichole

    how can you close all child forms in a MDI with one button?

    you see im using a menu in the MDI form, and i want it to click and close all child forms, I was just thinking, if I could get a count of all the open forms, - the MDI form, I could build a For Next loop that would loop the code you gave me, because your code worked great, but for some reason...
  12. WarreNichole

    how can you close all child forms in a MDI with one button?

    hmmm that is working, but it only unloads one form, I guess as soon as it unloads the first form, it makes the active form the MDI one, im not sure... it just doesnt loop again to close the next child form... hmmm any ideas? Thanks for that code =) God Bless
  13. WarreNichole

    how can you close all child forms in a MDI with one button?

    I was wondering if there was a code, like Unload.ChildForms, that would well, unload all the child forms that are currently loaded, anyone know of such a thing? im pretty new to this MDI stuff Thanks for the help =) God Bless =)
  14. WarreNichole

    Help with Buttons on CoolBar

    Why thank you so very much =) =) =) God Bless!!!
  15. WarreNichole

    Help with Buttons on CoolBar

    Does anyone know why, whenever i put a cmd button on a Coolbar, it wont keep its size! uggg it keeps getting wider, anyone know why??? Also do you know how to make a button have a drop down menu on it (inside the coolbar?) Thanks much!!! =) God Bless

Part and Inventory Search

Back
Top