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

  1. dllCoRupT626

    WinAPI in VB (GetWindowText, GetWindowTextLength, GetClassName)

    Sorry it's in VB but it use's WinAPI so i figured i would post it here to. I've only used this forum like 3 times now. Sorry again :)
  2. dllCoRupT626

    WinAPI Help (GetWindowText, GetWindowTextLength, GetClassName)

    Hey man it Work's, Thank's alot i've been trying to get that to work for so long now it's Pitiful. Cya
  3. dllCoRupT626

    WinAPI Help (GetWindowText, GetWindowTextLength, GetClassName)

    btw frmMain.View1.ListItems.Item(I).SubItems(1) = topWindowClassNames(UBound(topWindowClassNames)) work's becuase I is set to 1 when fGetTopLvLWindows() is called. And i just found out about ByVal, I've been using C++ i just jumped back to VB for this becuase of the Winsock control :)
  4. dllCoRupT626

    WinAPI Help (GetWindowText, GetWindowTextLength, GetClassName)

    Thank's. I was reading one of your other post's when I saw this lol. I have Option Explicit on all the time but i figured i didn't have to post that oh well. I'm going to go try it out
  5. dllCoRupT626

    WinAPI in VB (GetWindowText, GetWindowTextLength, GetClassName)

    dllCoRupT626 (Programmer) Feb 12, 2003 Right to the point... I'm trying to List all of the Top LvL Window's, Everything works fine until it try's to get the ClassName of the Window and the Window Text (Title Bar). This is all in a module: 'Declare's Public Declare Function GetClassName Lib...
  6. dllCoRupT626

    WinAPI Help (GetWindowText, GetWindowTextLength, GetClassName)

    :( that worked last nite, today when i ran it, when it called fGetTopLvLWindows() it gave me an error: " The instruction at "0x0fc0106a" referenced memory at "0x003e01d4". The memory could not be "read". " Someone help Please.
  7. dllCoRupT626

    WinAPI Help (GetWindowText, GetWindowTextLength, GetClassName)

    Sorry to double post, I stoped it before i thought it went through, To make changes.
  8. dllCoRupT626

    WinAPI Help (GetWindowText, GetWindowTextLength, GetClassName)

    Right to the point... I'm trying to List all of the Top LvL Window's, Everything works fine until it try's to get the ClassName of the Window and the Window Text (Title Bar). This is all in a module: 'Declare's Public Declare Function GetClassName Lib "user32.dll" Alias...
  9. dllCoRupT626

    WinAPI Help (GetWindowText, GetWindowTextLength, GetClassName)

    Right to the point... I'm trying to List all of the Top LvL Window's, Everything works fine until it try's to get the ClassName of the Window and the Window Text (Title Bar). This is all in a module: 'Declare's Public Declare Function GetClassName Lib "user32.dll" Alias...
  10. dllCoRupT626

    CString converstion

    sanjay123 you've made me the happiest programmer on this planet! i've been searching for over 7 hours for a function to convert strings to ints THANKS A BUNCH later...
  11. dllCoRupT626

    Please Help with Indy Components

    btw im using Delphi 6 Personal Edition with Indy v8.0
  12. dllCoRupT626

    Please Help with Indy Components

    I keep getting Error 'Socket Error # 10061 Connection Refused' when i try to connect to my server. I get this error when i try using the Server and Client Demos that come with Indy to. Can someone please help me I did set all of the properties My Client: ************ unit Unit1...

Part and Inventory Search

Back
Top