| View previous topic :: View next topic |
| Author |
Message |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
|
| Back to top |
|
 |
Heartless I post too much
Reputation: 0
Joined: 03 Dec 2006 Posts: 2436
|
Posted: Tue Mar 11, 2008 6:01 pm Post subject: |
|
|
You should add hotkeys, small icons, windows media player, always stay on top option, and make the text color, style, and font of the buttons customizeable. _________________
What dosen't kill you, usually does the second time. |
|
| Back to top |
|
 |
AndrewMan Grandmaster Cheater Supreme
Reputation: 0
Joined: 01 Aug 2007 Posts: 1257
|
Posted: Tue Mar 11, 2008 6:27 pm Post subject: |
|
|
| HornyAZNBoy wrote: | | You should add hotkeys, small icons, windows media player, always stay on top option, and make the text color, style, and font of the buttons customizeable. |
If you can help me with hotkeys that'd be great. I'm not sure how to get write them. Maybe through SendMessage like solvach said?
BTW: if anyone wants to help with this please do, because add credits on who helped and what you did to help.  _________________
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Tue Mar 11, 2008 7:00 pm Post subject: |
|
|
| AndrewMan wrote: | | HornyAZNBoy wrote: | | You should add hotkeys, small icons, windows media player, always stay on top option, and make the text color, style, and font of the buttons customizeable. |
If you can help me with hotkeys that'd be great. I'm not sure how to get write them. Maybe through SendMessage like solvach said?
BTW: if anyone wants to help with this please do, because add credits on who helped and what you did to help.  |
if you need the hotkeys to be usable regardless of if your program is the current active window or not, use... RegisterHotKey or... GetAsyncKeyState
Otherwise override WndProc and respond to WM_KEYDOWN
http://pinvoke.net/ |
|
| Back to top |
|
 |
Heartless I post too much
Reputation: 0
Joined: 03 Dec 2006 Posts: 2436
|
Posted: Tue Mar 11, 2008 7:06 pm Post subject: |
|
|
HotKeys would be like this
| Code: |
if GetAsyncKeyState(vbkey_F1) then
'Whatever goes here
end if
|
if you are using the getasynckeystate, you need to go on google and look up the part I missed. It has something to do with declare something in winapi or something, I forgot.
Stay on top would be very easy, just google it and you'll see a lot of topics about it.
And the things about the text color, style and font just the commondialog object. _________________
What dosen't kill you, usually does the second time. |
|
| Back to top |
|
 |
AndrewMan Grandmaster Cheater Supreme
Reputation: 0
Joined: 01 Aug 2007 Posts: 1257
|
Posted: Tue Mar 11, 2008 7:08 pm Post subject: |
|
|
Thanks for the help both of you. I have been trying all of this, but nothing works with VB 2008. Please read my post in General Programming and respond.
Thanks again guys  _________________
|
|
| Back to top |
|
 |
greataustini Expert Cheater
Reputation: 0
Joined: 01 Feb 2008 Posts: 156 Location: cAnAdA
|
Posted: Wed Mar 12, 2008 8:23 pm Post subject: |
|
|
hmmm not bad dude!! thanks for helping out everyone who could use this
add some splash mayb with colour?? lol great functions anyway ... i liked the photo edit |
|
| Back to top |
|
 |
AndrewMan Grandmaster Cheater Supreme
Reputation: 0
Joined: 01 Aug 2007 Posts: 1257
|
Posted: Sat Mar 22, 2008 1:27 am Post subject: Re: [RELEASE] Daily Helper v.1.5 by AndrewMan |
|
|
Wow I just bumped this thread didnt even mean too... I ment to edit it because I still have this thread in my signature.
Please don't warn me. Thanks. _________________
|
|
| Back to top |
|
 |
|