Search results

  1. MrSeanKon

    Help me to improve animation (C#)

    Thanks Haircut time to start learning C# :) I am going to register at Codeproject.
  2. MrSeanKon

    Help me to improve animation (C#)

    Nice Pho cos I was very dissapointed. If you know some links to start reading or downloading the basics for beggining post them. :)
  3. MrSeanKon

    Help me to improve animation (C#)

    :( This means that I must convert the code to Visual C++??? Damn I am not a programmer just I would like to design some card games to spend my free time in front of PC.
  4. MrSeanKon

    Help me to improve animation (C#)

    Hey folks, First of all download here the source code. It is not huge; only two small forms. But I am wondering how can I improve it. Cos playing cards are not rectangle and using timers it's a problem. Anyway what's your ideas?
  5. MrSeanKon

    HDD Regenerator and External HDDs

    I searched on the forum about mark bad sectors and found this thread. On earlier Windows edition (especially MS-DOS RULEZ) the operational system marked the bad sectors. Now it does not. Someone at MSN told me about HD TUNE PRO. Flobo HD Bad Sector Repairer repairs bad sectors he said...
  6. MrSeanKon

    Alternate solution instead of threads (C# code)

    Thank you mate :) Well I was checking Windows Task Manager also. Although I was not sure why the procedure was unresponsive during its running I guessed that something was going wrong...
  7. MrSeanKon

    Alternate solution instead of threads (C# code)

    Check this thread first cos I uploaded there the necessary attachments. I wanna know if I can rewritte the part of the source code without using threads. Is it possible?? :rolleyes:
  8. MrSeanKon

    Programming, Which Language and How?

    I agree. Although I don't know Java I opened someday some source code files and they seemed to me C#. :)
  9. MrSeanKon

    Programming, Which Language and How?

    OK I don't disagree :) but the basis is C behind of these languages. MFC although it does not require any components e.g. Framework is very difficult IMHO.
  10. MrSeanKon

    Programming, Which Language and How?

    Inquisitor here is the reason I am posting this URL just to be clear what I mean. Although I could create a similar thread it is not necessary since this exists (multiple same threads is a terrible idea also). That's why I am angry and dissapointed :( when I receive messages and read posts...
  11. MrSeanKon

    Programming, Which Language and How?

    Well I program with Visual Studio 2008 but I am very :mad: The reasons are many. Most of the users cannot run my software under Vista.
  12. MrSeanKon

    I cannot install Visual Studio 2008

    OK I found them here I will follow your instructions. Thanks :)
  13. MrSeanKon

    I cannot install Visual Studio 2008

    Ice On Fire I did this (actually I burned the ISO file with Nero) but nothing again. If I remember well I chose DVD UDF format. Am I wrong? Damn can I download the self extract package somewhere? Visual Studio 2008 (non express edition) is +3GB so I cannot wait for many hours...
  14. MrSeanKon

    I cannot install Visual Studio 2008

    Thank you mate but could you be more specific? Sorry for my ignorance but I am very :confused: these days cos hardcore programming (I have many crashes running my software). Thanks in advance.
  15. MrSeanKon

    I cannot install Visual Studio 2008

    I downloaded yesterday Visual Studio 2008 Express beta edition from Microsoft site. It is an *.ISO file ~900MB. I don't have Internet connection at home thus I download setup files. When I be back WinRAR & WinISO could not extract the file. I only saw a README.txt file which says: This...
  16. MrSeanKon

    Switch returns out of region value

    using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Threading; using System.Diagnostics; using System.IO; namespace Jack { public partial class...
  17. MrSeanKon

    Resize transparent TIFF photos but which program?

    Thank you mate :) as I see it is a freeware program also. Hope to do what I want.
  18. MrSeanKon

    Resize transparent TIFF photos but which program?

    Guys please help I am making card games LEET! But don't suggest me Photoshop or Corel Draw I am not an expert. I use to very old versions of SnagIt (it does not support resize but has a transparent option) and ACDSee (it supports resize but not transparency). Any ideas? :rolleyes:
  19. MrSeanKon

    Jack v1.0 for Windows

    My first card game is available check this thread first for more info and the downloading link. It is freeware of course and runs under Windows 2000/XP. I will improve the source code in the future editions. Enjoy! :)
  20. MrSeanKon

    Passing parameters in threads. C# or Visual C++??

    The first one (using BackgroundWorker). :) If a program runs 1-2 threads (not simultaneously always) I prefer to use ThreadStart and one external variable in class if the threads return values.
Back
Top Bottom