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
S

sobhaniir

@sobhaniir
About
Posts
7
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • send mail using C#
    S sobhaniir

    hi i want to send mail using C# but i cant this is my code: MailAddress from = new MailAddress("negin_sarkhosh22@yahoo.com", ":: safir187.com ::"); MailAddress to = new MailAddress("sara_sarakhanom22@yahoo.com", ":: tnz187 ::"); MailMessage message = new MailMessage(from, to); message.Subject = "Safir187.com is updated!"; message.IsBodyHtml = true; message.Priority = MailPriority.High; message.Body = "wedqwe"; SmtpClient client = new SmtpClient("localhost"); client.Send(message); please tell me my mistake thanks

    C# csharp com

  • [Message Deleted]
    S sobhaniir

    [Message Deleted]

    C#

  • right click on grid
    S sobhaniir

    hi how can right click on a row og datagridview and select thats row?

    C# css question

  • right click on grid
    S sobhaniir

    hi i want to right click on a row of grid and thats row is selected i can select that row but the returned data is wrong in fact return data of first row please help me thanks a lot

    C# css help

  • Help me !!!!!!!!!!!!!!!!!!!!!!!!! in Process [modified]
    S sobhaniir

    hi i have process.StartI("projet1.mpp") in my code sometimes this code run successfully and run the msp projects but sometimes this code contain error in trace code process is null and i dont know thats reason can any one tell me thats reason and its solution? thanks alot

    modified on Monday, February 18, 2008 11:58 PM

    C# help debugging question

  • process
    S sobhaniir

    what this?

    C#

  • process
    S sobhaniir

    hi i want to use process that execute an msp project in my code when i run code some times the process is null and cant run process.waitforexit but sometimes the process is not null and execute successfull please tell the reason thanks a lot

    C#
  • Login

  • Don't have an account? Register

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