// JP opened flex table

Click to See Complete Forum and Search --> : Visual C++ Programming


Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 [22] 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959

  1. Edit Control
  2. Database
  3. MultiTreeView dragging
  4. Multiple Application Instance
  5. 16 bits memory problem
  6. Checking time
  7. Disabling stacked scroll bars
  8. Highlighting an item in a CListView
  9. How to: prevent static splitter bar from tracking ?
  10. CListBox: LBS_OWNERDRAWVARIABLE
  11. Compile problem : urgent
  12. Connecting to a socket on remote machine from within a dcom object
  13. Opengl Printing
  14. How can I add icons into menu like WINWORD?
  15. this will get you thinkin!
  16. Changing the name/title of the program dynamically
  17. Edit Box with Spin
  18. diffent result from GetDiskFreeSpace()
  19. files revisited
  20. Password protect a floppy drive.
  21. Selection change on a property sheet
  22. Creating version info in a dll
  23. CComboBox
  24. LoadToolBar
  25. WriteWindowToDIB question
  26. Has someone got a RFX-functio to link ODBC money field to COleCurrency isntead of CString ?
  27. Windows Message
  28. Excel & Automation
  29. generaing LIB file from DLL
  30. PreTranslateMessage
  31. CEdit
  32. ADO and Multithreading
  33. Converting CView to CScrollView
  34. How to set pane size in static Splitter Window?
  35. ODBC
  36. Can we set floating point value to Spin control?
  37. Displaying two types of units
  38. Edit Control
  39. How many millisec is a sec???
  40. Determing Interface type
  41. Smaller TreeViews?
  42. How to use aggregation in CWinApp derived class
  43. CListCtrl highlighting
  44. Frame Icon
  45. disable listctrl checkbox
  46. timeout
  47. Obtaining a CPoint object
  48. Combo boxes
  49. Null vs 0
  50. Change property pages:urgent
  51. MoveWindow
  52. Help me please!!
  53. sockets
  54. Toolbar height
  55. CString subclass fails to work properly when used as format param
  56. Headers and footers
  57. Dial-Up Networking
  58. insert items in CListCtrl (Report) an sorting
  59. CScrollView in Dialog
  60. Button manipulation via SW
  61. Dialogs & Thread issues
  62. Setting True/False Field
  63. Window sizing
  64. A COM component as a service
  65. Long/short filenames
  66. CScrollView in the Dialog
  67. Edit&Continue debugging
  68. Remoting a Console App started with CreateProcess
  69. Common Dialog Control
  70. Date/Time Picker
  71. Is Version.dll redistributable ?
  72. Won't register
  73. Automation server will not shut down corrently
  74. How to remove caption bar
  75. Mouse
  76. Hot to detect detect item click in list control
  77. WinSock: Getting the local IP
  78. How to kill a thread ?
  79. Double buffering techniques
  80. Directory or File
  81. Alt key
  82. How do I use SQLBulkOperations?
  83. CView resizing
  84. CView resizing
  85. How to visit Dao which has a password?
  86. CAD Waveforms - Urgent
  87. memory block processing
  88. Creating a new mail account in Exchange
  89. How to get current username and password
  90. I Hate DDX!!!
  91. ATLadvise succeeding with m_vec empty
  92. restating my alt key problem
  93. serial communication
  94. Preprocessing as a custom build step?
  95. Stored Procedures With SQL Server 6.5
  96. Thread and SendMessage
  97. WM_CLOSE does not function on a CPropertySheet window application !!!!! ????
  98. Scroll to the focused item page in CListCtrl.
  99. About ScrollView class
  100. c & c++
  101. VB ActiveX DLL in VC++
  102. VC5.0/VC6.0 and shellextention Problem
  103. Processes & Modules???
  104. Set different color for different columns
  105. Looking for a class parsing HTML for tags
  106. Get Thread ID in VXD
  107. Pollyline delimeter
  108. Example sources for using Network time protocol
  109. Checkbox on ListCtrl
  110. How to use _findfirst and _findnext function
  111. begin with CRichEditView
  112. Keys and Lists
  113. make an application as a service
  114. GetFocus() don't behave properly?!
  115. Font doesn't change in OnInitDialog.
  116. LNK 2001 : unresolved external symbol
  117. Are IE Libraries limited to 2 Concurrent Downloads?
  118. HOW: F1 help integration into VC++?
  119. Toolbar border doesn't draw properly
  120. How to change a status bar icon dynamically
  121. capture ESC key in MFC
  122. Posting event messages
  123. How to send FAX Using Modem
  124. Attaching a control directly to a view
  125. PCMCIA drive socket numbers
  126. How to check if combobox is on focus?
  127. dynamic link library
  128. MSFlexGrid
  129. Raising events from MDI MFC EXE com server
  130. How to ADD/DELETE/INSERT & MOVE with OLE DB
  131. Maximum points in a polygon
  132. Thread that polls textfiles from folder
  133. PERF_ELAPSED_TIME Counter
  134. Maximum Points in the paralleogram
  135. TreeView fastest populate
  136. Slider Control
  137. Error message running exe
  138. How much text can a CEdit control contain?
  139. program runs in debug, not in release
  140. How to redraw any part (all) of the screen?
  141. List Boxes
  142. Making shadows
  143. Passing Dialog as parameter
  144. Detecting which subitem has been clicked in a listcontrol
  145. Refreshing a CTreeView
  146. How to make virtual descktop like linux in windows NT
  147. any body have DCOM Sample application
  148. memory problem
  149. MFC - Broadcast
  150. How to add file name to Window 1, 2, 3... menu items inside Window menu
  151. Using an ActiveX DLL created in VB from Visual C++
  152. Custom control
  153. Database app
  154. Wizard (PropertySheet)
  155. installing VC++ v6.0
  156. Tabel
  157. Tabel
  158. Tabel
  159. Tabel
  160. Terminating Thread
  161. How to use excel sheet in dialog or how to use excel chat in dialog
  162. What kind of class.
  163. How to use excel sheet in dialog or how to use excel chart in dialog
  164. automatic layout of docked toolbars anyone?
  165. Property Sheet/Page in Wizard Mode
  166. Finding Files
  167. how can I update an edit box
  168. how to print file in vc
  169. MFC app on the web?
  170. Question on Resource
  171. Help!!! 2 Questions!!
  172. Is there a class for working with dBase files ?
  173. how do you detect the alt key
  174. Modeless dialog in a static MFC DLL
  175. OnInitDialog problem
  176. Yet another toolbar bug?
  177. build system DLL,HELP?
  178. CreateRectRgn doesn't work on printer device
  179. Do You use Visual C++ under Windows 2000 Beta3 ?
  180. Supporting Extended properties in OLE containers
  181. intellisense
  182. VB thru VC communication
  183. Ways to reduce memory footprint
  184. directory or file? no one knows
  185. Setting the cursor to a specific position in a populated edit control
  186. Access Violation
  187. extra time in opening a recordset
  188. How does a modal dialog lose its modality?
  189. Can TreeView support smaller images?
  190. Focus on Edit Control in Dialog
  191. Checkbox in a Combobox
  192. Parsing text file to find valid URL s
  193. ATL COM Method return code
  194. Writing JPEGs to printer device
  195. WYSIWYG
  196. ActiveX Property Pages
  197. CPropertySheets
  198. direct x development on NT
  199. CFont checking
  200. ANN: Dundas MFC/ATL Goldrush sale ends this month!
  201. Saving Printer Info Between Sessions
  202. Parsing text file to anchor valid URLs
  203. CSocket
  204. How to make scrolling smooth
  205. DLL
  206. How can I implement my own Scrolling control or logic in CView instead of using CScrollView in DVA
  207. Folder Images
  208. ActiveX control
  209. Program annihilates GDI resources
  210. Timer
  211. Trapping Run-time Errors
  212. How to get environment variable in ISAPI applications
  213. Help! How to send a CTRL+X key to another window?
  214. zooming under print preview
  215. Creating an mdb under program control...
  216. DAO and VC++6.0 and SUM-Function
  217. CDaoDatabase Mayhem..
  218. How many Max. Control on CFormView can be displayed( MFC)
  219. Setting the caption for Wizard Pages at Runtime
  220. Alternate NT PC System Clock Source
  221. Release version works differently then the debug version on VC6.
  222. Release version works differently then the debug version on VC6.
  223. Active-X problem(Wang Image Annotation )
  224. AFX_INLINE and AFXAPI
  225. Round Edit Control
  226. Keystrokes
  227. Program architecture
  228. a question on sortign out vertical scrolling
  229. a question on sortign out vertical scrolling
  230. Multi Column - CListBox or CListCntrl
  231. Urgent!! Help me please
  232. How to change non-client area of window?
  233. Chat Client
  234. VC 6.0 Pls recommend good books
  235. Q: Dial up Networking
  236. Chat Client
  237. Learning mfc by tutorial
  238. Timers
  239. Windows hooks
  240. creating help file
  241. how can I program a toolbar icon to popup a dialog box
  242. Getting a handle
  243. CAsyncSocket
  244. Can I make Visual C++ debugger case insensitive?
  245. Sound Card for Data Acquisition in dual Channel mode ?
  246. Office api
  247. Problems to set RTS signal using API
  248. Drag&Drop CListBox
  249. 3DStudio Max files
  250. Static Splitter Windows
//JP added flex table