// 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. CList
  2. Reading tif files
  3. _far
  4. OLE DB and Locking
  5. Lists and STL
  6. dual screen prog
  7. How to measure the time between the client and server buffers??
  8. BSTR to CString
  9. Dialogs and SDI
  10. ExitProcess
  11. MAPIResolveName problem
  12. How to copy an Excel worksheet using automation
  13. 2nd Post:ConvertDIBSECTIONToThumbnail from THUMBVW.DLL
  14. Parsing Comma Delimted Strings
  15. files
  16. TCP/IP Ping
  17. DLL's
  18. Popup Menu in a CListCtrl
  19. keyboard enable/disable
  20. Oracle Objects for OLE Bound Widget Library
  21. CodeBase++
  22. Codebase++
  23. Class ID, Category
  24. MFC and Com book suggestions
  25. ODBC function sequence error
  26. Size of images allowed in CListCtrl
  27. Masked Edit Control
  28. Post deleted by Mark Jones
  29. CFormView - Untiteld
  30. Try, Catch & Throw
  31. How to turn Assertions off!
  32. Changing windows styles
  33. How to accurately time a C++ application?
  34. windows style
  35. Serializing my class, HOW?
  36. Add records to related tables (1:n, 1:1) URGENT !
  37. Serializing
  38. Problem with drag and drop in multiple selected CListBox
  39. ADPCM sound playback
  40. PlaySound Problem
  41. SQL
  42. MX Record Lookup
  43. converting from DIB to jpg or gif
  44. Defrag memory API
  45. hiding a dialog
  46. File Dialog
  47. Calculated fileds
  48. Distributing DCOM98 + ADO 2.0
  49. MsgFilter & CRichEditCtrl
  50. BSTR
  51. Adding help files
  52. text files manipulation question without MFC
  53. Catching Accessing Violations
  54. universal marshaler
  55. ADO Sample
  56. MAPPING MODES
  57. Noclick hooking text
  58. TrackPopupMenu and Dynamic Menus
  59. HELP: getting the pointer to the out of focus view
  60. HELP: parallel communication
  61. Outlook express
  62. How to owner draw a frame of popup menu
  63. IStorage,IStream
  64. URGENT: UnBound DBGrid Operations
  65. Pointer to all opened dialogs.
  66. Pointer to all opened dialogs.
  67. CTreeCtrl/CTreeView
  68. signature authorisation of a word document
  69. WM_CLOSE doesn't work on a PropertySheet .... Why ??? HELP PLEASE ....
  70. TAPI Question
  71. How to deal with events from IE?
  72. OLE Enabled Document with ActiveX Control to be displayed in Word
  73. Socket Programming
  74. Import dialog
  75. How to develop a wizard dialog ?
  76. CArrays
  77. Get CRect of window
  78. Crash in Release Build for NT only
  79. Interface not registered!
  80. How to refresh (update) window derived of CPropertySheet?
  81. MDI Windows
  82. Changing Static Controls Text
  83. DAO, ByteArray,Modify,MFC
  84. How to change combobox to ownerdraw at runtime?
  85. Getting sorted list of files
  86. programming cd player
  87. That neat offline ICON in IE
  88. Programming a Wizard for Excel ?
  89. Entertain user while I am busy
  90. Keys in COM running in IE
  91. How to use SQLSetPos
  92. How to send short mesgs in NT?
  93. Customizing Outlook
  94. ClassView... restore content after DevStudio Crash?
  95. PB : COM / ATL /Active X
  96. CInternetFile::Read() don't refresh with the target file on FTP connection
  97. WIN32 DLL EXPORT OF VIRTUAL FUNCTIONS
  98. Document Architecture
  99. refreshing
  100. Closing a named document
  101. UPDATE_COMMAND_UI in dialog base program
  102. How do i drag a file in listview?
  103. C++ Resources for serial port under Windows
  104. Get CWnd in ActiveX, MFC OnLButtonDown to use CTracker
  105. CSocket (Security)
  106. How can I select one row of a list control ?
  107. C++
  108. HELP : parallel communication under NT
  109. How to call query have parameter
  110. Save array of DWORDs in Database through ODBC.
  111. void *p in Dialog Class
  112. Strange (and soul destroying) RecordSet errors
  113. ActiveX and Resource editor (a container ?)
  114. Displaying Bitmaps and using the virtual window
  115. Sampel gina.dll crashes
  116. Visual Studio 97 Macro stopped working
  117. Access Database
  118. How to shut down Windows NT
  119. operator LPCTSTR
  120. Tree Control, COMCTL32 5.80 - label editing?
  121. Abour DirectPlay...
  122. Curve Fitting
  123. Template functions
  124. Template functions
  125. CPU speed
  126. Switch To - Retry Message
  127. CEdit Box
  128. MAPS
  129. NEED HELP! (DirectPlay)
  130. Sorting ListView via LVN_COLUMNCLICK ??
  131. VxD
  132. CListCtrl - Marking a row for deletion
  133. problems with MapViewOfFile
  134. WM_CLOSE doest not get at CPropertySheet
  135. Copying a dialog to another project
  136. Tree Control Selections??
  137. Right aligning first column in CListCtrl
  138. Cant Describe It?
  139. free threaded marshaler
  140. IBasicVideo
  141. Scheduler
  142. DLL relocation at application load time
  143. where can I declare a global variable
  144. combobox
  145. RASDIAL and TAPI
  146. SIZE
  147. Custom-"New Class"-Wizard with BaseClasses
  148. display a .jpg file with MFC ?
  149. Sort Calculated field
  150. GetUserName
  151. CTreeCtrl with EditLabel style
  152. Dynamically creating CEdit's in a Prop Page
  153. KeyPress
  154. Changing the bpp of a bitmap
  155. callback functions
  156. Looking for MFCENUM Sample
  157. getting display settings
  158. Windows 2000
  159. PERF_ELAPSED_TIME Counter
  160. triggered app on top
  161. Interface Containment
  162. CAnimateCtrl
  163. Getting a pointer to other window
  164. CStatic with Bitmap
  165. Displaying 16x16 icon
  166. Reference Count
  167. Obtaining an item form a CTreeView
  168. Editing in the ComboBox
  169. text to binary
  170. URGENT!!! How to change view from inside another view?
  171. How to convert a Cstring into a int ?
  172. how can I code it so that unique text is printed on page 2
  173. CListCtrl Report
  174. URGENT: Timeout Problem
  175. Creating a editor from scratch
  176. MCI commands
  177. String Table
  178. Radio Buttons?
  179. program has exited with code 3
  180. URGENT!!!!!!, Need hepl on UNICODE
  181. URGENT!!!!!!, Need hepl on UNICODE
  182. BSTR Blues
  183. Directory manipulation
  184. SysFreeString() WHEN???
  185. Ovale CButton
  186. DESPERATE : Please Help : Cascading folders under Start Menu
  187. CE printing in Pocket Internet Explorer
  188. Remote computer
  189. Listbox question
  190. CListCtrl adding second header
  191. Howto Convert string UNICODE <--> MBCS
  192. How can I change the colour of the Fonts in a readonly editview
  193. PRINTING: how can I print multiple pages
  194. Accessing Lotus 1-2-3 file as DAO table
  195. Problem with CSpinButtonCtrl in VC++ 6.0
  196. Menu Bar
  197. Which message maps/function should I use to create a dialog/window automatically when apps starts up
  198. Hooks in COM objects
  199. query
  200. How can I deride a class from CEditView and CRichEditView
  201. TAPI : Detecting disconnected Message
  202. Tabs with property page
  203. Listning to HTTP/FTP port
  204. Help with Escape PASSTHROUGH
  205. RectVisible and Debugging
  206. Where to get sample source code on Nurbs?
  207. GetUserName
  208. Storing Tables in Files
  209. OLEDB Problems
  210. OLEDB Problems
  211. Text's size
  212. need help fast .. COM used by jscript
  213. How can I make my application load data when doubleclicking on files ?
  214. How I can disable top right close button of a PropertySheet ????
  215. How to Change Language Settings of a Computer ?
  216. CWebbrowser(1) IE3/IE4
  217. How to use InterFace?
  218. hook Keys in COM
  219. CRichEditCtrl and Group
  220. To Disable the Vertical Scroll Bar in a Owner Draw ListCtrl
  221. Changing OLE iconic display
  222. can CArray be two-dimonsional ??
  223. On Nurbs program
  224. Compile problem
  225. Send keys to another window
  226. initializing a array...
  227. Enum Printers
  228. How to update View window coming out of a Dialog box
  229. A problem about changing a project from "debug" to "release"?
  230. CListBox with a left scrollbar
  231. #import
  232. How can i communicate Between my server and an ActiveX on Clint-side?
  233. Frames
  234. DCOM app run as a remote client or a stand alone app
  235. please please Give me ur suggestion regarding a global function declaration
  236. SendMessage
  237. How Can Debug a Service Application ???
  238. Access Database
  239. How Can debug a Service Application ???
  240. Database Access with CurrentDb
  241. Just simple !!
  242. tree data structure
  243. Some problem about the creation of activex with Atl (VC++ 6.0)
  244. Changing background color of CComboBoxEx
  245. capturing an application window
  246. How many characters can a CString conatain?
  247. Insert a ToolBar in a Dialog based app
  248. Form View has been modified
  249. Can I store numbers in a CString object?
  250. CString members
//JP added flex table