Custom Query (3921 matches)
Results (274 - 276 of 3921)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1731 | Fixed | Inetget / Inetgetinfo / Inetclose helpfile contains grammar error | ||
| Description |
Grammar error ; Close the handle to release resourcs. <--- |
|||
| #1769 | Rejected | Au3Check does not Check "If Not IsDeclared("VAR") Then Then Global Const" | ||
| Description |
Hi, Maybe i'm wasting your time(and mine) I don't know if it's by design or not the function of Au3Check but If i include Constants.au3 and another include file Which hold the following code : If Not IsDeclared("IDI_HAND")Then Global Const $IDI_HAND = 32513 Au3Check gives the following Error C:\WorkInProgress\Include\ModernMenuRaw.au3(122,81) : ERROR: $IDI_HAND previously declared as a 'Const' Maybe it isn't a bug.. if it isn't it could be a feature request. Thanks Emiel Wieldraaijer |
|||
| #1792 | Works For Me | ProcessExist or Maybe Run Command does not give the correct PID | ||
| Description |
Hi, If i run the following code on a W7 X86 it will give the correct PID result $PID = Run(@SystemDir & "\mstsc.exe", @TempDir) If ProcessExists($PID) Then Msgbox (64, "Process", "The Process ID = " & $PID) When i run the same code on W7 X64 it will not show the correct PID Thanks Emiel |
|||
