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
B

biswabhusan

@biswabhusan
About
Posts
9
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Developers Code Library
    B biswabhusan

    http://www.aguyfromorissa.com/GUI/FreeRegistration.aspx

    ASP.NET com

  • To Check a Window Service on C#.Net
    B biswabhusan

    Thank you.

    C# csharp apache mysql com question

  • To Check a Window Service on C#.Net
    B biswabhusan

    Dim service() As System.ServiceProcess.ServiceController Dim i As Integer service = System.ServiceProcess.ServiceController.GetServices() For i = 0 To service.Length - 1 If service(i).ServiceName = "wampapache" Then If service(i).Status = ServiceControllerStatus.Running Then ' Kill the Service service(i).Stop() Application.Exit() Else Dim startInfo As System.Diagnostics.ProcessStartInfo Dim pStart As New System.Diagnostics.Process startInfo = New System.Diagnostics.ProcessStartInfo("E:\Biswabhusan_Collection\COREPRACTICE\TestService\wamp5_1.6.1.exe") pStart.StartInfo = startInfo pStart.Start() pStart.WaitForExit() 'Your code will halt until the exe file has executed. End If End If Next solveed - Biswabhusan

    C# csharp apache mysql com question

  • To Check a Window Service on C#.Net
    B biswabhusan

    Hi, I want to create a start up application that will check the MYSQL SERVICE RUNNING or Not & IF it is running then it will Kill that & Exit. Else it will run an exe setup file. Any one Please suggest me how can i check WINDOW SERVICE in DotNet. & How can i kill APACHE by using command line from my programe. Thanks connect me @ panda.biswabhusan@gmail.com

    C# csharp apache mysql com question

  • User Control and Window form
    B biswabhusan

    Hi, I have a user control in a window form. In user control i have a button. On click over this button i want to change the window form label text. How i can do it ? I am new to c#. please help

    C# csharp help question

  • listview custom control
    B biswabhusan

    Hi, Can any one help me to build a listview control where i can add two check box in the last right column of listview.

    C# help

  • link (oop c#)
    B biswabhusan

    Hi, I am looking for some tutorial in c# object oriented programming. Can anyone share some good links. Have a good day

    C# csharp oop tutorial

  • Listview control with checkbox
    B biswabhusan

    Hi, Can any one help me to build a listview control where i can add two check box in the last right column of listview. Please help me. THanks Biswabhusan

    C# help

  • two checkbox in a listview column
    B biswabhusan

    Hi, Please help me to solve this issue. I am looking for a listview with 2 checkbox in the last column.

    C# help
  • Login

  • Don't have an account? Register

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