// 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. Urgent!!! full-screen window
  2. Help: Searching for classes that support a given interface
  3. How to pass the block (structure) of data from dll to app
  4. how can I change the title bar color?
  5. Adding FTP ACCT control to the WinInet Library---any suggestions?
  6. Always On Top property for Dialog Applicaton?
  7. ERwin,Urgent
  8. Description of a Field in a Access Table
  9. VC++ Mailing List
  10. MDI
  11. Where is a plug-in API for browsers?
  12. How to get the actula character for Alt key combo
  13. Just In Time Debugger for Windows CE
  14. Combo Box List Prefilled
  15. glDrawPixels()?
  16. What is Satan attack and IP spoofing ?
  17. Control Panel Date/Time changes system time.
  18. What is better SELECT * or SELECT field names
  19. Control Registration
  20. HELP NEEDED: ADO and MSFlexGrid in VC++
  21. MFC support for IE 4
  22. Set CRichEditCtrl to ECO_SAVESEL: Problems
  23. Using CSystemTray with a dialog application
  24. DevStudio macro to set the Active Build Configuration
  25. Change printer security
  26. What is the ideal way to do this?
  27. System Messages
  28. How do I set the cursor of a CView?
  29. If you can, HELP!!
  30. Search and scroll with ODBC
  31. Colors in controls
  32. Under in Boot Disk
  33. ADO Control wrapper class
  34. static text
  35. How do you copy a DIB to the ckipboard?
  36. HELP!! Resizing and moving a child edit control within a dialog based app
  37. How to make a thread access a CDocument?
  38. Thank you all who have helped me!!
  39. Rilly obnoxious thread problem
  40. Change Edit box color?
  41. [ODBC] How to INSERT text record
  42. ActiveX control size
  43. ComboBox Help
  44. Delayed loading of DLLs
  45. Cursor Handling
  46. keyboard handling
  47. How to fire an OCX event from a non-member function
  48. Create MCI Application
  49. Internet Connection - Urgent!!
  50. vc tools
  51. Windows CE
  52. clistctrl selecting help
  53. Hyper link in visual C++
  54. Subclassing a window...
  55. CListCtrl
  56. CDateTimeCtrl
  57. Audio Advance Properties??
  58. *** URGENT *** -- Reposting -- How to programatically resize and move an Edit Control within a Dlg b
  59. Selecting a non-default printer without showing the print dialog
  60. How too Create an .avi file??--Urgent
  61. MediaPlayer
  62. How to create Photoshop style floating windows?
  63. Q: Non flashing ATL control
  64. changing FTP password
  65. Edit Control
  66. Change number of colors of display at run time with VC++
  67. Edit control
  68. Topmost modeless dlg
  69. File Dialog
  70. Calling functions from different views
  71. CreateProcess is slow
  72. Mouse position
  73. Stop running
  74. SDI and Splitters
  75. Hide the taskbar in some way
  76. Sending Faxes
  77. Why COleCurrency does not support operator * (double dValue) const?
  78. modem
  79. Date Field not Visible
  80. IClassFactory::CreateInstance is not being called
  81. Using CArray
  82. HELP what am I doing wrong ?
  83. Urgent Response Needed on CArray
  84. OnReceive
  85. Update checkboxes in a ListCtrl
  86. Baffling CDialog Problem
  87. How convert a exponent double data to a string?
  88. Creating non-sizeable splitter windows
  89. static text
  90. a question about malloc
  91. How to get tooltips font?
  92. SetViewportOrg and weird artifacts after scrolling
  93. Is it possible to assign tooltips to combo box items?
  94. Setup file --Instal sheild where to get it??
  95. Internet/email shortcuts
  96. Active-x Video clip Control?
  97. CHttpConnection
  98. How to create text on screen with OpenGL?
  99. Need Serial Comm Expert! Intercharacter delay problem
  100. VC++ 6.0
  101. PropertSheet - detecting tab change
  102. ??? Displaying dollar amount in edit box?
  103. gina
  104. C Program to display time left til Year 2000
  105. MS Access automation
  106. Reading contents of a directory
  107. Display property
  108. change display property
  109. change extension (*.*) in CommonDialog open & save
  110. GetFileExt()
  111. GetFileExt() ;
  112. Context Menu or Popup Menu Can't work in myapplication.
  113. How to display in columns
  114. Dialog App Icon Distortion--Repost--PLEASE HELP
  115. Change bgcolor in myapplication
  116. No command "GetselText" in CEdit
  117. Pixel Aspect Ratio
  118. Passing CWnd and command line?
  119. Containers
  120. CComboBoxEx: Make read-only?
  121. outputing text to screen, please help
  122. Suggesting a name in the File Dialog
  123. Urgent - Determining if a CD drive is open through MCI
  124. Console Redirection problem
  125. How to change color of brush?
  126. Unable to initialize DAO/Jet db engine
  127. Sharing Class Instance between Views in SDI environment ?
  128. CheckBox
  129. HTTP Proxy
  130. Refresh Window
  131. Find my mistake with the random command
  132. Converting a string to int
  133. Combobox font / check for enter
  134. How use DLL' export function( "C format") of C++ Build in code of VC++?
  135. Can be the VC++ Class used By the other C++ Language?
  136. Changing paper size and etc. without using CPrintDlg
  137. MSComm control
  138. How to change the application icon?
  139. Make a VC6 Programm work on other computers
  140. Make a VC6 Programm work on other computers
  141. automatic scrolling in Edit Box
  142. Lots of data
  143. More then 400 buttons in a dialog?
  144. Is it possible to use Named Pipes instead?
  145. ADO+JET BLOB memory leak
  146. msvc 6 problem
  147. Multiple Windows
  148. Where can I find header file afxdtctl.h?
  149. LPT Ports
  150. ROUTETAB.DLL
  151. OnTimer( ) Please help!!
  152. How to Static Link
  153. How to dynamically allocate multidimensional Arrays ?
  154. Select an item in Listview Control by double clicking
  155. ODBC recordset loop executes only 200 times???
  156. Wildcard searching in CRecordSet
  157. One or More Breakpoint cannot be set ! what's wrong here ?
  158. visual c++ setup
  159. Urgent Response needed !!!
  160. About CreateProcessAsUser
  161. Request help with loop
  162. serializing file to rtf format
  163. help(gcc)
  164. serializing file to rtf format
  165. Checking and unChecking group of menu items
  166. inserting a bitmap in my About Box
  167. Ctrl in a Dialog Box
  168. Urgent!!!!! TAPI,TSPI CRITICAL ISSUE....
  169. How to set values in VARIANT data type
  170. Using splitter windows in SDI app
  171. ATL Registrar Object
  172. Points to curve
  173. STL and MFC
  174. Combobox and edit control
  175. PostScript
  176. Using OpenGL to render to a image list bitmap!
  177. Deleting from Favorites
  178. Office Products & DDE
  179. Nullability in MsAccess
  180. GetDiskSpace Problem !!
  181. Tooltips problem under 98
  182. To boldy go were no thread has gone before
  183. CComboBox OnDropDown, OnSelEndOk, OnSelEndCancel...
  184. Init TreeWiev from Database
  185. Is there no solution for this problem ?
  186. RTF 2 HTML
  187. I got a problem!
  188. help me!!! how can i use w32 sdk to create the flat toolbar with gripe ?
  189. MAPI in NT4 console apps
  190. How to add a message map to a class generated manually OR import a class w/mm from outside and get i
  191. Listview's callback and refresh the item
  192. How do I turn off buffering?
  193. rect size problem
  194. Calling UpdateResource with Vin95/98
  195. How to detect aspi32
  196. Telephony services...
  197. How to load BitMap on a Button which is a menber of DialogBox
  198. Text capture
  199. MFC View
  200. How to detect aspi32
  201. Stored Procedures
  202. Site download, looking for programs to do such
  203. Usinf MS-Office components in ASP
  204. Date/Time Controls... HELP!!!
  205. command handling
  206. Debugger Application..
  207. static text
  208. Views, ActiveX Controls and Printing
  209. Multeple Docs in a Doc
  210. Adobe Acrobat
  211. please help a student in visual c++. how to get the size of a cstring of text
  212. How can I retrieve the value stored in a COleVariant?
  213. How do you add a 'Virtical Grey Bar' to the Rich Edit View like in msvc?
  214. How can I get the line number of a text file?
  215. Windows Address Book
  216. How to detect if any printer installed
  217. Funniest compiler error I've seen, but it's serious!!!
  218. Operator Overloading
  219. casting dynamic pointer in DEBUGGER
  220. How to make the edges of edit box rounded
  221. Application crashing, is info on dialog useful?
  222. operator[] overloading
  223. Change focus
  224. need help in C++
  225. how can i retrieval the whole path in a computer(like explore)
  226. Tooltips in PropertyPages
  227. HTML CEditView
  228. Login
  229. Change Color of single row in CListCtrl and CTreeCtrl
  230. Please Help: Mouse wheel crashes CListCtrl
  231. Aysc Download over HTTP
  232. How to make the edges of editbox rounded
  233. Adding lines to a CListCtrl
  234. Button
  235. Bottomless CRichEditCtrl
  236. Trees...I know not a Visual topic, but need help
  237. SOCKS 5 Proxy
  238. How can I place a Menu Bar in a dialog-based App?
  239. How to stop playing wave file?
  240. SQLBindParameter
  241. PANIC ! Help please. Missing menu option in VC5.0
  242. How to send & receive voice over internet?
  243. binary search tree
  244. How to change the style of editbox at runtime
  245. CHtmlView
  246. Unhandled Exceptions
  247. Edit&Continue debugging
  248. cin.clear - HELP Pleeez
  249. RTF control
  250. CListCtrl: Selecting the row
//JP added flex table