About 596 results
Open links in new tab
  1. How to reduce color depth on the image in C#?

    Mar 20, 2008 · I managed to get it down to 88k by simply lowering resolution to 240x180 (the size used in my Java app). Now, it is still a little bit too big in size (88k), so I was wondering if there …

  2. Using Extension Methods in CPP/CLI - social.msdn.microsoft.com

    Nov 17, 2008 · I need to know whether we can use the Extension Methods within CPP/CLI? If so, how to achieve it? Else, what is the work around? Thanks and Regards, Vignesh. S Moved …

  3. Could not establish trust relationship for the SSL/TLS secure …

    Mar 4, 2011 · they sent me the server certificate. So I instaled it to my certificate store and I can see it on my certificate store using certmgr.msc tool too. So I generated the client for this java …

  4. Are we still not able to automate Java Applet using coded UI??

    Oct 11, 2012 · About your question, if you want to automate Java application using Coded UI Test with Visual Studio, you can see the following article: For VS2010: Supported Configurations …

  5. Equivalent code for VB6.SetDefault () in VB.NET

    Aug 11, 2016 · I migrated one of the VB6 application to VB.NET, Framework 4.5. Below line of code is using in the migrated vb.net code. since this is VB.NET application I don't want to use …

  6. "Interface Not registered" message when debugging DLL in Visual …

    Feb 15, 2012 · We have an ActiveX DLL that is being called from a Java code through a hook mechanism. The DLL works fine in IE6 but the same is not working in IE8. While tracing the …

  7. Visual Studio Stürzt beim Editieren ab. - social.msdn.microsoft.com

    Dafür bekomme ich jetzt beim Start die Meldung: "Dieses Programm verfügt über bekannte Kompatibilitätsprobleme. Das konnte hiermit gelost werden. Und dann gab es noch das …

  8. Suppress results from generated code - social.msdn.microsoft.com

    Nov 1, 2013 · I have checked the "Suppress results from generated code", but although my DataSet.Designer.cs auto-generated file has a GeneratedCodeAttribute set for its class, i …

  9. problems in assign a flowdocument to a rich textbox

    Jul 22, 2010 · From the code you provided, it seems that you get a RichTextBox via Parent property of a FlowDocument, and specify a new Document for this RichTextBox, and the …

  10. Starting a Process on another Computer - social.msdn.microsoft.com

    Mar 5, 2007 · You can use Windows Management Instrumentation. Take a look at the Win32_Process - I've pasted some lumps of a VBScript I use to run remote processes on the …