User Profile

Collapse

Profile Sidebar

Collapse
moshesade
moshesade
Last Activity: Dec 28 '10, 01:45 PM
Joined: Jan 26 '10
Location: Ramat Gan
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • the program isn't run and i have not idea what problem

    using System;
    using System.Collecti ons.Generic;
    using System.Linq;
    using System.Net;
    using System.Net.Mail ;
    using System.Text;

    namespace ConsoleApplicat ion15
    {
    class Program
    {
    static void Main(string[] args)
    {
    MailMessage message = new MailMessage("@g mail.com", "@e4d.co.il ", "test", "111");...
    See more | Go to post

  • moshesade
    replied to exception in c#.net
    in .NET
    if you help me

    how do i solve a problem?
    See more | Go to post

    Leave a comment:


  • moshesade
    started a topic exception in c#.net
    in .NET

    exception in c#.net

    i don't understand why the program throw exception?
    this method need to convert haxdecimal to simple string without 0x
    Code:
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Text.RegularExpressions;
    
    namespace hexdecimal
    {
        class Program
        {
            static void Main(string[] args)
            {
    ...
    See more | Go to post
    Last edited by tlhintoq; Jan 26 '10, 08:41 PM. Reason: [CODE] ...Your code goes between code tags [/CODE]
No activity results to display
Show More
Working...