CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: zohaib82

Search: Search took 0.02 seconds.

  1. WPF XMAL trigger from button to change combo box item color.

    Hi,

    I have combo box and button in my project(WPF application)

    In following example I have change color of button when "ButtonName" press and other example I have change color of "Item3 and...
  2. Add MaxCharactersAllowed property to TextBox same as MaxLength

    Hi,

    In my project I set max char allowed for TextBox using following

    TextBox.MaxLength = 20;

    I want add one more property as MaxCharactersAllowed. This will work same as MaxLength

    ...
  3. Setup installer for .net web application project with sql server express edition.

    thanks I got article on google.
  4. Replies
    1
    Views
    1,126

    uninstall windows service

    hi,

    I install/uninstall windows service using installutil command

    How can I uninstall windows service using Control Panel=> Add/Remove Programs

    - Thanks
  5. Replies
    2
    Views
    1,939

    Re: Back up mysql database using c#.

    Hi sotoasty,


    I have change hostname,dbusername,dbpassword and dbname in above code post.

    - Thanks
  6. Replies
    2
    Views
    1,939

    Back up mysql database using c#.

    Hi,

    I want to back up mysql database using c sharp and I found following code on google.

    But it is not giving me whole database back up,instead it show following output.


    /*!40101 SET...
  7. Windows Service Vs Console Application in Windows Tasks Scheduler.

    Hi,

    I want to know Advantages and Disadvantages of Windows Service and Console Application in Windows Tasks Scheduler.

    I have developed Console application in C# and run on specific time using...
  8. Replies
    1
    Views
    3,845

    Access Mysql database from Windows Service.

    Hi,

    I have developed Console application and connect to mysql database using reference DLL (MySql.Data.dll) OR MSI installer from following url
    ...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured