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
H

Hamid Taebi

@Hamid Taebi
About
Posts
9.1k
Topics
84
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Cortana
    H Hamid Taebi

    Is Cortan an intelligent personal assistant? really? I thought she has an online database but where is her database? she likes to lead you to the search engine Bing.

    Of one Essence is the human race thus has Creation put the base One Limb impacted is sufficient For all Others to feel the Mace (Saadi )

    The Lounge database question

  • Creating applications for sale.
    H Hamid Taebi

    Submit your program or idea and check out Windows Store.

    Of one Essence is the human race thus has Creation put the base One Limb impacted is sufficient For all Others to feel the Mace (Saadi )

    The Lounge csharp question database sql-server dotnet

  • creating internet explorer toolbar that extract all the elements from the active tab
    H Hamid Taebi

    Did you look at in system.net? Following code extracts favicon from websites. string u="web site address"; Uri url = new Uri(u); String iconurl = "http://" + url.Host + "/favicon.ico"; WebRequest request = WebRequest.Create(iconurl); try { WebResponse response = request.GetResponse(); Stream s = response.GetResponseStream(); return Image.FromStream(s); } ...

    Of one Essence is the human race thus has Creation put the base One Limb impacted is sufficient For all Others to feel the Mace (Saadi )

    C# help question

  • Win3.1 code in Win8 base?
    H Hamid Taebi

    Windows is just old windows without any new thing,Are you sure they dont use of MS-DOS code? ,the only new thing is user interface I think they just make up each new version of OS.

    Of one Essence is the human race thus has Creation put the base One Limb impacted is sufficient For all Others to feel the Mace (Saadi )

    The Lounge design hardware json question learning

  • Joke
    H Hamid Taebi

    A man comes home from work to find his wife sliding down the banister. "What are you doing?" he asks. "Warming up your dinner." --------------- A man cheats on his girlfriend named Lorraine with a girl named Clearly. Suddenly, Lorraine died. At the funeral, the man stands up and sings, "I can see Clearly now, Lorraine is gone."

    Of one Essence is the human race thus has Creation put the base One Limb impacted is sufficient For all Others to feel the Mace (Saadi )

    The Lounge question

  • UnhandledException
    H Hamid Taebi

    A question I am making a new thread so my program have two threads (main thread) and worker thread then I am testing this code but the problem is same ? could you explain it ? Thanks

    Of one Essence is the human race thus has Creation put the base One Limb impacted is sufficient For all Others to feel the Mace (Saadi )

    C# question

  • UnhandledException
    H Hamid Taebi

    Im using of visual studio 2010 SP1 I got this message of e.ExceptionObject System.ArgumentException: for test at ConsoleApplication1.Program.Main(String[] args) in c:\users\apple\documents\visual studio 2010\Projects\Mydynamic\Mydynamic\Program.cs:line 17 and it clr shows this window Windows can check online for a solution to the problems. Check online for a solution and close the program Close the program Debug the problem when I click on the "Debug the problem" item, visual sutdio Just In-Time debugger asks "Do you want to debug using the selected debugger?" after yes it goes to my code exception details are System.ArgumentException was unhandled Message=for test Source=Mydynamic StackTrace: at ConsoleApplication1.Program.Main(String[] args) in c:\users\apple\documents\visual studio 2010\Projects\Mydynamic\Mydynamic\Program.cs:line 17 InnerException:

    Of one Essence is the human race thus has Creation put the base One Limb impacted is sufficient For all Others to feel the Mace (Saadi )

    C# question

  • UnhandledException
    H Hamid Taebi

    My code is the same with your code except (Environment.Exit(0); (I dont have this code) it works with this code but without it I got this message of e.ExceptionObject System.ArgumentException: for test at ConsoleApplication1.Program.Main(String[] args) in c:\users\apple\documents\visual studio 2010\Projects\Mydynamic\Mydynamic\Program.cs:line 17 and it shows this window Windows can check online for a solution to the problems. Check online for a solution and close the program Close the program Debug the problem when I click on the "Debug the problem" item, visual sutdio Just In-Time debugger asks "Do you want to debug using the selected debugger?" after yes it goes to my code exception details are System.ArgumentException was unhandled Message=for test Source=Mydynamic StackTrace: at ConsoleApplication1.Program.Main(String[] args) in c:\users\apple\documents\visual studio 2010\Projects\Mydynamic\Mydynamic\Program.cs:line 17 InnerException:

    Of one Essence is the human race thus has Creation put the base One Limb impacted is sufficient For all Others to feel the Mace (Saadi )

    C# question

  • UnhandledException
    H Hamid Taebi

    Its the result of event viewver Faulting application name: Mydynamic.exe, version: 1.0.0.0, time stamp: 0x507ac6d7 Faulting module name: KERNELBASE.dll, version: 6.1.7601.17514, time stamp: 0x4ce7bafa Exception code: 0xe0434352 Fault offset: 0x0000b727 Faulting process id: 0x4b4 Faulting application start time: 0x01cdaa154403b39d Faulting application path: c:\users\apple\documents\visual studio 2010\Projects\Mydynamic\Mydynamic\bin\Debug\Mydynamic.exe Faulting module path: F:\Windows\syswow64\KERNELBASE.dll Report Id: 81b9c3ff-1608-11e2-bc0d-005056c00008 but I dont know why the path is c:\ all my programs are on f:\

    Of one Essence is the human race thus has Creation put the base One Limb impacted is sufficient For all Others to feel the Mace (Saadi )

    C# question

  • UnhandledException
    H Hamid Taebi

    Im wonderful it cant catgh any unhandled exceptions and clr shows unhandled exception windows when I see event viewer it shows these info about my program Faulting application name: Mydynamic.exe, version: 1.0.0.0, time stamp: 0x507ac6d7 Faulting module name: KERNELBASE.dll, version: 6.1.7601.17514, time stamp: 0x4ce7bafa Exception code: 0xe0434352 Fault offset: 0x0000b727 Faulting process id: 0x4b4 Faulting module path: F:\Windows\syswow64\KERNELBASE.dll Report Id: 81b9c3ff-1608-11e2-bc0d-005056c00008 I dont have this problem in other programs(like WPF,Windows Forms or ASP.Net) it works for them and donest work for console applications

    Of one Essence is the human race thus has Creation put the base One Limb impacted is sufficient For all Others to feel the Mace (Saadi )

    C# question

  • UnhandledException
    H Hamid Taebi

    Does anyone know why this code doenst work?(In a consonle Application) it cant catch exceptions static void Main(string[] args) { AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(MyException); throw new ArgumentException("for test"); } static void MyException(object sender, UnhandledExceptionEventArgs e) { Console.WriteLine(e.ExceptionObject); } } Thanks

    Of one Essence is the human race thus has Creation put the base One Limb impacted is sufficient For all Others to feel the Mace (Saadi )

    C# question

  • design a database
    H Hamid Taebi

    could you help me ,please I have read normalization-rules I want only know is this correct or it has problem(I mean is your sentence).I have almost like this problem I want to know do I need to normalization-rules no?

    Of one Essence is the human race thus has Creation put the base One Limb impacted is sufficient For all Others to feel the Mace (Saadi )

    Database question database design learning

  • Programming
    H Hamid Taebi

    History of Programming Languages and Their Evolution [^].

    Of one Essence is the human race thus has Creation put the base One Limb impacted is sufficient For all Others to feel the Mace (Saadi )

    The Lounge php com

  • copy text on clipboard
    H Hamid Taebi

    See All you ever wanted to know about the Clipboard...[^]. Using the Clipboard, Part I : Transferring Simple Text[^].

    Of one Essence is the human race thus has Creation put the base One Limb impacted is sufficient For all Others to feel the Mace (Saadi )

    C / C++ / MFC question

  • Re:MessageBox not showing
    H Hamid Taebi

    Whats the return value of MessageBox?

    Of one Essence is the human race thus has Creation put the base One Limb impacted is sufficient For all Others to feel the Mace (Saadi )

    C / C++ / MFC

  • how to create dynamically popupmenu?
    H Hamid Taebi

    I guess you have to back to your class because its not a problem its very a basic question to write it,I think you dont know this secret(we have a site on the net its name is codeproject it has many articles(about menus and pop up menus,....) Please dont read this post its a secret.

    Of one Essence is the human race thus has Creation put the base One Limb impacted is sufficient For all Others to feel the Mace (Saadi )

    C / C++ / MFC tutorial question

  • Visual Studio 2010 SP1 Beta
    H Hamid Taebi

    Visual Studio 2010 SP1 Beta released and breaks ASP.NET MVC 3[^] is ready for you!

    Of one Essence is the human race thus has Creation put the base One Limb impacted is sufficient For all Others to feel the Mace (Saadi )

    The Lounge csharp asp-net visual-studio com beta-testing

  • CButton GetState , how to read the press and hold state of a button?
    H Hamid Taebi

    Why you dont use of CSpinButtonCtrl Class?

    Of one Essence is the human race thus has Creation put the base One Limb impacted is sufficient For all Others to feel the Mace (Saadi )

    C / C++ / MFC help tutorial question announcement

  • polygon made by intersection of two polygon ???
    H Hamid Taebi

    Please ask of google for full code not us.

    Of one Essence is the human race thus has Creation put the base One Limb impacted is sufficient For all Others to feel the Mace (Saadi )

    C / C++ / MFC question

  • strcmp for NULL character
    H Hamid Taebi

    Bytes following a null byte are not compared.

    Of one Essence is the human race thus has Creation put the base One Limb impacted is sufficient For all Others to feel the Mace (Saadi )

    C / C++ / MFC
  • Login

  • Don't have an account? Register

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