well since its a coding language you cant really give it a bad name *smiles* thats like saying "wow, since hackers make hacks with C++, C++ must be a BADD coding language *stares* hahah -tri407tiny
OK i think i found th eproblem see when autoit uses _MemoryOpen im guessing it compares it to a procecess list and then if the pid matches it continues and gives t=you the info, thing is i made a custom procees list to mimic CE "Long Process List than when compared to autoits, its about 2 times as long so im guessing i need to tell _memoryopen to check "MY" Process List for info if not, please tell me steps on manuallly doing what _memopen does no dll please
yes, but in my case the process is hidden, i got the process with wingetprocess ID but when i use that ID with Autoit(PID) it dosent work here is how it looks to me on other programs
00000FD8-Explorer.exe
00000FD9-Explorer.exe
00000FDA-Explorer.exe
00000FDB-Explorer.exe
and when i do winget process ID (rem were imagining this is the hidden process) since it cant find Explorere.exe in the reg list it comes here and returns FD8 not in hex
_Memory Open dosent work
yes, but in my case the process is hidden, i got the process with wingetprocess ID but when i use that ID with Autoit(PID) it dosent work here is how it looks to me on other programs
00000FD8-Explorer.exe
00000FD9-Explorer.exe
00000FDA-Explorer.exe
00000FDB-Explorer.exe
and when i do winget process ID (rem were imagining this is the hidden process) since it cant find Explorere.exe in the reg list it comes here and returns FD8 not in hex
_Memory Open dosent work
not really more of something that can be used in this way
$numberrange = 1 to 50
if $currentnumber = $numberrange then
Func()
else
this says if $currentnumber is equal 1 or 2 or 3 or 4 or 5 or 6 or 7 or 8 or 9 or 10 but wiht out havign to type that out
? is tat code, ehh im trying hold on, and ty
EDIT: ehh SetWindowTheme( GetSafeHwnd(), L"", L"" ) dosent work, i know that cant be the code, SO what did you mean
DllCall("UxTheme.dll", "int", "SetWindowTheme", "hwnd", $hGUI, "ptr", 0, "wstr", "")
?
Ok i have a program and for certin resons i cant post the whole 3k line source code, bt i can say that i bul this with my WIndows XP SP4 system and now other useres who try to use it says it shows up w/ doffrent colors and funny looking unless they run it with Visual Themes Disabled, My question is How can i fix this, so they dont need to disable visual themes and my text and such colors show up normal Instead of weird on other computers not windows XP