| Author |
Message |
Topic: problem with transparent and tab |
viciouskinid
Replies: 6
Views: 103
|
Forum: Ask for Help Posted: Fri Jul 25, 2008 6:28 pm Subject: problem with transparent and tab |
| Anyone? |
Topic: problem with transparent and tab |
viciouskinid
Replies: 6
Views: 103
|
Forum: Ask for Help Posted: Fri Jul 25, 2008 10:11 am Subject: problem with transparent and tab |
no luck
SetBatchLines, -1
SetControlDelay, -1
Gui,1: Show, xCenter yCenter h100 w100 , AA
WinSet, TransColor, 100001 255 ,AA
Gui, Add, Progress,x0 y0 w40 h50 Background100001
Gui, Add, bu ... |
Topic: problem with transparent and tab |
viciouskinid
Replies: 6
Views: 103
|
Forum: Ask for Help Posted: Fri Jul 25, 2008 2:18 am Subject: problem with transparent and tab |
thanks, the code I posted is a bit messy.
So you dont know how to fix the problem or is it that the problem cant be fixed.
Is there a way to show/hide controls simultaneously. if i use guicontr ... |
Topic: problem with transparent and tab |
viciouskinid
Replies: 6
Views: 103
|
Forum: Ask for Help Posted: Thu Jul 24, 2008 3:50 pm Subject: problem with transparent and tab |
the code below is a rough example of what is going wrong in my script
Gui,1: Show, xCenter yCenter h100 w100 , AA
WinSet, TransColor, 100001 255 ,AA
Gui, Add, Progress,x0 y0 w40 h50 Backgrou ... |
Topic: How to embed a genre/favourites radio station |
viciouskinid
Replies: 24
Views: 936
|
Forum: Ask for Help Posted: Thu Jul 24, 2008 3:08 am Subject: How to embed a genre/favourites radio station |
regarding sean's code.
is there a way to stop the video. or remove it without removing the gui?
is there something I could replace play with below?
Invoke(psf, "Play") |
Topic: Portable font |
viciouskinid
Replies: 4
Views: 106
|
Forum: Ask for Help Posted: Wed Jul 23, 2008 6:43 am Subject: Portable font |
Thanks I will try that.
One question.
I have been using dlls a lot but it has been a copy and paste exercise. I was wondering where I could go to get some documentation on dlls. I am looki ... |
Topic: Portable font |
viciouskinid
Replies: 4
Views: 106
|
Forum: Ask for Help Posted: Tue Jul 22, 2008 3:16 pm Subject: Portable font |
I am using a font that is not standard in windows. Is there a way that I can call the font without having to install it on each computer.
something like the below
Gui,1: Font, s8 CDefault, tod ... |
Topic: program specific file |
viciouskinid
Replies: 3
Views: 68
|
Forum: Ask for Help Posted: Tue Jul 22, 2008 6:45 am Subject: program specific file |
Just a string of numbers when the license key is saved.
I have been using ini files to save the settings, using a file that could not be read would be better. |
Topic: program specific file |
viciouskinid
Replies: 3
Views: 68
|
Forum: Ask for Help Posted: Tue Jul 22, 2008 5:12 am Subject: program specific file |
| Just wondering how you can make a program specific file. Save files for most programs can only be viewed with the program that created them. If you try to open them with notepad you get rubbish. Ho ... |
Topic: Msgbox not on taskbar |
viciouskinid
Replies: 1
Views: 61
|
Forum: Ask for Help Posted: Sun Jul 20, 2008 2:00 pm Subject: Msgbox not on taskbar |
| Is there a way to make a msgbox display without adding tab to the taskbar? |
Topic: Packaging images |
viciouskinid
Replies: 1
Views: 51
|
Forum: Ask for Help Posted: Fri Jul 18, 2008 3:24 am Subject: Packaging images |
I have a lot of pictures in a program i have written. Is there a way I can pack them into the exe or something similar so the user can't get access to them through the file directory.
I have seen ... |
Topic: How to only show an specific area of pictures |
viciouskinid
Replies: 1
Views: 47
|
Forum: Ask for Help Posted: Tue Jul 15, 2008 1:32 am Subject: How to only show an specific area of pictures |
Is there a way to show only the bottom part of a picture in a gui.
I have a picture that I want to show fully but also have the option of displaying only half. I know that I could change the dime ... |
Topic: Scroll test and picture |
viciouskinid
Replies: 2
Views: 104
|
Forum: Ask for Help Posted: Mon Jul 14, 2008 11:22 am Subject: Scroll test and picture |
Still having trouble.
is there a way to fix the tab bar?
#NoEnv
OnMessage(0x115, "OnScroll") ; WM_VSCROLL
OnMessage(0x114, "OnScroll") ; WM_HSCROLL
... |
Topic: Scroll test and picture |
viciouskinid
Replies: 2
Views: 104
|
Forum: Ask for Help Posted: Sun Jul 13, 2008 4:39 pm Subject: Scroll test and picture |
I would like to have text and images scrolling in my help tab. I have the basics of it working but when I scroll the images go over the tab bar.
Can anyone help?
#SingleInstance force
Gui, ... |
Topic: Scroll Text and pictures |
viciouskinid
Replies: 1
Views: 74
|
Forum: Ask for Help Posted: Mon Jun 30, 2008 9:57 am Subject: Scroll Text and pictures |
| It is possible to scroll through text in an edit box. Is there a way to do this with pictures? ie have them stacked on top of each other and scroll through. Even better would be a way to combine the ... |
| |