Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

Martin Adams 2023

@Martin Adams 2023
About
Posts
26
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to make a site visible to specific countries or region ?
    M Martin Adams 2023

    Mainly

    Web Development sysadmin hosting tutorial question

  • How to make a site visible to specific countries or region ?
    M Martin Adams 2023

    Thanks What is local directories ? what is hreflanfg tags ?

    Web Development sysadmin hosting tutorial question

  • How to make a site visible to specific countries or region ?
    M Martin Adams 2023

    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 ?

    Web Development sysadmin hosting tutorial question

  • [Unreal 5.4] Can not open the project. Every time it crash at open
    M Martin Adams 2023

    Yes I know no code in drive D: I thought it think my project is in drive D. Ok I will got to unreal support

    Game Development help asp-net database com game-dev

  • [Unreal 5.4] Can not open the project. Every time it crash at open
    M Martin Adams 2023

    No code just migrate asset

    Game Development help asp-net database com game-dev

  • [Unreal 5.4] Can not open the project. Every time it crash at open
    M Martin Adams 2023

    Hi, 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

    Game Development help asp-net database com game-dev

  • How I write this logic to check if string in a list and also checked ?
    M Martin Adams 2023

    Thanks alot. Second if is what I need.

    C# question

  • How I write this logic to check if string in a list and also checked ?
    M Martin Adams 2023

    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 code

    if (drive not in chklist_drives.CheckedItems) continue;

    }

    Thats it I dont know how I can implement this if line of code

    C# question

  • How I write this logic to check if string in a list and also checked ?
    M Martin Adams 2023

    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;

    C# question

  • How to update UI control inside Parallel.ForEach ?
    M Martin Adams 2023

    Thanks

    C# help question design beta-testing tutorial

  • How to update UI control inside Parallel.ForEach ?
    M Martin Adams 2023

    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();
    
                    });
    
    C# help question design beta-testing tutorial

  • Is Turing.com legit or scam
    M Martin Adams 2023

    For other countries what they can do with these information: name, address, ID number, birthday ?

    The Lounge com question discussion

  • Is Turing.com legit or scam
    M Martin Adams 2023

    They ask for ID so they want to get full name, address and phone. Is it possible to scam me from these information ?

    The Lounge com question discussion

  • Is Turing.com legit or scam
    M Martin Adams 2023

    Tried 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 ?

    The Lounge com question discussion

  • How to install all nugets from certain publishers in the package manager without install one by one ?
    M Martin Adams 2023

    Ok thanks. I was testing a vendor components and wanted all the components available to me

    Windows Forms tutorial question

  • How to install all nugets from certain publishers in the package manager without install one by one ?
    M Martin Adams 2023

    For example this packages I need to install but it has 154 Packages. How to install all of them ?

    Windows Forms tutorial question

  • Any solution for this error: Timed out while connecting to named pipe.?
    M Martin Adams 2023

    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 !!!

    Windows Forms help csharp visual-studio winforms com

  • Any solution for this error: Timed out while connecting to named pipe.?
    M Martin Adams 2023

    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.

    Windows Forms help csharp visual-studio winforms com

  • Any solution for this error: Timed out while connecting to named pipe.?
    M Martin Adams 2023

    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

    Windows Forms help csharp visual-studio winforms com

  • How to start creating a WinUI project ?
    M Martin Adams 2023

    Thanks. I found that I must install "window sdk templates"

    C# visual-studio wpf tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups