| Author |
Message |
Topic: Help with SetWindowThemeAttribute Function in Vista |
MiamiGuy
Replies: 5
Views: 99
|
Forum: Ask for Help Posted: Sun Nov 23, 2008 5:13 pm Subject: Help with SetWindowThemeAttribute Function in Vista |
I keep saying it...
You are the best....
Gui, +LastFound -0x20000
Gui, Add, Text, Center x0 y40 w200 h30 vTxt, Test
Gui, Show, w200 h100, Set Theme Attrib. Test
hWnd := WinExist( ... |
Topic: Help with SetWindowThemeAttribute Function in Vista |
MiamiGuy
Replies: 5
Views: 99
|
Forum: Ask for Help Posted: Sun Nov 23, 2008 4:23 am Subject: Help with SetWindowThemeAttribute Function in Vista |
The first few times I tried out the function I would get nothing coming back at me at all, atleast with the function the way I had posted it.
I change the last part of it today, rather than have th ... |
Topic: Help with SetWindowThemeAttribute Function in Vista |
MiamiGuy
Replies: 5
Views: 99
|
Forum: Ask for Help Posted: Fri Nov 21, 2008 2:36 am Subject: Help with SetWindowThemeAttribute Function in Vista |
Hi everyone,
I'm wondering if someone could perhaps help me see what it is I am doing wrong with this funtion.
Basically the function removes/hides the Caption (Title bar text and icon) in Vista, ... |
Topic: Help with TransmitFile Files larger than 8000 bytes |
MiamiGuy
Replies: 7
Views: 228
|
Forum: Ask for Help Posted: Tue Oct 28, 2008 3:40 am Subject: Help with TransmitFile Files larger than 8000 bytes |
tfb_TailLength is the length of the Tail data, so should not have a preceding & (perhaps that was a typo).
oops, yup, sorry, typo.
This works great Lex thank you so much. Here i ... |
Topic: Help with TransmitFile Files larger than 8000 bytes |
MiamiGuy
Replies: 7
Views: 228
|
Forum: Ask for Help Posted: Mon Oct 27, 2008 5:16 pm Subject: Help with TransmitFile Files larger than 8000 bytes |
Hmmmmm, this is probably so wrong.
The TRANSMIT_FILE_BUFFERS would they accept a string for the Head and Tail Members? Lets say something like this...
tfb_Head := "LargeFile"
tfb_He ... |
Topic: Help with TransmitFile Files larger than 8000 bytes |
MiamiGuy
Replies: 7
Views: 228
|
Forum: Ask for Help Posted: Sun Oct 26, 2008 6:42 pm Subject: Help with TransmitFile Files larger than 8000 bytes |
| Well, I dont know if this is the best solution, but as I suspected, the simple addition of a loop seems to be working for me thus far. Also, with the Transmitfile function, I read that you can change ... |
Topic: Help with TransmitFile Files larger than 8000 bytes |
MiamiGuy
Replies: 7
Views: 228
|
Forum: Ask for Help Posted: Sat Oct 25, 2008 5:49 am Subject: Help with TransmitFile Files larger than 8000 bytes |
Hello everyone. I'm wondering if someone could help me figure out how to further the excellent efforts previously done on this
ReceiveData(wParam, lParam)
{
static FIONREAD = 0 ... |
Topic: Command Link Buttons Help |
MiamiGuy
Replies: 0
Views: 116
|
Forum: Ask for Help Posted: Fri Aug 01, 2008 4:58 am Subject: Command Link Buttons Help |
Hi everyone. I've been trying to create the "Vista" Command Link style buttons and though I've gotten pretty far, I still need a little help.
I'm trying to change the backgrou ... |
Topic: Help with Extending Client Area in Vista GUI |
MiamiGuy
Replies: 33
Views: 1930
|
Forum: Ask for Help Posted: Wed Jul 09, 2008 8:00 pm Subject: Help with Extending Client Area in Vista GUI |
Well, I havent had much time to post lately, but I've been working on my little "Aero Wizard IMPOSTOR" lol, (that sounds like a good name for it I think).
Anyway, I have a few Questions. ... |
Topic: Making AHK Antivirus Program |
MiamiGuy
Replies: 2
Views: 248
|
Forum: Ask for Help Posted: Tue Jun 24, 2008 12:27 am Subject: Making AHK Antivirus Program |
Ok, as they say, necessitiy is the mother of invention, so I decided to come up with an ahk solution for the issue of viruses and spyware.
An antivirus/spyware program isn't much more than a prog ... |
Topic: Help with Extending Client Area in Vista GUI |
MiamiGuy
Replies: 33
Views: 1930
|
Forum: Ask for Help Posted: Sat Jun 21, 2008 9:44 pm Subject: Help with Extending Client Area in Vista GUI |
Here is another one I've been working on.
The below creates a GUI somewhat similar to an Aero Wizard. This one DOES have buttons that work at the lower right.
I figured out that by creating an ... |
Topic: Help with Extending Client Area in Vista GUI |
MiamiGuy
Replies: 33
Views: 1930
|
Forum: Ask for Help Posted: Tue Jun 17, 2008 10:10 pm Subject: Help with Extending Client Area in Vista GUI |
Ahhhhhhh! As I've said before Lexikos, you are a Genious.
Instead of creating pGraphics from hdc, create it from hdcPaint. (Draw the images onto the bitmap instead of the window.)
BitBlt from the ... |
Topic: Help with Extending Client Area in Vista GUI |
MiamiGuy
Replies: 33
Views: 1930
|
Forum: Ask for Help Posted: Tue Jun 17, 2008 4:29 am Subject: Help with Extending Client Area in Vista GUI |
As a matter of fact, I need more HELP myself too!
I understood what you mentioned Lexikos, but I'm still missing something.
I started with BeginPaint, create a graphics object with CreateF ... |
Topic: Help with Extending Client Area in Vista GUI |
MiamiGuy
Replies: 33
Views: 1930
|
Forum: Ask for Help Posted: Tue Jun 17, 2008 2:08 am Subject: Help with Extending Client Area in Vista GUI |
hmmmm,
I'm not quite sure I follow.
You mean, create a script WITH ahk that will monitor the windows that appear on your desktop from other programs, so that as they open, the script will "t ... |
Topic: Help with Extending Client Area in Vista GUI |
MiamiGuy
Replies: 33
Views: 1930
|
Forum: Ask for Help Posted: Wed Jun 04, 2008 4:36 am Subject: Help with Extending Client Area in Vista GUI |
Ok, HELP!
I've been at it for a week and I cant seem to figure out how the heck to get both text and images painted on the glass at the same time.
I basically was trying to merge bo ... |
| |