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
V

vividtang

@vividtang
About
Posts
90
Topics
52
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • can ADO and ODBC be mixed to use in a database application program?
    V vividtang

    hi:everyone: tell you i have some model ,but some of them is written using ODBC,but others is written using ADO,now i want to integrate them into a big project,i want to know whether it is ok? thank you

    C / C++ / MFC database question

  • how to write install program?
    V vividtang

    i have finished my program i want to write a install program to let other people use mine ,but before i have never written ,please give me some instructions .

    C / C++ / MFC tutorial

  • how to include a AVI player into my program?
    V vividtang

    oh,just now i found a way ,click ALT+F7,Then in link tab sheet ,add VFW32.lib ,it is ok if you have another way ,please tell me,thankyou very much

    C / C++ / MFC tutorial question

  • when import a bitmap resourse
    V vividtang

    sometimes i need import a bitmap resource to be used the flash screen and so on,but to my disappointed ,many beautful bitmap i want to import ,but program warn :the bitmap's color value is more than 256,so it cant not been import,about the question ,do you meet?my display set i have adjusted most scale 1024*768,32 colors.

    C / C++ / MFC question graphics adobe learning

  • is easy transfer ODBC to ADO about database development using vc?
    V vividtang

    hi: i used to use odbc to do some database application development,now i want to know whether it is easy to transfer into ADO?which one is better between them according your developing experience? i want to learn more detail ,thank you very much you give me instruction

    C / C++ / MFC database question

  • how to include a AVI player into my program?
    V vividtang

    hi: how do you do?i met a trouble i am doing a mp3 player,how to include a AVI player into my dialog? thx all

    C / C++ / MFC tutorial question

  • how to realize after my login dialog end and follow a image coming out for a while?
    V vividtang

    i see some program when login dialog end and follow a image that is fit for the application program content coming out for a while,but i dont know how to realize it,please give me some instruction ?thx all

    C / C++ / MFC tutorial question

  • if i do not write special class to realize hyperlink,is there a more simpler way to solve it?
    V vividtang

    in my dialog there is a net address i want to realize hyperlinker when clicking it,if i dont write class specially for it,is there a more simpler way to solve it?

    C / C++ / MFC question

  • in a function can i use ExecuteSQL using the same database connection more than two times not using CRecordset object?
    V vividtang

    such as :extern CDatabase db; CString sql1,sql2; .... sql1=" ...."; db.ExecuteSQL(sql); ..... sql2="..."; db.ExecuteSQL(sql); ....

    C / C++ / MFC database question

  • what is the difference between sscanf and atof in cast cstring into float?
    V vividtang

    when i need cast cstring into float , i always use sscanf(mystr,"%f",ftype)//float ftype fype=atof(mystr) but which is better ,what is the difference between them?

    C / C++ / MFC question

  • about dialog color?
    V vividtang

    hi:i create a dialog such as CMyDlg, i define a variable :CBrush m_brush, then i in onInitDialog :m_brush.CreateSolidBrush(RGB(255,255,0)) then HBRUSH CMyDlg::OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor) { HBRUSH hbr = CDialog::OnCtlColor(pDC, pWnd, nCtlColor); if (pWnd->GetDlgCtrlID() == IDC_STATIC) {// Set the text color to red pDC->SetTextColor(RGB(255, 0, 0)); // Set the background mode for text to transparent pDC->SetBkMode(TRANSPARENT); // Return handle to our CBrush object hbr = m_brush; } return hbr; } but the text color is not i expected,and at the back of the text ,always exist white ?how to modify?but if i do these work in main dialog ,all is ok.

    C / C++ / MFC tutorial question

  • about dialog color?
    V vividtang

    hi:

    C / C++ / MFC question

  • how to cast cstring into long?
    V vividtang

    how to cast cstring into long,double?

    C / C++ / MFC tutorial question

  • how to add menu on dialog?
    V vividtang

    hi: all my program is based on dialog,but i want to add menu for it, i insert a menu resource and with the instruction of classwizard select associate the menu with my dialog,but when i do this ,once runing i found no menu on dialog,why , please lend me a hand. thx

    C / C++ / MFC tutorial question learning

  • how to set window icon with the icon got from other program?
    V vividtang

    i have got a icon from other program ,now i have the HICON of the icon,but if i use LoadIcon whose parameter need icon ID,do you have a good idea?

    C / C++ / MFC tutorial question

  • how to color menu and toolbar?
    V vividtang

    how to color menu and toolbar?

    C / C++ / MFC tutorial question

  • how to add a minimize button and maximize button on a dialog?
    V vividtang

    the following is my doing: in precreatewindow() cs.style|=MINIMIZEBOX; but doesnt work,somebody can give me some advice and explanination? thx

    C / C++ / MFC tutorial question

  • how to set the color of theme bar?
    V vividtang

    how to set the color of theme bar?in addition,how to simply set the button color?is there a simple way to know the practical display color that RGB represents?

    C / C++ / MFC tutorial question

  • about SetWindowText() and change window default style
    V vividtang

    if i use the method of that mr anonymous,when run,the program will maximize,although i want to cancel maximize,but the caption of the child frame view is still not been changed.

    C / C++ / MFC question help

  • how to change window icon
    V vividtang

    hi: you are right ,run ok,thx:rose:

    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