Custom Query (3931 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (448 - 450 of 3931)

Ticket Resolution Summary Owner Reporter
#449 Fixed Problems with XP x64 redirection Jpm BikinDutchman
Description

x86 Scripts and compiled executables expand program and system dirs as follows: @ProgramFilesDir -> C:\Program Files (x86) @SystemDir -> C:\Windows\System32

With redirection disabled (Help file) this changes into: @ProgramFilesDir -> C:\Program Files @SystemDir -> C:\Windows\System32

In summary I have never been able the expand: @SystemDir -> C:\Windows\SysWOW64

I am not a member you can PM me on MSFN

#450 Wont Fix SciTE4AutoIT - Export to PDF Jos muthukumars@…
Description

Word wrap not enable during PDF Export.

#451 No Bug GUICtrlCreateCombo don't show items on Windows 2000 Tlem
Description

This simple code don't work on Windows 2000. The only think I can see, is à black line under the combo, but not the list of items ...

#include <ComboConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>

#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 190, 60, -1, -1)
$Combo1 = GUICtrlCreateCombo("", 16, 16, 145, 25)
GUICtrlSetData(-1, "Line_1|Line_2|Line_3")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
	$nMsg = GUIGetMsg()
	Switch $nMsg
		Case $GUI_EVENT_CLOSE
			Exit

	EndSwitch
WEnd

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.