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
M

Mann Khine

@Mann Khine
About
Posts
8
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • calling dll from classic asp
    M Mann Khine

    Hi, I've to call a dll from my classic asp page. In VB6 application, it has been loaded like that Declare Sub functionName Lib "dllName.dll" (ByVal k As String, ByVal i As String) If I would like to use that dll in classic asp, how can it be done? Thanks in advance, Mann Khine

    Web Development question

  • storing and reteriving unicode char in SQL database
    M Mann Khine

    Yes Bob, I used nvarchar columns.

    Web Development database sql-server sysadmin tools question

  • storing and reteriving unicode char in SQL database
    M Mann Khine

    I'm trying to show japanese character on the page and to sent mail. To show on the screen, I've to save as the following format in SQL Server. "**

    ƒtƒBƒŠƒbƒvØŒ”ƒIƒ“ƒ‰ƒCƒ“ŒûÀ\‚µ
    

    **" and use encoding "shift-jis". It is showing correctly at browser. But if I send mail that message, it can't be shown on some mail. eg. gmail and hotmail can show but yahoo can't show correctly. If I store as the following format in SQL Server, it can show correctly on most of the web mail. " & #12458 ; & #12531 ; & #12521 ; & #12452 ; & # 12531 ; & #21475 ; & #24231 ;" Can anybody explain about these formats? Can anybody advice me for the best practise dealing with unicode character? I would like to use same format to show and to send for unicode character. I'm using classic ASP for server side script. Thanks in advance, Mann Khine

    Web Development database sql-server sysadmin tools question

  • browse highly rated articles in codeproject
    M Mann Khine

    Dear All, How can I browse or search only highly rated articles in codeproject regardless of technologies and tools? Thanks in advance Mann Khine

    Article Writing question tools

  • how to return a string from COM DLL
    M Mann Khine

    I 've one function that 's written with COM DLL. I want to return a string from that function. function declaration is like that STDMETHODIMP CMyClass::Command() from that function how can I return a string. thanks in advance.

    C / C++ / MFC com tutorial question

  • FTP Upload from C# windows form
    M Mann Khine

    I want the source code with C#. that link contain only executable file. So can u advice me something else ? thanks in advance Mann Khine.

    C# csharp tutorial

  • FTP Upload from C# windows form
    M Mann Khine

    Hi Can anyone tell me how to upload an image file to FTP from windows form. thanks in advance. Mann Khine.

    C# csharp tutorial

  • To Get Data from Clipboard
    M Mann Khine

    I set an object to clipboard then when I get from Clipboard I get null value. my code is here. Class1 cls = new Class1(); cls.str = "Test string"; Clipboard.SetDataObject(cls); IDataObject a; a = Clipboard.GetDataObject(); Class1 aa=new Class1(); aa = (Class1) a.GetData(cls.GetType()); anyone help me!!!! thanks in advance.

    C# help
  • Login

  • Don't have an account? Register

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