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
D

DavidAtAscent

@DavidAtAscent
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Installation of windows service ?????
    D DavidAtAscent

    Hi, Have you generated the ProjectInstaller class? It should look something like: [RunInstaller(true)] public class ProjectInstaller : System.Configuration.Install.Installer { ... } Regards David

    C# csharp help question

  • IDocHostUIHandler [modified]
    D DavidAtAscent

    Have you read the info at http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/hosting/wbcustomization.asp[^]? Unfortunately, all the examples are unmanaged C++. You may need to implement the GetHostInfo() method so as to return appropriate values in the DOCHOSTUIINFO structure. Also you maybe need to return S_FALSE from the TranslateAccelerator() method. I did implement this interface some time ago in unmanaged C++ and I'm trying to dig up some old source code. Also notice that someone else had a working C# implementation of IDocHostUIHandler at http://www.thescripts.com/forum/thread257999.html[^] Regards, David -- modified at 23:33 Wednesday 28th February, 2007

    C# html com help tutorial question

  • How to retrieve non fixed-length records from a binary file
    D DavidAtAscent

    If you have control over the binary file format, this may help. Make sure that one of the attributes in the fixed length header is the length of the following JPEG image data. You could then create a byte array (byte[]) of the length of the JPEG image and read the specified number of bytes to the byte array using: BinaryReader.Read(byte[], int index, int length)

    C# csharp json tutorial

  • Registering a COM component to use in VB6
    D DavidAtAscent

    You could try REGASM Assembly.DLL /CODEBASE. That way the current location of the assembly is recorded in the registry. David

    C# csharp tools visual-studio com
  • Login

  • Don't have an account? Register

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