Search:

Type: Posts; User: _JiMMiE_

Search: Search took 0.03 seconds.

  1. Replies
    16
    Views
    46,662

    Re: Tutorial: Goto My Pc for FREE

    Is there any way you could rehost the pics for this Tutorial please, I can't seem to make it work without them.

    Thanks
  2. Replies
    27
    Views
    56,135

    Re: Find Window handle by Partial Caption

    Thanks for the reply..... im not real sure of what im doing wrong i was hoping maybe robdog could help maybe he has been busy :blush: or just has not come up with a fix just yet, either way i dont...
  3. Substitute For System Wide Hook In VB

    First off i would like to say you guys have a great forum here, i have been on reading for about a mouth now and have learned so much.

    Second i have a question. I have been looking all over for a...
  4. Replies
    27
    Views
    56,135

    Re: Find Window handle by Partial Caption

    ok iv'e run over and over this and cant get it to work the same function in VB6 works fine the code runs in debug fine but GetHandleFromPartialCaption is always false here is what i have so far i put...
  5. Replies
    27
    Views
    56,135

    Re: Find Window handle by Partial Caption

    ok i got the code to run in debug but its not picking up my window i know the partial caption is right its same as the one i have for VB6 and it works..... its doing the else line like if it didnt...
  6. Replies
    27
    Views
    56,135

    Re: Find Window handle by Partial Caption

    lol just saw that you updated the code sorry let me try that now see if it helps thanks so much for your time
  7. Replies
    27
    Views
    56,135

    Re: Find Window handle by Partial Caption

    ok this is what im getting now

    thanks so much for your help
    http://img131.imageshack.us/img131/7910/ujujzt5.png



    Module Module1
    Private Declare Function GetWindowTextLength Lib...
  8. Replies
    27
    Views
    56,135

    Re: Find Window handle by Partial Caption

    ok almost there i think but im getting this now on the new code that you gave me
    "A call to PInvoke function 'WindowsApplication1!WindowsApplication1.Module1::GetWindowTextLength' has...
  9. Re: Where ti disable/intercept the Close Window (X) control ?

    in VB2005 you can keep your users from closing your form using this code
    Private Sub Form1_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles...
  10. Replies
    27
    Views
    56,135

    Re: Find Window handle by Partial Caption

    this is what it looks like on my end

    http://img180.imageshack.us/img180/7987/codesnipjq8.png

    seem to be having trouble with these 2 lines

    sStr = String(GetWindowTextLength(lhWndP) + 1,...
  11. Replies
    27
    Views
    56,135

    Re: Find Window handle by Partial Caption

    How would i go about doing this in .NET 2005 ? this is what iv got so far having some trouble though.

    Option Strict Off
    Option Explicit On
    Public Class Form1

    '<VB/OUTLOOK GURU 01/30/2004...
  12. Replies
    2
    Views
    520

    Re: texbox as password field

    a textbox can be used for a password textbox as you can see in the screen shot all you will need to do is put * in the PasswordChar properties of the textbox

    ...
  13. Replies
    0
    Views
    588

    Substitute For System Wide Hook In VB

    First off i would like to say you guys have a great forum here, i have been on reading for about a mouth now and have learned so much.

    Second i have a question. I have been looking all over for a...
Results 1 to 13 of 13



Click Here to Expand Forum to Full Width