// 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. Serializing STL containers
  2. How to change the color and bitmap of the window frame
  3. Release Software with comctl32.dll - problem?
  4. Rich Edit Control: Prevent auto-scrolling to the right on insert?
  5. DirecShow
  6. Catching OnClose message for CDialogBar
  7. ODBC Connection Pooling
  8. Q: Subqueries in CDaoRecordset::FindFirst()
  9. Looking for Indepth Information
  10. Comport problems
  11. User Reports
  12. Is directory writeable?
  13. Help: "pin-up" and "pin-down" in a VC++ dialog...
  14. CView
  15. TAPI
  16. Touch Screen
  17. How to launch the default browser from VC++?
  18. ActiveX
  19. DECLARE_DYNCREATE and pure vritual
  20. ActiveX instead of DDE?
  21. Get IP Address
  22. Urgent!!Get the keyboard input of the system.
  23. routing command messages
  24. CdbRecordset.Seek()
  25. Network Adapter Address
  26. open a webpage on default webbrowser ?
  27. Help me in Macintosh
  28. CPU speed
  29. Want ComboBox text to change with Edit box text
  30. autoexec
  31. Drawing network topology
  32. How do I change Title bar text
  33. Network topology
  34. ComboBox to explorer box
  35. RichEditCtrl
  36. EXE Insertable object?
  37. SDI - MDI
  38. Toolbar doesn't seem to redraw properly (2nd attempt)
  39. operator new
  40. Where is new C++ standard ?
  41. Can I make a directory with SHBrowseForFolder?
  42. Reading data from a .txt file (using Visual C++6)
  43. DirectX Pixelformat
  44. exe file that don't open a window
  45. Urgent!! Convert 256 bitmap to monochrome bitmap.
  46. How can I get a hairlines cursor in my View?
  47. RemoveDirectory and _rmdir do not work.
  48. Embedding MFC Exe App with OLE support into html
  49. Getting Active Pane in the spliter
  50. 3D Graph
  51. how to display 24 bit . bmp with vc++(mfc)
  52. Telnet application
  53. Sink Events
  54. Property Sheet focus
  55. Preloading .wav file using MCI
  56. media in a: ?
  57. terminology
  58. Help with CTreeCtrl.SetItemData()
  59. warning when passing structure as [out] paramter of an interface
  60. Import library fail please help!!!!!!!!
  61. Oracle call interface OCI
  62. How to get blocksize from harddisk?
  63. checking whether a name is file or directory
  64. Copy in the Clipboard
  65. Background color in CRichEditCtrl
  66. storeprocedure
  67. Bubble Help
  68. File Directory
  69. How to set a alias for number of NT servers
  70. CRegKey Registry Class by Richard Hollis
  71. file dialog
  72. Multimedia Database
  73. How to register ATL.DLL??
  74. Proxy Servers
  75. Using SetCheck in CTreeCtrl
  76. Edit Box Highlighting
  77. PB&ActiveX96 Windowless Ctrls - Compatible?
  78. Searching Sub-Directories
  79. Problem With Dialog Box Focus From ClistCtrl Header Click
  80. How to support proxy in POP3 application
  81. <FORM> POST/GET
  82. mscomm32.ocx question
  83. How to record WAV
  84. SendMessage
  85. How play a video stream using Directx SDK
  86. Pass Information from One view to another view
  87. MDI Client
  88. MessageBox() call replacement
  89. Retrieving text from an MSDBGrid cell
  90. How can I disable the CDROM driver in the application?
  91. MSHFlexGrid
  92. MDI Problem
  93. CSpinButtonCtrl increasing buddy when wanting the other way arround
  94. How to I add system button.
  95. HowTO: debug Release build
  96. Problem with Popup window from child window
  97. johns
  98. Long FileNames
  99. HTML Output Classes
  100. JPEG in C++
  101. Question: Nested Headers or Headers in Headers
  102. MFC - ListBox - Right aligned text
  103. dialogfield
  104. where can i read about ...
  105. About Scroll function of CWnd
  106. User-defined reports (from a beginner)
  107. How to remove Context menu from CHtmlView class?
  108. How to stop Maximized app being restored?
  109. Domain Validation with CSocket
  110. Scroll more than 32k
  111. CPenDialog ?
  112. How to find out if diskette have been pushed into disk drive?
  113. How do I get the POST/GET data in CHTMLView?
  114. Help for Graphics! - Total Confusion!
  115. Using Registry for saving settings?
  116. Database table
  117. File Property Dialog and Menus
  118. File Property Dialogs and Menus
  119. mouse and keyboard events
  120. Problem when adding ScrollView into Dialog
  121. How to add scrollview in dialog
  122. how to add cscrollview into a dialog
  123. how to add a scrollview in a dialog
  124. Rich Edit Control
  125. Opening .exe to see code?
  126. CImageList: does it require DIB sections?
  127. CRichEditCtrl text selection notification
  128. Using SetMenuItemBitmaps
  129. How can change ID of window
  130. DLL w/ resources not building
  131. Fit StaticTextControl with text
  132. Runtime change dll
  133. How to Clone MS Tabbed Dialog Control
  134. How to insert control ( for example button ) into COleControl
  135. Does anyone know if it is possible to reduce all the other windows running when I launch my applicat
  136. WinInet code on older computers
  137. MP3 engine
  138. ListCtrl basics
  139. GetMenuItemInfo does not work
  140. CDaoDatabase.Open()
  141. Modeless Dialog on top of a system modal form view.
  142. Size of Dialog used as Child MDI Window
  143. Resizing calculation
  144. SendMessage() problems
  145. Button handling - active / inactive by an event
  146. How do i change the size of a child window in an mdi application dynamically
  147. How do i change CFile file_ to CFile* file..URGENT!!!
  148. DLL's required
  149. Windows version
  150. Registry question
  151. Menus and such
  152. string manipulation
  153. How to hook keys?
  154. Tooltips and Dialog Bars
  155. CDateTimeCtrl problem
  156. How do I achieve to print in a ActiveX control
  157. Microsoft Agent
  158. Tree control - How to edit label?
  159. Frame ERROR with ShellExecute URLs - how to fix ?
  160. Visual C++ SP3.... be warned... Problems !
  161. reg implementing HTML help files
  162. To remove Vertical & Horizontal Scroll Bars of a Form View
  163. To create Hyperlinks..webstyle
  164. HOW TO: Create a Jet DB With Password Protection
  165. Interface between MS-Word and MS-Acess
  166. How to make a application run in rh background
  167. beep frequency
  168. Who can help to load a 24bits Image from Resource
  169. Indexing
  170. To get CLSID of OCX from its file name.
  171. extra delay in executing DaoRecordSet.Open()
  172. Invoke OnUpdateButton1(CCmdUI* pCmdUI)???
  173. Bitmap on Control
  174. Select and open a CDROM drive
  175. activate my MDIFrame
  176. GetTextExtent
  177. Find Text in RichEdit Control
  178. CWinThread and Vars
  179. CFileDialog Dble click
  180. CRichEditView Printing
  181. To Highlight only a particular Cell in ListCtrl
  182. Validating a field in a Dialog
  183. Notification for a group of radio buttons
  184. HOW TO: Multiple CD-ROM support with MCI
  185. listviewctrl (report) selecting & highlighting
  186. Unable to delete last active directory
  187. class
  188. SCREEN REFRESH SYNC
  189. copy constructors
  190. How to display a text file EASY
  191. Posting close message to child thread from primary thread
  192. Is there any way of adding a CFileDialog as a page on a property sheet?
  193. Better class for JPEG?
  194. swapping byte order
  195. URGENT: Where can I find the Control Development Kit??
  196. My Window has two Scrollbars?
  197. How to add zoom?
  198. Problems while trying to link with a library...
  199. ComboBox Styles
  200. Accelrators
  201. Scroller
  202. Need help with a directory command
  203. MAPI, RAS, Outlook Express
  204. polynomial roots
  205. Merge a SDI with a Dlg-based App
  206. WM_SPOOLERSTATUS & NT4.0
  207. Where can I find ActiveX for building diagrams?
  208. How to detect free interrupt adresses?
  209. End Session and Dialogs
  210. How can I see each item in different color in CTreeView?
  211. Opening a web page
  212. Serialization / Basic IO
  213. File Search
  214. Calling a VB ActiveX dll in VC++
  215. System level keystroke capture
  216. How to get system date&time by no using MFC (CTime, etc)?
  217. Icon
  218. microsoft web browser control
  219. Clean up window: Urgent
  220. Skins... What's Under Them?
  221. HOWTO: generate CRTL-ALT-DEL for a programm?
  222. CSplitterWnd and CStatusBar
  223. std::vector<VARIANT> varVect
  224. Serial Comm
  225. Changing default icon..
  226. RasDial
  227. vc++
  228. vc++
  229. Should I use PostMessage? (if so how?)
  230. C++ DLL to return BSTR to VB
  231. multiple index on an array
  232. CTreeCtrl : message TVN_ITEMEXPANDING not always send
  233. How to speedup SetColumnsWidth?
  234. How can i access to a View from another view
  235. How to include an assembler-function
  236. urgent question, please
  237. How to make a screensaver
  238. Need to monitor GDI resources
  239. Regular MFC (4.1) Dll and message pump
  240. Interfaces in imported typelibs
  241. hostname under Win NT
  242. Message, CView and CWnd
  243. How not to have a menu in a regular MFC app ?
  244. How to modify a file's content?
  245. rebooting windows
  246. Can console applications use the clipboard?
  247. Where to being ATL COM
  248. Tab control & fonts
  249. How to program scroll funstions
  250. How to program scrol funstions
//JP added flex table