- This topic has 10 replies, 2 voices, and was last updated 18 years ago by method.
-
AuthorPosts
-
November 9, 2005 at 7:17 pm #189218AdminAdministrator
lol this not a biggy but I did this for Method, anyways I wanted use it for something else so I put it here so I can download it from the other pc, but its cool if you guys wanna check it 🙂
November 10, 2005 at 1:56 am #189228methodMemberMan i tried to open it with visual studio 2003 but i could not . i Also tried it with vb 4 and could not open the project. cool u tell me how to open it with visual studeio if that is possible ? Thanks
November 10, 2005 at 3:25 am #189227AdminAdministratorI did it with visual basi 6 🙂 if u dont have it I can hook u up wiht it 🙂
November 10, 2005 at 6:22 am #189226AdminAdministratornice code
April 8, 2006 at 3:17 am #189225methodMemberwhere is the code now ? i missed it !!
April 8, 2006 at 4:00 pm #189224AdminAdministratoroops my bad forgat to put it after the site transfer here it is 🙂
May 26, 2006 at 11:23 am #189223methodMemberloco could u upgrade fast admin . I do not know why it does not work in my end!! could any one confirm if it is not working ?Thanks
May 26, 2006 at 2:29 pm #189222AdminAdministratorwha error is giveing ya. and man at this point i cant do much casue my laptop where i do programming and stuff I have to send it to the repair shop 🙁
May 26, 2006 at 5:00 pm #189221methodMember@Admin wrote:
wha error is giveing ya. and man at this point i cant do much casue my laptop where i do programming and stuff I have to send it to the repair shop 🙁
man could u tell me how to send text to the room list search textbox? you have doen similer think in fast admin but how to do it for room list search box . just show me how?Thanks
May 27, 2006 at 4:13 pm #189220AdminAdministratorAh crap you need it for now cause all my programming stuff are on the laptop, dont know when its gonna be fix one thing
di you use the “Room List” on the title
this part of the code
", vbNullString)
should be
", "Room List")
mn I need my laptop to help ya better lol
May 27, 2006 at 7:18 pm #189219methodMemberMan i already done that and this is the code. I just want to send a text to search and click go. I keep trying diffrent things and it does not work!! could u help me fix this?Thanks
Private Sub Command13_Click()
Dim window As Long
Dim X As Long, editx As Long
Dim Button As Long
Dim combobox As Long
On Error Resume Next
window = FindWindow("atl:0053e390", "Rooms List")
'PostMessage window, WM_COMMAND, 33236, 0
'DoEvents
'Call Delay(0.05)
'DoEvents
'X = FindWindow("atl:0053e390", "Rooms List")
'combobox = FindWindowEx(X, 0&, "Edit", vbNullString)
'Call SendMessage(Edit, CB_SETCURSEL, ByVal Text5, ByVal Text5)
'DoEvents
X = FindWindow("wtlsplitterwindow", "Rooms List")
editx = FindWindowEx(X, 0&, "Edit", vbNullString)
Call SendMessageByString(editx, WM_SETTEXT, 0&, Text4)
DoEvents
X = FindWindow("wtlsplitterwindow", "Rooms List")
Button = FindWindowEx(X, 0&, "button", "Search")
Call SendMessageLong(Button, WM_KEYDOWN, VK_SPACE, 0&)
Call SendMessageLong(Button, WM_KEYUP, VK_SPACE, 0&)
End Sub -
AuthorPosts
Related
- You must be logged in to reply to this topic.