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
Z

ZhiLiangLin

@ZhiLiangLin
About
Posts
12
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How can i dynamic increaseTable's Column for RDLC.
    Z ZhiLiangLin

    。。

    .NET (Core and Framework) question

  • How can i dynamic increaseTable's Column for RDLC.
    Z ZhiLiangLin

    Hi,I want to dynamic increase some column for table of RDLC!i'm not sure how many column in the Table.

    .NET (Core and Framework) question

  • Nothing
    Z ZhiLiangLin

    Nothing is impossible!

    The Lounge

  • How to use the C++ dynamic load DLL which compiles with C#
    Z ZhiLiangLin

    How to use the C++ dynamic load DLL which compiles with C# :doh: tks!

    C / C++ / MFC csharp c++ tutorial

  • MS‘s BUG? why can't get value from excel?
    Z ZhiLiangLin

    the api 'getfieldvalue' can't get the value.

    C / C++ / MFC help database debugging tutorial question

  • MS‘s BUG? why can't get value from excel?
    Z ZhiLiangLin

    i want to get value from excel,for example: COLUMN1 COLUMN2 ---------------- 123 456 ABC DEF 123 ABC EFG HIJ like this,i can't get '123' ,but i can get 'ABC'. my code : void ReadTrustListFromExcel(CString sFile) { CDatabase database; CString sSql; CString sItem1, sItem2; CString sDriver; CString sDsn; sDriver = GetExcelDriver();//GetExcelDriver(); if (sDriver.IsEmpty()) { return; } sDsn.Format(_T("ODBC;DRIVER={%s};DSN='';DBQ=%s"), sDriver, sFile); TRY { database.Open(NULL, false, false, sDsn); CRecordset recset(&database); sSql.Format(_T("SELECT * FROM [%s$A1:IV65535]"),_T("EmailSheet")); recset.Open(CRecordset::forwardOnly, sSql, CRecordset::readOnly); while (!recset.IsEOF()) { recset.GetFieldValue(short(0), sItem1); recset.GetFieldValue(short(1), sItem2); TRACE(_T("name:%s,addr:%s\r\n"),sItem1,sItem2); recset.MoveNext(); } database.Close(); } CATCH(CDBException, e) { TRACE(_T("ERROR")); } END_CATCH;

    C / C++ / MFC help database debugging tutorial question

  • How to get disk's capacitance of remote computer with ip?
    Z ZhiLiangLin

    How to get disk's capacitance of remote computer with ip?

    C / C++ / MFC tutorial question

  • how to know which port is being used by which process with windows API?
    Z ZhiLiangLin

    as subject~

    C / C++ / MFC json tutorial question

  • how to implement the function as follow?
    Z ZhiLiangLin

    1.CreateWindow()-can create window ,but i don't know how to implement the transparent effect. 2.i have implemented the transparent window,but the Grab software can't grab my transparent window.And,i don't want to use the API 'SetLayeredWindowAttributes' to implement the transparent effect.because the func is used for win2k and winxp. 3.i want to let the transparent window become watermark

    C / C++ / MFC tutorial question

  • how to implement the function as follow?
    Z ZhiLiangLin

    1.create a transparent window. 2.grasp screen software can grasp the transparent window. 3.i want to hook the notepad and let the transparent window on top of notepad.

    C / C++ / MFC tutorial question

  • how to create transparent window ?
    Z ZhiLiangLin

    greatly thanks.

    C / C++ / MFC tutorial question

  • how to create transparent window ?
    Z ZhiLiangLin

    i want to create transparent window,but no use 'WS_EX_LAYERED' and 'SetLayeredWindowAttributes' Func :) thank you

    C / C++ / MFC tutorial question
  • Login

  • Don't have an account? Register

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