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 strongm 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: FemPro
  • Order by date
  1. FemPro

    How disable scrollbars in a maximized mdi parent form?

    Thank you. It works perfectly.
  2. FemPro

    How disable scrollbars in a maximized mdi parent form?

    Thank you so much earthandfire, really nice job. This is a nice idea, but i think it would be better to stay always maximized and not see that is restoring and maximizing automatically. Also this prevents user minimizing the window. Is there a way to do these?
  3. FemPro

    How disable scrollbars in a maximized mdi parent form?

    E&F thank you very much once more for your effort! What do you mean "Unless the parent form is maximized before my solution is applied, the parent form's BackgroundImage is corrupted." There is no problem about "Manually resizing the parent form corrupts its BackgroundImage." because i have...
  4. FemPro

    How disable scrollbars in a maximized mdi parent form?

    i 've did it but i am getting an error Error 'Namespace' statements can occur only at file or namespace level. in statement Namespace Slusser.Components i don't know why.
  5. FemPro

    How disable scrollbars in a maximized mdi parent form?

    That's a great tool thank you much. The code that is being converted must me place onto a class or a module in vb 2005?
  6. FemPro

    How disable scrollbars in a maximized mdi parent form?

    Thank you again so much earthandfire when i told "when run the program and move the child form i can see the its track" i meant its breadcrumb if this is the right word to describe it better. I will be very happy, if you spend "a little time" to help me again to solve my problem. Also i will...
  7. FemPro

    How disable scrollbars in a maximized mdi parent form?

    earthandfire what do you mean "not without rewriting the underlying redraw code"? Which code is this?
  8. FemPro

    How disable scrollbars in a maximized mdi parent form?

    Thank you very much both of you. Sorwen its a nice idea but if you move the mdi child form out of mdi parent's bounds and if you press the scrollbar's button so that the scrollbar disappears you can see that the parent's background image still fades. Although i thank you very much for your...
  9. FemPro

    How disable scrollbars in a maximized mdi parent form?

    i missed to refer that the background image layout is streched and want to be streched.
  10. FemPro

    How disable scrollbars in a maximized mdi parent form?

    earthandfire although i am wandering. Is it sure that disabling the mdi parent's form scrollbars when moving a mdi child form out of parent's bounds that the parent's background image doesn't seem to be faded? I mean is it sure that this manner i thought firstly is properly to solve my problem...
  11. FemPro

    How disable scrollbars in a maximized mdi parent form?

    Thank you much earthandfire, i hope this code will help me in vb 2005. The what i want to avoid as i explained before, is the fading of mdi parent background image when i move children forms out of parent bounds. But if this is not possible, i refered another thought instead of seting a...
  12. FemPro

    How disable scrollbars in a maximized mdi parent form?

    Because i am very new in vs2005 and i almost know nothing in c#.
  13. FemPro

    How disable scrollbars in a maximized mdi parent form?

    Another idea i have instead of seting a background image is to use a picture box and set the image there. But the problem here is that that mdi child forms appears under the picture box and if i use picturebox1.sendtoback the picture doesn't displayed. A very complecated problem. I don't know...
  14. FemPro

    How disable scrollbars in a maximized mdi parent form?

    Thank you much Sorwen help me. When i tell that the image background seems to be altered, i mean that it seems like fading image. I tryed in mdi parent layout event the refresh method, when i run the program and move a mdi child out of the bounds of mdi parent so the scrollbars appears, the mdi...
  15. FemPro

    How disable scrollbars in a maximized mdi parent form?

    unfortunatelly andrea my problem still exists. Well the reason i want to disable the scrollbars in the mdi parent is that i have an image background strech, so when a mdi child form displayed when i move the mdi child out of mdi parent's ranges and the scrollbars appears, the background images...
  16. FemPro

    How disable scrollbars in a maximized mdi parent form?

    Thank you much andrea96 but i am very new to visual studio 2005 and unfortunatelly this doesn't help me :-(.
  17. FemPro

    How disable scrollbars in a maximized mdi parent form?

    Hello everyone. I have a mdi parent window state maximized form and many mdi child forms. When i load a child form and move it, the scrollbars are appearing in the parent form. How can i disable the scrollbars in mdi parent form? Any help will be much appreciated. Thank you in advanced FemPro.
  18. FemPro

    How color mistake letters in the textbox?

    Thank you again Sorwen, it works fine it prevents click and double click as i want. Why do you think that maybe this is not the best way to do it?
  19. FemPro

    How color mistake letters in the textbox?

    Thank you much Sorwen, that helped me to handle the keys pressed by keyboard but what about when the user clicks or doubleclicks on the richtextbox? He will be able to set the cursor everywhere he wants inside the text and i don't want this. I want to be unable to click or doubleclick in...
  20. FemPro

    How color mistake letters in the textbox?

    Thank you Sorwen, this doesn't help me as much as I want. The what I want to do is not allow users press these keys so that he will be unable to delete whatever he writes in the richtextbox. I also what to prevent user paste in the richtextbox with ctrl+V. When the user presses something of...

Part and Inventory Search

Back
Top