Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

save file dialog filter c#

SaveFileDialog dlg = new SaveFileDialog();
dlg.Filter = "Data Files (*.dat)|*.dat";
dlg.DefaultExt = "dat";
dlg.AddExtension = true;
Comment

PREVIOUS NEXT
Code Example
Csharp :: unity get rigidbody 
Csharp :: c# start process and wait for exit code 
Csharp :: c# read from text documenmt 
Csharp :: unity knowing when 0 input is pressed 
Csharp :: object to mouse unity 
Csharp :: how to ping in c# forms 
Csharp :: button action asp net 
Csharp :: c# datetimepicker set weeks before today 
Csharp :: how to check if string can be converted to int c# 
Csharp :: set particle system start colour + random between two 
Csharp :: c sharp if string equals 
Csharp :: readonly vs const c# 
Csharp :: c# solution path 
Csharp :: unity click on 2d object 
Csharp :: blazor option selected 
Csharp :: c# unity follow object 
Csharp :: waitforseconds unity 
Csharp :: how to convert from hexadecimal to binary in c# 
Csharp :: unity how to get the first word from string 
Csharp :: unity smooth rotation 2d 
Csharp :: c# list index 
Csharp :: unity look at target 
Csharp :: replace double backslash with single backslash c# 
Csharp :: open folder dialog c# 
Csharp :: how to get the date of the first day and last day of the week c# 
Csharp :: c# wpf change label text color 
Csharp :: error provider c# 
Csharp :: c# declare an int list 
Csharp :: this in unity 
Csharp :: c# using file.io 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =