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
S

sivasankar anumula

@sivasankar anumula
About
Posts
7
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to print large images(jpeg) in C#
    S sivasankar anumula

    Hello I have a requirement to print the images.For small images with the resolution (1024 X 768), print works fine. if the resolution is more. I need to either compress the image or print in multiple pages. Can you please help me how to compress an image? Best Regards Shankar

    C# csharp help tutorial question

  • Unexpected Error(32810) while compiling a VB 6.0 Project
    S sivasankar anumula

    Hi. I have an issue with VB 6.0 Binary Compatibility. I have one dll (Let's say a.dll which is in VC++) and another VB Activex Dll (Let's say b.dll) is using a.dll. b.dll is binary compatible. I have made small changes to the a.dll and i have referred to the new version of a.dll in b.dll project. Now when I try to compile I get an error "Unexpected Error (32810)". I have spent lot of time on this and unable to find out the root cause. Can anybody please explain the issue and solution for this issue. Best regards Shankar

    Visual Basic help c++ com announcement

  • How to create a calendar views in using C# win forms
    S sivasankar anumula

    Hello I have a requirement that I need to show the vacaation plans of the Employees in the form of Gannt Chart. For that i need to implment custom calendar which can show different kinds of views like Monthly,weekly etc. Can any body suggest good design for this in developing the user control, If any body know free custom calendar available already, kindly let me know. Best Regards Shankar

    C# csharp design tutorial

  • Issue while passing variant safearray to ADO recordset
    S sivasankar anumula

    vntFieldValue.vt =VT_VARIANT | VT_ARRAY;; SAFEARRAY* psaOut; psaOut =Segment->GetBlob(); // C# API return the byte() in the form of safearray if(psaOut != 0) { SAFEARRAYBOUND aDim[1]; aDim[0].lLbound= 0; aDim[0].cElements= psaOut->rgsabound->cElements;; vntFieldValue.parray=SafeArrayCreate(VT_VARIANT,1,aDim); SafeArrayCopyData(psaOut,vntFieldValue.parray); } pADORecset->Fields->GetItem(FLD_WBTRBSEG_SEGMENT)->PutValue(vntFieldValue); The line in bold color throws an exception. Could you please help me in passing the variant safearraay to set the value for recorset parameter.

    COM help csharp json

  • How to pass Array of objects from com TO C#
    S sivasankar anumula

    I have the scenario where i need make the calls to C# APIs from ATL COM Client application and i have to pass array of IUnknown* objects. How to achive this? Can any one help me? Regards Shankar

    COM csharp c++ com data-structures help

  • How to disbale outlook security warnings while sending mails
    S sivasankar anumula

    I am getting a warning message while sending mails,meeting rquests programatically. How to suppress these warnings? can you plz help me?

    C# security help tutorial question

  • How to open a windows form window from an outlook mail
    S sivasankar anumula

    In My scenario, i will be sending an automated mails to the employess. in that mail, i will be providing a hyperlink which points to a outlook addin which inturn opens a windows form window. How can i automate the above task. like clicking on the hyperlink, i should be able to load the addin as well.. Can you help me in this regard??

    C# question help tutorial
  • Login

  • Don't have an account? Register

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