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
C

catngo

@catngo
About
Posts
29
Topics
14
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • buttons and config file for MFC
    C catngo

    Is there a way to set the dialog program so that when it run, it read input file (config, ini, txt, data, mdb...). And let say that the file containt an int. if it is 1, the screen will show 1 button, if 2, 2 button and so forth. Also same for string, can the program take in a string and put it up on screen as button label? thank you!

    C / C++ / MFC c++ question

  • MFC icon
    C catngo

    Oh, i see. never know there a combo box there. thank you!

    C / C++ / MFC question c++

  • MFC icon
    C catngo

    i did that but that only show in the title bar of the program, not on the .exe file that list under windows explorer.

    C / C++ / MFC question c++

  • MFC icon
    C catngo

    how do i set the code so that the .exe file will have the icon instead of the MFC icon?

    C / C++ / MFC question c++

  • MSFlexGrid properties
    C catngo

    ColWidth is not a member of msflexgrid but SetColWidth is but what the parameter to use?

    C / C++ / MFC question css

  • MSFlexGrid properties
    C catngo

    How do i set the size of column/row of the grid?. Also, is there a way when i click on a cirtain column, the data sort itself?

    C / C++ / MFC question css

  • MSFlexGrid function
    C catngo

    there's 2 function in microsoft flex grid, GetMouseCol() and GetMouseRow() i think this 2 function return the grid value that has been clicked. anyone know how to use it and what it does?

    C / C++ / MFC css tutorial question

  • convert double to char!
    C catngo

    thank you!

    C / C++ / MFC data-structures question

  • convert double to char!
    C catngo

    how do you convert double to char? i mean to keep it the way it is as double for display. exp: 3.5 will be 3.5 as char (maybe to CString or array since this is 3 characters)

    C / C++ / MFC data-structures question

  • Directory pick!
    C catngo

    i want to insert a thingy where you click on the right side then it drop down with DRIVES and Directory tree. is it the drop down combo box with some code or diferent one?

    C / C++ / MFC data-structures question

  • how do you use the combo box?
    C catngo

    i have insert a combo box with 2 choices. i create a member variable for that combo as VALUE. what is correct way to pickup the data selected?

    C / C++ / MFC question

  • <ENTER> in dialog
    C catngo

    thank you!

    C / C++ / MFC question

  • <ENTER> in dialog
    C catngo

    i have a program use dialog popup to get user info, but if i press ENTER instead of click on the okay button, it just act like i press the CANCEL button. How can i make it work with either click on OK button or press ENTER work the sameway?

    C / C++ / MFC question

  • program won't rune in NT or XP
    C catngo

    my program created using MFC which i chose static dynamic link. i also insert a MSFLEXGRID in the program. the computer i use is win2k. i test program on other machine and it only run on win2k comp but not on XP or NT. anyone know why? needed special file?

    C / C++ / MFC c++ question

  • Detecting Keyboard Input in Console Application
    C catngo

    getch()

    C / C++ / MFC question

  • help set the program back to original
    C catngo

    if i load the workspace from my laptop, it will show but it don't on my main comp. so, i don't think any wrong file in the workspace. this is weir and anoying.

    C / C++ / MFC help question

  • End Of File (eof) test help
    C catngo

    you da man! thank you!

    C / C++ / MFC css data-structures help question

  • help set the program back to original
    C catngo

    don't know what i did but when i press the ClassView tap, i don't see the member variable any more. also when i enter code like: class. it suppost to pop-up the box to pick the member variable but now it don't show nothing. I'm a noob here, so those help me a lot. what did i turn off?

    C / C++ / MFC help question

  • End Of File (eof) test help
    C catngo

    i have a program reading data from a text file and display each section to a grid display. i do a EOF test make sure every info has been extract but seem like a infinite loop. int counter = 0; char Char; char Array[100]; ifstream file; file.open("somefile.txt"); do{ file.get(Char); Array[counter] = Char; ++counter; }while(Char != file.EOF()); seem like good but it a infinite loop; any help?

    C / C++ / MFC css data-structures help question

  • working with grid
    C catngo

    One last question, is there anyway to print the grid with data out just like excel?

    C / C++ / MFC question css com announcement
  • Login

  • Don't have an account? Register

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