Mainly
Martin Adams 2023
Posts
-
How to make a site visible to specific countries or region ? -
How to make a site visible to specific countries or region ?Thanks What is local directories ? what is hreflanfg tags ?
-
How to make a site visible to specific countries or region ?Hi I was wondering if I created a site while I am in France but my target are people in Canada. Hosting company in France gave me IP address for server in France but I want the site to be visible mainly for people in Canada . How I can do that ?
-
[Unreal 5.4] Can not open the project. Every time it crash at openYes I know no code in drive D: I thought it think my project is in drive D. Ok I will got to unreal support
-
[Unreal 5.4] Can not open the project. Every time it crash at openNo code just migrate asset
-
[Unreal 5.4] Can not open the project. Every time it crash at openHi, I modified the third person demo with different 3D models but I need to migrate blueprint animation from the original demo to my current project but after I did this the project display this error and crash. No code just migrate animation.
Assertion failed: (Index >= 0) & (Index < ArrayNum) [File:D:\build++UE5\Sync\Engine\Source\Runtime\Core\Public\Containers\Array.h] [Line: 758] Array index out of bounds: 1 into an array of size 1
I dont have drive D:. How I solve this problem ? The log is too big https://drive.google.com/file/d/1jm9b2A5qgbvjtugACGzpoTGqtlma7bta/view?usp=sharing
-
How I write this logic to check if string in a list and also checked ?Thanks alot. Second if is what I need.
-
How I write this logic to check if string in a list and also checked ?Hold on. I did not that my question is vague . I have a list checked box that has items like "C:\", "D:\" etc... and I need to check current string value in a loop if that value is checked or not in the list box What I tried: I have a loop like this:
foreach (drive in all drives)
{
// I need here to check if drive value (for example D:\) checked in the list or not . this is pseudo codeif (drive not in chklist_drives.CheckedItems) continue;
}
Thats it I dont know how I can implement this if line of code
-
How I write this logic to check if string in a list and also checked ?Hello, I have list checked box has items like "C:\" , "D:\" etc... and each item user can check or not. I need to test if current loop string value (drive) is checked or not in the list box In addition I want to test "if not" condition for ex like this:
if (drive not in chklist_drives.CheckedItems) continue;
-
How to update UI control inside Parallel.ForEach ?Thanks
-
How to update UI control inside Parallel.ForEach ?Hi I am trying to use Parallel.ForEach with ConcurrentBag and it work but to display a feedback I used progessbar control to display fname value , problem after few seconds I get error and the error message is not visible instead a wight box appear because of using a thread . any idea what is the problem in this code ?
int row\_idx = 1; ConcurrentBag<(int, string, float)> bag = new ConcurrentBag<(int, string, float)>(); Parallel.ForEach(elements, element => { string fname = element.name; float ftrack = (float)(element.track); var elementsToAdd = new (int, string, float)\[\] { (row\_idx, fname, fsize) }; bag.Add(elementsToAdd\[0\]); row\_idx++; ProgressBar1.Text = fname; // <<---- error here ProgressBar1.Update(); //Application.DoEvents(); });
-
Is Turing.com legit or scamFor other countries what they can do with these information: name, address, ID number, birthday ?
-
Is Turing.com legit or scamThey ask for ID so they want to get full name, address and phone. Is it possible to scam me from these information ?
-
Is Turing.com legit or scamTried to google but found both opinions !! The site turing.com does not has phone number but even phone number can be faked. I tried to see the address on google maps but the location does not has any sign for the building !! I am looking to work remotely but I dont know if this company legit or not ?
-
How to install all nugets from certain publishers in the package manager without install one by one ?Ok thanks. I was testing a vendor components and wanted all the components available to me
-
How to install all nugets from certain publishers in the package manager without install one by one ?For example this packages I need to install but it has 154 Packages. How to install all of them ?
-
Any solution for this error: Timed out while connecting to named pipe.?I changed target framework to net471 then save, reload then change it back to net8-windows then save, close VS and open the project again and now the form loaded normally !!!
-
Any solution for this error: Timed out while connecting to named pipe.?I get now this error: An error occurred in 'myproject' while attempting to open 'Form1.cs [Design]' Value does not fall within the expected range.
-
Any solution for this error: Timed out while connecting to named pipe.?I can not open the old form again. I get this error:
Timed out while connecting to named pipe
Picture: https://learn-attachment.microsoft.com/api/attachments/201941-image-14-05-22-at-723-am.jpg?platform=QnA[^] I searched and followed some steps but without solution - Disabled my firewall - Change warning level to none in the options of "Windows Forms Designer" - Changed target .Net from net8 to net7 - Deleted .vs, obj , bin - Creating new form also result in the same problem Any other solution ? I use VS 2022 community
-
How to start creating a WinUI project ?Thanks. I found that I must install "window sdk templates"