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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
D

dangquoctrang

@dangquoctrang
About
Posts
5
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • sp_fulltext_catalog [modified]
    D dangquoctrang

    I used sql server 2005: use book go exec sp_fulltext_database @action='Enable' go sp_fulltext_catalog @ftcat='name' @action='Create' error :Incorrect syntax near '@action'. why? help me, thanks

    modified on Thursday, October 9, 2008 11:35 AM

    Database help sharepoint database sql-server sysadmin

  • help me: 'XPExplorerBar'
    D dangquoctrang

    Whenever I wana use XPExplorerBar.dll in my projects, I have this problem. When I press F5, the project returns to code editor and a window alerts me this: A call to PInvoke function 'XPExplorerBar! XPExplorerBar NativeMethods:: LoadBitmap' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention and parameters of the PInvoke signature match the target unmanaged signature. [DllImport("User32.dll")] public static extern IntPtr LoadBitmap(IntPtr hInstance, long lpBitmapName); and must be changed to this : DllImport("User32.dll")] public static extern IntPtr LoadBitmap(IntPtr hInstance, int lpBitmapName); But I don't know, code demo?

    C# help data-structures regex question

  • help me: 'XPExplorerBar'
    D dangquoctrang

    Whenever I wana use XPExplorerBar.dll in my projects, I have this problem. When I press F5, the project returns to code editor and a window alerts me this: A call to PInvoke function 'XPExplorerBar! XPExplorerBar NativeMethods:: LoadBitmap' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention and parameters of the PInvoke signature match the target unmanaged signature. [DllImport("User32.dll")] public static extern IntPtr LoadBitmap(IntPtr hInstance, long lpBitmapName); and must be changed to this : DllImport("User32.dll")] public static extern IntPtr LoadBitmap(IntPtr hInstance, int lpBitmapName); But I don't know

    C# help data-structures regex

  • help me: 'XPExplorerBar'
    D dangquoctrang

    Whenever I wana use XPExplorerBar.dll in my projects, I have this problem. When I press F5, the project returns to code editor and a window alerts me this: A call to PInvoke function 'XPExplorerBar! XPExplorerBar NativeMethods:: LoadBitmap' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention and parameters of the PInvoke signature match the target unmanaged signature. [DllImport("User32.dll")] public static extern IntPtr LoadBitmap(IntPtr hInstance, long lpBitmapName); and must be changed to this : DllImport("User32.dll")] public static extern IntPtr LoadBitmap(IntPtr hInstance, int lpBitmapName); But I don't kwon

    C# help data-structures regex

  • Removing the parent node in an xml document
    D dangquoctrang

    <Root> <Book> <ID>A</ID> <NAME>AA</NAME> </Book> <Book> <ID>B</ID> <NAME>BB</NAME> </Book> </Root> I want to delete the parent node whose ID is "B" ... how can i do this ?? Thank you.. <Root> <Book> <ID>A</ID> <NAME>AA</NAME> </Book> </Root>

    C# question xml learning
  • Login

  • Don't have an account? Register

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