Posted
How do i make an open button (text file)
Please help
Replied
public static OpenFileDialog openfiledialog = new OpenFileDialog
{
Filter = "Lua Script Txt (*.txt)|*.txt|All files (*.*)|*.*",
FilterIndex = 1,
RestoreDirectory = true,
Title = "Findings Lua open"
};
Cancel
Post
Replied
it didn't work :c
Cancel
Post
Replied
Search it on Workflow if you dont know the code.
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post