Upload your program for jan 2005 contest here

You can talk about VB programming here

Upload your program for jan 2005 contest here

Postby locohacker » Sat Jan 08, 2005 12:26 am


okie peeps here the spot where u can put the link to your program or upload it too,

one thing if u want to upload it but dont have trusted member privileged yet please pm me so u can uploaded directly to the forums okie :)

Good luck :)
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4325
Joined: Fri Dec 31, 2004 6:59 pm

Postby UDG Clan » Sat Jan 08, 2005 10:11 pm

hmm duno if i am going to enter lets see maybe if i added for things on Room paster i could
UDG Clan
imFiles Senior
imFiles Senior
 
Posts: 230
Joined: Mon Nov 22, 2004 7:44 pm

Postby locohacker » Sun Jan 09, 2005 11:39 am

Man where are the programs, I wait tyl you guys are ready :)
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4325
Joined: Fri Dec 31, 2004 6:59 pm

Postby g0df4th3r » Sun Jan 09, 2005 2:36 pm

8) i would like to post my new prog if i can locohacker pls help thanks 8)
User avatar
g0df4th3r
imFiles Newbie
imFiles Newbie
 
Posts: 42
Joined: Sun Jan 09, 2005 6:49 am

Postby locohacker » Sun Jan 09, 2005 4:57 pm

ofcourse :) now u got truste member privilleges so u can uplaod it okie :)
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4325
Joined: Fri Dec 31, 2004 6:59 pm

Postby g0df4th3r » Sun Jan 09, 2005 7:40 pm

cool thanks for your help locohacker 8) ok people here it is its a working modle of a buddy list for paltalk if you want the sorce code you have to ask locohacker 8) i made this prog becouse i never seen anything like it yet so here you go
User avatar
g0df4th3r
imFiles Newbie
imFiles Newbie
 
Posts: 42
Joined: Sun Jan 09, 2005 6:49 am

Postby sk8er » Sun Jan 09, 2005 8:17 pm

bro if i were u, id take that link away bro.i jus checked it oput. alls it do is lag ur pc, then ma aim messed up.i dont think ur code is full man.u gots to check it out
you dont know who i am, and i would rather keep it that way.
sk8er
Co-Admin
Co-Admin
 
Posts: 541
Joined: Thu Nov 25, 2004 1:23 pm
Location: here

Postby g0df4th3r » Sun Jan 09, 2005 8:24 pm

hummm that funny it works fine for me illl leave it here till i see what other users say then if so ill fix it and update it for every one 8) thanks for your reply though sorry to here that ill see whats up 8)
User avatar
g0df4th3r
imFiles Newbie
imFiles Newbie
 
Posts: 42
Joined: Sun Jan 09, 2005 6:49 am

Postby sk8er » Sun Jan 09, 2005 8:27 pm

Dim progman As Long
Dim shelldlldefview As Long
Dim syslistview As Long

progman = FindWindow("progman", vbNullString)
shelldlldefview = FindWindowEx(progman, 0&, "shelldll_defview", vbNullString)
syslistview = FindWindowEx(shelldlldefview, 0&, "syslistview32", vbNullString)

If syslistview = 0 Then
Msgbox "Error: Cannot find window"
Exit Sub
End If




thats not for paltalk, if it was it would say progman = FindWindow("paltalk 7.0", vbNullString)
you dont know who i am, and i would rather keep it that way.
sk8er
Co-Admin
Co-Admin
 
Posts: 541
Joined: Thu Nov 25, 2004 1:23 pm
Location: here

Postby g0df4th3r » Sun Jan 09, 2005 8:38 pm

no that has nothing to do with my code sorry its moor like

Dim hProcess As Long, lptvi As Long, tvi As TVITEM, lpBuffer As String * 1024
GetWindowThreadProcessId hTV, hProcess
hProcess = OpenProcess(PROCESS_VM_OPERATION Or PROCESS_VM_READ Or PROCESS_VM_WRITE Or PROCESS_QUERY_INFORMATION, 0, hProcess)
lptvi = VirtualAllocEx(hProcess, ByVal 0&, Len(tvi), MEM_COMMIT, PAGE_READWRITE)
tvi.hItem = hItem
tvi.cchTextMax = 1024
tvi.pszText = VirtualAllocEx(hProcess, ByVal 0&, 1024, MEM_COMMIT, PAGE_READWRITE)
tvi.mask = TVIF_TEXT
WriteProcessMemory hProcess, ByVal lptvi, tvi, Len(tvi), ByVal 0&
SendMessage hTV, TVM_GETITEMA, 0, ByVal lptvi
ReadProcessMemory hProcess, ByVal tvi.pszText, ByVal lpBuffer, Len(lpBuffer), ByVal 0&
VirtualFreeEx hProcess, ByVal lptvi, 0, MEM_RELEASE
VirtualFreeEx hProcess, ByVal tvi.pszText, 0, MEM_RELEASE
CloseHandle hProcess
GetItemText = Left$(lpBuffer, InStr(lpBuffer, vbNullChar) - 1)
User avatar
g0df4th3r
imFiles Newbie
imFiles Newbie
 
Posts: 42
Joined: Sun Jan 09, 2005 6:49 am

Postby sk8er » Sun Jan 09, 2005 8:40 pm

im talking about api lol.and their is nothing in the that would help to connect to paltalk
you dont know who i am, and i would rather keep it that way.
sk8er
Co-Admin
Co-Admin
 
Posts: 541
Joined: Thu Nov 25, 2004 1:23 pm
Location: here

Postby g0df4th3r » Sun Jan 09, 2005 8:43 pm

its not suppose to connect to paltalk its not protocal its just works when you open up your paltalk then try to use it it will work fine
8)
User avatar
g0df4th3r
imFiles Newbie
imFiles Newbie
 
Posts: 42
Joined: Sun Jan 09, 2005 6:49 am

Postby sk8er » Sun Jan 09, 2005 8:45 pm

u gots to check the code bro, it freezez up n all lol
you dont know who i am, and i would rather keep it that way.
sk8er
Co-Admin
Co-Admin
 
Posts: 541
Joined: Thu Nov 25, 2004 1:23 pm
Location: here

Postby g0df4th3r » Sun Jan 09, 2005 8:47 pm

well how come it dont freeze for me its working fine i checked the code it seems to be ok i dont know what to do bro im sorry ill see if locohacker can take a look at it for me ok
User avatar
g0df4th3r
imFiles Newbie
imFiles Newbie
 
Posts: 42
Joined: Sun Jan 09, 2005 6:49 am

Postby locohacker » Sun Jan 09, 2005 8:49 pm

lol i would send it :)
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4325
Joined: Fri Dec 31, 2004 6:59 pm

Next

Return to Visual Basic Programming

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 0 guests