Re: dovecot help.

2020-12-12 Thread AudioGames . net ForumDevelopers room : riku via Audiogames-reflector
Re: dovecot help. Hi.@1Probably because it contains invalid space.Also, the indentation seems a bit wrong.How about this?service auth {   unix_listener /var/spool/postfix/private/auth { mode = 0660 user = postfix group = postfix } } URL:

Creating a dialog in C#

2020-05-14 Thread AudioGames . net ForumDevelopers room : riku via Audiogames-reflector
Creating a dialog in C# Hello.I created a dialog in C# with the following code.However, there is one problem with this dialog.The dialog's AccessibilityDescription becomes the contents of the label (here, "lists" and "contents"), and when I focus on the dialog, the NVDA reads "test dialog

Creating a dialog in C#

2020-05-14 Thread AudioGames . net ForumDevelopers room : riku via Audiogames-reflector
Creating a dialog in C# Hello.I created a dialog in C# with the following code.However, there is one problem with this dialog.The dialog's AccessibilityDescription becomes the contents of the label (here, "lists" and "contents"), and when I focus on the dialog, the NVDA reads "test dialog

Re: How to adjust the position and size of a control automatically in C#

2020-04-25 Thread AudioGames . net ForumDevelopers room : riku via Audiogames-reflector
Re: How to adjust the position and size of a control automatically in C# Thank you very much.Sounds good.I'll give it a try. URL: https://forum.audiogames.net/post/522789/#p522789 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

How to adjust the position and size of a control automatically in C#

2020-04-22 Thread AudioGames . net ForumDevelopers room : riku via Audiogames-reflector
How to adjust the position and size of a control automatically in C# Hello.I'm trying to create a GUI screen with WindowsForms in C#.So I have one question.Is there a way to automatically adjust the position and size of a control like "wx.BoxSizer" in WXPython?I wish there was a way to do

Re: Listing an index of files on a page

2020-02-12 Thread AudioGames . net ForumDevelopers room : riku via Audiogames-reflector
Re: Listing an index of files on a page Hello.If .htaccess is available, you can display a list of files in the directory by writing the following in .htaccess.Note that this method is only available if you use Apache as the server software.options +Indexes URL:

Re: How to pack multiple files into one with C#

2019-12-04 Thread AudioGames . net ForumDevelopers room : riku via Audiogames-reflector
Re: How to pack multiple files into one with C# Hello.I see.Thank you very much.Best regards. URL: https://forum.audiogames.net/post/482592/#p482592 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: How to pack multiple files into one with C#

2019-12-03 Thread AudioGames . net ForumDevelopers room : riku via Audiogames-reflector
Re: How to pack multiple files into one with C# Hello.Thank you for the advice.What is the purpose of FileRelativePath?Best regards. URL: https://forum.audiogames.net/post/482474/#p482474 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

How to pack multiple files into one with C#

2019-12-02 Thread AudioGames . net ForumDevelopers room : riku via Audiogames-reflector
How to pack multiple files into one with C# Hello.I am developing some applications using C#.There is one question.Is there any way to pack multiple files into one like "pack_file" of BGT with C#?Although it is possible to embed it in an executable file in C#, I would like to avoid

Re: How do you create a contact form with PHP mailer?

2019-11-18 Thread AudioGames . net ForumDevelopers room : riku via Audiogames-reflector
Re: How do you create a contact form with PHP mailer? Certainly, since "require" is specified in the form part, isset is not necessary, but if "mail.php" is called directly, an email with no content will be sent, so it is necessary to take measures.Then, html_output() is executed multiple

Re: How do you create a contact form with PHP mailer?

2019-11-18 Thread AudioGames . net ForumDevelopers room : riku via Audiogames-reflector
Re: How do you create a contact form with PHP mailer? Certainly, since "require" is specified in the form part, isset is not necessary, but if "mail.php" is called directly, an email with no content will be sent, so it is necessary to take measures.Then, “html_output ()” is executed

Re: How do you create a contact form with PHP mailer?

2019-11-18 Thread AudioGames . net ForumDevelopers room : riku via Audiogames-reflector
Re: How do you create a contact form with PHP mailer? Hello.It is easy, but I tried to make a sample.The code is not very clean, but please refer to it if you like.First is the form part.- index.html - Contact Contact Please fill in the necessary information in the form