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

MadArtSoft

@MadArtSoft
About
Posts
19
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to refresh Treeview control
    M MadArtSoft

    Load again Tree.

    C# controls, .Net components. Help Desk Software

    C# design tutorial

  • Memory Leak ?
    M MadArtSoft

    Try use Using keyword. It will dispose object. Read more in MSDN about Using keyword.

    C# controls, .Net components. Help Desk Software

    C# performance question

  • WPF is easy to learn?
    M MadArtSoft

    If you are familiar with c# win forms then you need to change your approach. The WPF it's diffrent story.

    C# controls, .Net components. Help Desk Software

    C# csharp html wpf question

  • DataGridView
    M MadArtSoft

    If you don't want to send 21 times message then you should think about how to catch your changes. One possibility is On leave event but you don't want do that. I think you should use on leave cell event.

    C# controls, .Net components. Help Desk Software

    C# question csharp help

  • browse WSDL error
    M MadArtSoft

    I'm sorry my mistake. I mean check your web.config and server configuration where you upload your files as well. I had similar problem.

    C# controls, .Net components. Help Desk Software

    C# csharp wcf xml visual-studio sysadmin

  • specific column font in a datagrid
    M MadArtSoft

    VS2003 use old DataGrid control. Maybe switch to VS2005 or VS2008. There is better support for data grids.

    C# controls, .Net components. Help Desk Software

    C# csharp json tutorial question

  • start the application at computer start
    M MadArtSoft

    Add your application path to the registry. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run or RunOnce

    C# controls, .Net components. Help Desk Software

    C# question workspace

  • browse WSDL error
    M MadArtSoft

    Probably it's security issue of your server. Check your Web.settings

    C# controls, .Net components. Help Desk Software

    C# csharp wcf xml visual-studio sysadmin

  • A problem with DataBinding. [modified]
    M MadArtSoft

    Try to use diffrent data source. I mean create separate Data source object.

    C# controls, .Net components. Help Desk Software

    C# help

  • Show progressbar while sending email
    M MadArtSoft

    If you're using standard framework class then use Send method or SendAsync to send an email. The SendAsync doesn't block the thread but you'll receive an event only when it will be finished. I think that you can only simulate the progress of sending message till you got a status event from Smtp.

    C# controls, .Net components. Help Desk Software

    C# database question

  • ChekedListBox check only if mouse is over checkbox
    M MadArtSoft

    You have to use HitTestInfo function to check current mouse position and then automatically check or uncheck the box. Sorry, this method doesn't works with CheckedListBox control.

    C# controls, .Net components. Help Desk Software

    C# question

  • Displaying & editing a two dimensional array in DataGridView
    M MadArtSoft

    Hi, Does your array implements IList interface?

    C# controls, .Net components. Help Desk Software

    C# wpf wcf data-structures tutorial question

  • I want to get row index of datagridview
    M MadArtSoft

    YourDataGrid.SelectedRows[0].Index First check if YourDataGrid.SelectedRows.Count > 0

    C# controls, .Net components. Help Desk Software

    C# database

  • Programmatic saving of an existing excel file
    M MadArtSoft

    When the Excel is opened then you have to attach your application to existing Excel process. The Save method works for me.

    C# controls, .Net components. Help Desk Software

    C# csharp com help question

  • can we do row span and column span of c# datagrid
    M MadArtSoft

    You can override paint event and draw manually.

    C# controls, .Net components. Help Desk Software

    C# csharp

  • adding columns to grid view programatically
    M MadArtSoft

    Try this: DataGridViewCheckBoxColumn col = new DataGridViewCheckBoxColumn(); col. (fill the properties) dataGridView1.Columns.Add(col);

    C# controls, .Net components. Help Desk Software

    C# css design question

  • Adding bitmap icon for custom toolbox component
    M MadArtSoft

    From the project you always will see the gear bitmap. Try to use option from toolbox for insert items. Then it should works.

    C# controls, .Net components. Help Desk Software

    C# graphics hardware question learning

  • ToolTip with Close button
    M MadArtSoft

    Maybe better use customised MessageBox with buttons.

    C# controls, .Net components. Help Desk Software

    C# help tutorial question

  • how to insert a c#.net gridview in a column of another c#.net girdview?
    M MadArtSoft

    Good question! I'm working on that. I'll upload the new control on my website when resolve the problem. P.S. Maybe my current solution will help you. See www.madartsoft.com

    C# controls, .Net components. Help Desk Software

    modified on Monday, January 26, 2009 7:27 AM

    C# csharp 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