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

mtoha

@mtoha
About
Posts
21
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • create our own unit testing framework in C#
    M mtoha

    above is correct answer. search public Unit test project. Like NUnit in this case. GitHub - nunit/nunit: NUnit 3 Framework[^] I think you do not begin from scratch but if you confident with your abilities, you contact original writer and suggest yourself as contributor on NUnit project in example.

    Regards Toha

    C# csharp testing beta-testing

  • Do you see the smell of it?
    M mtoha

    In my mind, I was guessing that it is cassava..

    Regards Toha

    Where I am: Member Photos tools question

  • My workspaces
    M mtoha

    Oww I see. Your work place looks like party place. That is why I ask it.

    Regards Toha

    Where I am: Member Photos tools tutorial

  • My Work Area
    M mtoha

    Yes, so many friends give me advice like that. At 6am start go to office. I will arrived at 8:xx am by bus. Then another friends go with train. He start from home at 5am, and will arrived at 8:am or less. But I do not know at morning I feel cold and when I got cold, what happened in next is I will got sick.

    Regards Toha

    Where I am: Member Photos question com adobe

  • My workspaces
    M mtoha

    Could You tell me why there is so many lights neons at the work office? Is your office selling neons?

    Regards Toha

    Where I am: Member Photos tools tutorial

  • My Work Area
    M mtoha

    Have no much choice but just do what I should do. But I want to know what is in your mind when you know how I live my life. On the way to office: 2 hours.. At office.. Old office have air conditioner, and makes me feel cold everyday.

    Regards Toha

    Where I am: Member Photos question com adobe

  • First (and maybe last) snow...
    M mtoha

    I am trying to be honest.. I hate cold. I feel cold every morning.. I like warm place, with sunlight and warm wind..

    Regards Toha

    Where I am: Member Photos tools

  • ASP.Net code won't run
    M mtoha

    Try to open properties of project.. Change port number. like this Or use IIS to attach your web folder instead of using IIS Express.

    Regards Toha

    C# help csharp asp-net

  • BindingSource Implementation in .net Win Forms
    M mtoha

    I have test this and the first form not affected with changes from FormMahasiswa

    private void FormMahasiswa_Load(object sender, EventArgs e)
    {
    Form1.glbData = new DataTable();
    Form1.glbData.Columns.Add("Newww", typeof(int));
    Form1.glbData.Columns.Add("Drug", typeof(string));
    Form1.glbData.Columns.Add("Patient", typeof(string));
    Form1.glbData.Columns.Add("Date", typeof(DateTime));

            // Here we add five DataRows.
            Form1.glbData.Rows.Add(25, "Sample Change", "Change ", DateTime.Now);
            Form1.glbData.Rows.Add(50, "Enebrel", "Sam", DateTime.Now);
            Form1.glbData.Rows.Add(10, "Hydralazine", "Christoff", DateTime.Now);
            Form1.glbData.Rows.Add(21, "Combivent", "Janet", DateTime.Now);
            Form1.glbData.Rows.Add(100, "Dilantin", "Melanie", DateTime.Now);
            dataGridView1.DataSource = Form1.glbData;
        }
    

    Regards Toha

    .NET (Core and Framework) csharp wpf wcf question

  • BindingSource Implementation in .net Win Forms
    M mtoha

    Based on my own experience, I am just need to create public static DataTable datasource which is will be consumed by that 2 or more forms... Not just Datatable, but also collection, We can put it on main Program.cs, let's say it glbData.

    public class Program{
    public static DataTable glbData;
    }

    usage :

    DataTable dt = resultset[0]; //Result From Database
    Program.glbData = dt;

    Regards Toha

    .NET (Core and Framework) csharp wpf wcf question

  • I live in a polder
    M mtoha

    Nelek wrote:

    not only Holland, but Germany as well (I am in Germany too)

    Correct.. My boss was work at Germany at past.. Now he create new company in my country.

    Regards Toha

    Where I am: Member Photos csharp javascript linq com sysadmin

  • Can't complain
    M mtoha

    Jörgen Andersson wrote:

    The front doors, they're about as heavy as they look, being ironclad and all.

    Could you request change for front door? It is looks like a jail.. Maybe change the colour will help like woody color, and give it some tree picture on the door. That is my advice

    Regards Toha

    Where I am: Member Photos html com tools

  • I live in a polder
    M mtoha

    Nelek wrote:

    Visit Holland and look it yourself, it is pretty impressive.

    Ok Will plan for it, but when Holland company tries to hiring me and provide paid relocation.. Ameen. :cool: ;) :thumbsup:

    Regards Toha

    Where I am: Member Photos csharp javascript linq com sysadmin

  • I live in a polder
    M mtoha

    Ok.. Holland people can stack rocks in deep of sea. so good.

    Regards Toha

    Where I am: Member Photos csharp javascript linq com sysadmin

  • I live in a polder
    M mtoha

    Sander Rossel wrote:

    No one said anything about a wall... :~ We have dykes, dunes, ditches, sluices, but not actual walls ;)

    Yes I mean the dykes. I am wondering how can you all live and keep out the water.

    Regards Toha

    Where I am: Member Photos csharp javascript linq com sysadmin

  • I live in a polder
    M mtoha

    Sander Rossel wrote:

    Yep, probably the farmers who don't want their land to get overgrown. But also the local governments or water authority. Us Dutchies have to keep the ditches clean and clear :) If ditches get filled with reeds and leaves the water won't get away and they'll overflow and we'll sink to the bottom of the ocean. In fact, if you have a ditch on your property it's your responsibility to keep it clean or you'll be fined (but most people don't have ditches in their garden). Living below sea level and all.

    Can You take pic how can wall protect people from sea water? Is there any walls which is protect land area from sea?

    Regards Toha

    Where I am: Member Photos csharp javascript linq com sysadmin

  • Here I am
    M mtoha

    Please be calm and do not suicide.. :laugh:

    Regards Toha

    Where I am: Member Photos tools

  • Regarding Audio Player Format
    M mtoha

    Try to use different decoder. Maybe something like this :

    using (var file = new FileStream(oggFilename, FileMode.Open, FileAccess.Read))
    {
    var player = new SoundPlayer(new OggDecodeStream(file));
    player.PlaySync();
    }

    Hope this help.

    Regards Toha

    C#

  • c# error: ...does not implement interface member...
    M mtoha

    Hello, If You use Visual Studio, when You extends from Interface, You can use Quick Action to implement the interface function. Click the bulb icon (Ctrl+.), and choose Implement Interface.. [^] [^] Interface need to declare interface function(s) at the child, and the parent does not declare yet the body of interface function.

    Regards Toha

    C# csharp com data-structures json help

  • import data
    M mtoha

    Hello, I have good resources and keyword here:[

    Articles how to start

    ](https://www.google.com/search?client=firefox-b&q=ssis+import+csv)Let me know what is destination of the data? Is it Ms SQL Server, or what? As far as I know You can use SSIS to import data from excel, csv, etc. And I have some experience create it from scratch and the system goes well so far.

    Regards Toha

    C# csharp
  • Login

  • Don't have an account? Register

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