Search

You searched for the word(s): userid:821690

Matching Posts

  • Re: resize image dynamically

    [quote user="Phantomot"] private Image ScaleImage(Image image, double scale) { Image result = new Bitmap(image, new Size(( int )(image.Size.Width * scale), ( int )(image.Size.Height * scale))); return result; } [/quote] This worked out for my requirement. Thanks alot!
    Posted to Architecture (Forum) by penski516 on 10/14/2008
  • Re: Invalid FORMATETC structure (Exception from HRESULT: 0x80040064(DV_E_FORMATETC))

    Odd enough, as i thought the problem was with my custom control's assembly being referenced in the wrong way, simply adding the "public" declaration over my custom control class did do the trick for me. I've been encountering this error when dropping my custom control in source-view. Thanks alot :)
    Posted to Custom Server Controls (Forum) by penski516 on 9/17/2008
  • Re: Studying for MCTS 70-562 (ASP.Net 3,5) exam using 70-528 (2,0) materials?

    Hi, I'm actually studying the 528 Kit to cover many topics covered in 562 as well. But parallel to that, i'm reading and studying Pro ASP .NET 3.5 in C#. I'm brisking through most of the latter's contents focusing more on Linq, ajax and Silverlight ( - which isn't really important for the exam, but is interesting anyway). I'm not doing practice tests though aside from what's with the training kit so I don't have much thoughts on that. Good luck! :)
    Posted to Free For All (Forum) by penski516 on 9/7/2008
  • Re: .NET Cert discussion/.NET Framework 3.5, ASP.NET Application Development (Exam 70-562)

    It took me 4 months time to study for the test. Well, for my case, i do have a regular job and i've some lousy study habits so this might take you shorter to prepare for. My review material was solely the MCTS Self-Pace training kit(70-536) - this personally was helpful to me in about 60-70 % of the 40 questions thrown to me during my 70-536 exam. I don't think that even if you study this book thoroughly, you would have not been surprised by some of the questions in the exam.The exam was
    Posted to Free For All (Forum) by penski516 on 8/25/2008
  • Re: .NET Cert discussion/.NET Framework 3.5, ASP.NET Application Development (Exam 70-562)

    I recently passed my first Microsoft Exam ( 5 days ago to be more precise), 70-536: Application Development Foundation 2.0. Well i think they'll be changing this exam's name, stripping off the version specific, "2.0".This makes me MCP since this is my first exam, i guess. Exam 70-562 is my next goal, which realistically, i'm setting out to achieve before the year ends. Although i'm in some sort of diffculty getting started with this. My goal for certs was to really gauge
    Posted to Free For All (Forum) by penski516 on 8/25/2008
Page 1 of 1 (5 items)