Fast Admin VB Source code

You can talk about VB programming here

Fast Admin VB Source code

Postby locohacker » Wed Nov 09, 2005 2:17 pm


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 :)
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4361
Joined: Fri Dec 31, 2004 6:59 pm

Postby method » Wed Nov 09, 2005 8:56 pm

Man 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
method
imFiles Master
imFiles Master
 
Posts: 686
Joined: Tue Oct 18, 2005 11:12 am

Postby locohacker » Wed Nov 09, 2005 10:25 pm

I did it with visual basi 6 :) if u dont have it I can hook u up wiht it :)
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4361
Joined: Fri Dec 31, 2004 6:59 pm

Postby Guest » Thu Nov 10, 2005 1:22 am

nice code
Guest
 

Postby method » Fri Apr 07, 2006 10:17 pm

where is the code now ? i missed it !!
method
imFiles Master
imFiles Master
 
Posts: 686
Joined: Tue Oct 18, 2005 11:12 am

Postby locohacker » Sat Apr 08, 2006 11:00 am

oops my bad forgat to put it after the site transfer here it is :)
Attachments
Fast Admin.zip
(5.32 KiB) Downloaded 165 times
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4361
Joined: Fri Dec 31, 2004 6:59 pm

Postby method » Fri May 26, 2006 6:23 am

loco 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
method
imFiles Master
imFiles Master
 
Posts: 686
Joined: Tue Oct 18, 2005 11:12 am

Postby locohacker » Fri May 26, 2006 9:29 am

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 :(
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4361
Joined: Fri Dec 31, 2004 6:59 pm

Postby method » Fri May 26, 2006 12:00 pm

locohacker 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
method
imFiles Master
imFiles Master
 
Posts: 686
Joined: Tue Oct 18, 2005 11:12 am

Postby locohacker » Sat May 27, 2006 11:13 am

Ah 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

Code: Select all
", vbNullString)


should be

Code: Select all
", "Room List")


mn I need my laptop to help ya better lol
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4361
Joined: Fri Dec 31, 2004 6:59 pm

Postby method » Sat May 27, 2006 2:18 pm

Man 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

Code: Select all
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
method
imFiles Master
imFiles Master
 
Posts: 686
Joined: Tue Oct 18, 2005 11:12 am


Return to Visual Basic Programming

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 0 guests