// 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. Sorting Listview collumns!?
  2. Choose (and type in) directory like setup programs will do it
  3. Font and color of window title.
  4. Help!!! How to setup pdr(port device driver) through programming?
  5. How can I change the windows colors palette
  6. application path (Urgent)
  7. How to handle click on window's title?
  8. Formating Extended track (>80) on floppy
  9. Signing Cabinet file with Authenticode tools problem
  10. CDaoRecordSet::m_strSort
  11. Precompiled header
  12. How can I execute the SndRec (sound record) at run time
  13. System Tray - how to add item ?
  14. How can I know that a CDialog is moved?
  15. Detecting the current CImageList index used for a CListCtrl item
  16. Enum multiple proxy with MSIE5 ?
  17. Floating point nightmare
  18. Access Problem
  19. minimize dialog
  20. Char to char*
  21. Connecting to the Database through Unix C
  22. How to get WM_KEYDOWN in dlg proc
  23. Display filename on Window Title
  24. Diagnostic tools
  25. Get start time of APP in W95?
  26. Shutdown WindowsNT
  27. Dialog Editor Based Application
  28. Changing text color in combobox
  29. FIND Dialog Box
  30. OnPaint() function
  31. Howto use basic_string ??
  32. Formatting CString
  33. How can I change font and color in window's title?
  34. MAPI
  35. PDF file viewing
  36. A tree item can not receive CR
  37. AFXMessageBox
  38. Static versus dinamic linking a dll to MFC
  39. Activex control inside Activex control
  40. text on buttons in Dlg
  41. c for dos
  42. wave recording
  43. Compiler Warning
  44. Change Windows Explorer context menu like WinZip?
  45. ToolTips on ListCtrl
  46. Problem with CListCtrl and CPropertyPage
  47. Changing Cursor Icon
  48. Getting each click in a double click
  49. Trapping the moving out of control area
  50. Problem with DDV
  51. MDIClient in CSplitterWnd
  52. ODBC and Recordset
  53. Detect right mouse click on popup menu ???
  54. Is DDE the way to go?
  55. buttons < urgent >
  56. FlexGrid in Dialog asap
  57. DOS Batch script
  58. start menu
  59. How define appearance of a disabled CEdit control
  60. How to change the textstyle in a StaticControl
  61. msword8.olb and C++
  62. What can anyone tell me about "theApp"
  63. CComboBox derived Class with DDX function ?
  64. How do you limit a rich edit's page size?
  65. SQLConfigDataSource creating Access .mdb's
  66. Help!! --Why will no one answer?????
  67. pointer to object - debugging problem
  68. landscape printing form dialog based application
  69. How to change caption ( title ) of created window?
  70. How do you get the current mark position in a list control
  71. Sorting in ListView Control
  72. STL Question
  73. Generating key strokes to edit controls
  74. Using Unicode characters in a dialog box
  75. CComboBox initializing from a DAO table?
  76. Button Stay Down
  77. Experts needed!!!
  78. How to read .prn file???
  79. BarCode Scanner Data Transfer
  80. The big one
  81. SDI-Formview-EditBox-Controlvariable
  82. Get Version of Internet Explorer from Shdocvw.dll
  83. Passing Parameters to a FILTER?
  84. Help on MS Chart
  85. FindText()
  86. CArray
  87. Calling functions in parent dialog?
  88. how to open document without opening view?
  89. Listbox Control
  90. FormView and no 3D look
  91. Clearing Edit Boxes
  92. Creating databas via MFC
  93. HELP! Another Accelerator/Short Cut Key(s) Encounter
  94. Problems with CScrollView size > 32768
  95. Owner Draw Control
  96. Comm Ports and modems
  97. Hardware Information
  98. Please help...Class problem
  99. ActiveX Doc Server
  100. how to display message when meet error?
  101. problems with creating document template
  102. CListBox
  103. DirectShow and put_Rate
  104. Checking whether a app. is running
  105. Using a Tab Control as a Child Window
  106. Add button at runtime
  107. Copying Files Corrupts Them
  108. Using CCreateContext
  109. URGENT!!! check if other exe is running
  110. Currency symbol
  111. Update Data
  112. ActiveX/OCX
  113. I need Help with dialogs
  114. Sharing Sockets
  115. Access Driver
  116. validating filenames
  117. sorting
  118. inp() and outp() on NT How??
  119. Easy way to modify a time stamp of a directory in Win95
  120. System call
  121. Menu
  122. COM Design queries
  123. How to detect the current vertical refresh rate on Windows 98
  124. VB and MDB Password
  125. WebBrowser control vs Internet Explorer
  126. how can I print trade mark symbol
  127. UNICODE
  128. Printing Inconsistencies
  129. Menu
  130. Icons in Menu - NOT Ownerdraw
  131. How do you implement a Page break in a rich edit control like Word uses?
  132. IsClipboardFormatAvailable... I guess not!
  133. Parallel Port
  134. mp3: track time?
  135. OLE DB
  136. Concave Polygon Fill code
  137. MSComm
  138. SQL Server 7.0 tmp files
  139. .jpg
  140. Subitem editing in CListView
  141. send message to another exe
  142. win95
  143. How to prevent a window activate when the mouse click it?
  144. Print Window
  145. Print Window problem
  146. DUN special folder ID?
  147. HELP! DIRECTSHOW PROBLEM
  148. Do you know the implicit memory leak?
  149. Two problems on CView & CListCtrl
  150. cString please Help
  151. Convert format of Number
  152. How to obtain the string written in the Edit box of a Combo box
  153. vc++
  154. Does anybody see any potential problems with this?
  155. Change an ICON of a dialog box
  156. vc++/SDK
  157. Font change in consol application without using MFC
  158. Dynaset and Large Tables
  159. Tooltip for different ListCtrl items?
  160. array
  161. delete captured image
  162. initialize bitmap object
  163. Problem with SAfeArray API's
  164. MSCOMM & CommHandle
  165. Personalizing your program
  166. Dinamic dialogs?
  167. How to get the keystroke message of a Listview Control at a Dialog Box?
  168. CModem class
  169. How I can do "Empty Recycle Bin" from my program?
  170. Creating an accurate delay under NT
  171. Trying t modify the extended window style at runtime...
  172. Creating delay under NT
  173. Stopping user control
  174. Dialog Based- Background
  175. Automatic Selection in CListView
  176. Aborting current execution before loading another...
  177. unexpected #endif
  178. closing of mdichildwindow
  179. Problems when scaling
  180. Windows
  181. Windows CE Emulation Environment
  182. CListView
  183. How to get the return value of a process using CreateProcess ???
  184. List control text color?
  185. DOS NTVDM's
  186. Transfer data to another app
  187. Printer
  188. Q: register ATL-DLL / How to do ?
  189. Grid Control with Drop Down List Cell
  190. CListView- Automatic Selection
  191. var. redecl. pb.
  192. Using ActiveX in DLL's
  193. NT Log
  194. How to detect double click in status bar
  195. Dll in relese version
  196. HELP!! Form View/Property Page(s) & Button Shortcuts
  197. NTLOG
  198. I've problem with Drag&Drop.
  199. How to simulate web post action
  200. How to force window to redraw?
  201. How to: Cross way splitter
  202. shortcut on desktop
  203. Recordset::Open with ODBC : Pb
  204. help! How to hide application on taskbar in windows NT and windows 9.x?
  205. Creating a Table in SDI or MDI
  206. Trying to hide my dialog box!
  207. Help!How to hide the application on taskbar in windows NT or windows 9.x
  208. File Status
  209. Complex Dual Interface
  210. SettabStops
  211. Obtaining Time Information for Dev Studio Compiles
  212. Setting system clock
  213. Want to launch App from netscape
  214. IDE - vbscript
  215. LVN_GETINFOTIP
  216. Programming Screen Savers
  217. clistbox
  218. Popup menus
  219. Quit Excel
  220. Mutex problems
  221. Creating a CBitmap from a HBITMAP
  222. "Positioned request cannot be performed because result set was generated by a join condition" ... He
  223. Selecting an item in a CListCtrl
  224. Getting version resource info on the fly
  225. Creating New MDI Views in VC++ 6 Pro
  226. How to count the number of records returned by a query in CDaoRecordset
  227. Storing Object
  228. Windows Registry
  229. How do I create a RecordSet from a textfile?
  230. Excel automation problem
  231. How to disable Print to File check box on the Print dialog???
  232. Hard drive serial number
  233. WM_TIMER in an NT Service is it ok to do this ?
  234. Creating windows directly
  235. Read an HTTP page w/redirection
  236. From VC4.1 to VC4.2
  237. SetFocus Question
  238. OnKeydown <urgent>
  239. Displaying Images
  240. Urgent Help
  241. Is vector<string> Unicode ?
  242. Using Realloc with the result of New?
  243. C++/ATL/STL question
  244. Problems with explicit linking in release
  245. Adding a runtime control to a PropertyPage
  246. CEdit - I want to see the end of the text
  247. Print Window problem
  248. HELP !!!!! PLEASE !!!!
  249. active x
  250. MFC
//JP added flex table