Search:

Type: Posts; User: bim11

Search: Search took 0.03 seconds.

  1. Replies
    7
    Views
    827

    Re: GetPixel on a WebBrowser

    het solved
  2. Replies
    7
    Views
    827

    Re: GetPixel on a WebBrowser

    het solved
  3. Replies
    7
    Views
    827

    [RESOLVED] GetPixel on a WebBrowser

    het solved
  4. Replies
    158
    Views
    313,228

    Re: RichTextBox Tricks and Tips

    Hi moeur

    Your code is great for inserting pictures into the rich textbox.

    However, i am able to move the images around and resize them. I dont want them to be resized/moved around.

    How can...
  5. Replies
    1
    Views
    407

    Help with RICH TEXT BOX

    NOTE TO MODS: I am asking a DIFFERENT QUESTION IN THIS THREAD, therefore its not a multiple topic. (My previous thread was asking how to stop the resizing of images. Well THIS thread is different. It...
  6. Replies
    1
    Views
    488

    Help with RICH TEXT BOX images

    Dear friends,

    I want to stop the end-user from being able to reize images that are in a rich text box.

    Does anyone know how to stop the resizing?

    NOTE: Please do NOT suggest me using the...
  7. Replies
    1
    Views
    398

    [RESOLVED] Checkbox problem

    How can you make the backcolor of a checkbox be transparent?
  8. Replies
    2
    Views
    458

    PictureBox or Image?

    I have a form in my application called FrmAbout which has only one a pictreubox on it, nothing else. In the picturebox is an image of a list of all the people that helped make the program

    But...
  9. Replies
    1
    Views
    590

    VB6 RichTextBox image HELP!

    Dear friends,

    I want to stop the end-user from being able to reize images that are in the rich text box.

    Does anyone know how to stop the resizing?

    NOTE: Please do NOT suggest me using the...
  10. Replies
    8
    Views
    1,115

    Re: VB6 RichTextBox image HELP!

    You seem to have misunderstood me. I dont want to lock certain areas of the text box at all. I just want the ability of resizing images in the rich textbox to be removed.





    If you're using...
  11. Replies
    8
    Views
    1,115

    Re: VB6 RichTextBox image HELP!

    Yes, that is the default seeting of the rich textbox.

    But I want to stop the ability of resizing the image in the the textbox.




    Im coding a little LAN Mesenger program for our college LAN....
  12. Replies
    8
    Views
    1,115

    Re: VB6 RichTextBox image HELP!

    Locked Property Description: Enables/Disables the contents in a RichTextBox control from being edited.

    The Locked property stops them from being able to even type in the text box, so its not a...
  13. Replies
    8
    Views
    1,115

    Re: VB6 RichTextBox image HELP!

    In the rich textbox, when you click on the image then 4 little squares appear at the corners of the image.

    Using these squares, you can click and drag the image, and resize it.
  14. Replies
    8
    Views
    1,115

    [RESOLVED] VB6 RichTextBox image HELP!

    Moderators - Please Delete This Thread
  15. Replies
    3
    Views
    5,212

    Vb6 Slider Control

    Hi Im trying to change the Back Color of my slider control but there is no backcolor property!

    Ideally, I want the backcolor to be transparent but if thats too long-winded then just setting the...
  16. Replies
    15
    Views
    1,129

    Re: how to restrict from closing

    Thanks for explaining what your objective is.

    Now we know your objective we can offer you a better solution.

    In your case, the best solution is to disable the Task Manager altogether.

    The...
  17. Replies
    16
    Views
    19,707

    Re: VB6 Wait for condition

    Do
    DOEVENTS
    Loop Until Condition = True

    Is the correct way to do it.
  18. Replies
    2
    Views
    570

    Transparent COLOR On Image

    Hey vbForums! :wave:

    Right, I have an "image" named "image1" on my form.

    I also have a button on my form "Make the red color transparent"

    When i click the button, I want the red in the...
  19. Replies
    21
    Views
    1,160

    Re: Disable terminating a process

    Google 'Rootkits'

    Rootkits cannot be terminated via the End Process button.

    Most anti-virus programs run off the root - in order to stop them being terminated.

    So reaserch 'rootkits' - I...
  20. Replies
    21
    Views
    1,160

    Re: Disable terminating a process

    You will need to use a RootKit
  21. Replies
    7
    Views
    12,846

    Re: VB6 TRANSPARENT background

    het solved
  22. Replies
    7
    Views
    12,846

    Re: VB6 TRANSPARENT background

    anyone know?
  23. Replies
    7
    Views
    12,846

    [RESOLVED] VB6 TRANSPARENT background

    het solved
  24. Replies
    5
    Views
    748

    Re: Need Help With Webbrowser

    When i click the webbrowser using my mouse the cmdSendMessageBM loses its focus because i clicked on the webbrowser.

    However, when i click the cmdSendMessageBM button it doesnt lose its focus,...
  25. Replies
    5
    Views
    748

    Re: Need Help With Webbrowser

    I may be willing to pay for a solution to this. (PayPal)
  26. Replies
    5
    Views
    748

    Need Help With Webbrowser

    Hey Guys, im back again.

    Now this problem is probably simple, but I just can't figure it out :p


    *EDIT* - I may be willing to pay for a solution to this. (PayPal)


    So here we go...
  27. Replies
    0
    Views
    692

    [RESOLVED] SendMessage to send keystrokes

    Nvm

    I am using the keybd_event instead now.
  28. Replies
    4
    Views
    650

    Re: Sendkeys - Replacement needed

    You can fill in a webpage with innerhtml stuff

    But i dont want to do that.

    There is a java game loaded on the webbrowser and i want to send keystrokes to the game using SendMessage.
  29. Replies
    4
    Views
    650

    Re: Sendkeys - Replacement needed

    Thank you for your reply Rob.

    Would something like this work to send key strokes to my webbrowser?

    Note: My original method was: > WebBrowser1.SetFocus > SendKeys("hello world")
  30. Replies
    4
    Views
    650

    Sendkeys - Replacement needed

    Hey Guys,

    I was wondering if there is any windows api code to simulate key presses?

    I dont want SENDKEYS, post or send message either.

    The reason for this is because sendkeys is unreliable...
  31. Replies
    1
    Views
    492

    [RESOLVED] Create Text File Problem

    Hey all, Im new here so I hope you can all help me out.

    I have wrote some code to "make a text file":



    Now this works - it creates the text file each time and with the correct content :)
    ...
Results 1 to 31 of 32



Click Here to Expand Forum to Full Width