Hello everyone,
I use the DirectConnect Client (DC++) for P2P Sharing. I want to write a program that will start DC++ and monitor it for some events like a private message from some users asking for slots. It will notify me of the message thru a msg box or a notifier. I want to write this because most of the time I have my DC++ minimised and people keep messaging me for slots, so I could also make my program to auto grant the slot if there are less than 3 users already downloading.
How do I proceed in making my program capture the events occuring in DC++?
Thanx for any advice,
Sincerely,
kclteam
You could bind the keys in-game for multiple buying.
If you need m4a1, deagle, kevlar, vest, defuser with one key, then all you have to do is type in following in console:
bind "F1" "m4a1; deagle; vest; helmvest; defuser"
But since this is your first program...welcome to the community, hope to see more of your programs
Best way would be to ping a known web-site (let's say http://www.autoitscript.com/forum/ with each proxy individually and get the time taken to fetch the page. I dunno how you would achieve this in AutoIt; you can use winhttp COM Object, may be.
that is really nice...i m also onto something similar...thanx for this one mate...gives me some new ideas... if u need some help with your custom rcon tool....i will be more than happy to help you Source ain't there?? Took some risk and ran it nevertheless...works fine! Share the source please
in your code
$return = DllCall("paspi.dll", 'int', 'GetProcessMemoryInfo', 'long', $handle[0], 'ptr', $pmcPtr, 'dword', DllStructGetSize($pmc))
why are u passing $handle[0] as 'long'? may be that's wat causing the error.
@dunno: Do u have the ODBC connector properly installed? Make sure the username, password, hostname and database are correct. Finally...always use the COM error handler while using ne COM associated UDFs. U can find the COM Error Handler here: COM Error Handler
try this...
GUICtrlCreateCombo($scriptor_Combo_1, 290, 25, 165, 25, BitOR($ES_READONLY, $CBS_DROPDOWNLIST, $LBS_STANDARD))
u need to do it while creating the combo and not while adding data to it
as far as alternating colors is concerned...u cud put a check on the loop variable...if it's odd dont put any color...if it's even then put a color in bground.... and for vertical scroll bar...set the limit of ur GUI to someting, if the data exceeds the limit...I guess scrollbars would come automatically.... Just some thoughts...not tested Will try to come up with a working solution as soon as possible..
ok its kinda off-topic...but yes nfwu just showed us how to use search on something which might not be supported by a board's search engine...some restricted words...some short words...etc. Just go to google.com and type in ur search parameters and at the end put in site:<the url of the site u wish to search in> That's a nice li'l trick...thnx nfwu for this
ADODB is secure...as good as any db connexions u r going to make ith VB, or ne other application where u use ADODB...the UDF does not send this info over the network...it just passes them to the Connector.
Hope it clears ur doubts