// 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. Automation and thread
  2. How can I change the TZ in Win NT?
  3. Dictionary Linkup?
  4. Strange Behavior in VC6.0
  5. import borland custom controls in vc++
  6. Status bar problem
  7. Dynamic 2D array
  8. Combobox
  9. Capturing windows exit
  10. How can I Invoke a const member function in a class?
  11. Accessing multiple recordsets
  12. Sending a Message stored in a CString buffer through your default emailer
  13. win32
  14. Converting Databases
  15. Changing font in CDialogBar controls
  16. Java Applet in a Dialog box
  17. Query on TAPI
  18. ODBC DSN's
  19. Does anybody know how the record locking via Edit() with DAO works?
  20. Howto: Change the size of an Dialog?
  21. Selecting an HTREEITEM
  22. Borland
  23. Message Hook
  24. How to determine Internet Explorer version?
  25. Number of Driver
  26. Why my ATL control can not handle WM_CREATE, WM_DESTROY and all user-defined message?
  27. Please help: STL multimap causes compiler error
  28. How to intercept a win API and post user defined value?
  29. CTabCtrl?
  30. Why my ATL control can not handle WM_CREATE, WM_DESTROY and all user defined message?
  31. bitmap opacity
  32. MFC / Controls on dialog box
  33. Excel Version Files
  34. ADO and ATL
  35. Split Window
  36. Choose ODBC or DB-Library?
  37. DLL in Windows NT with VB
  38. CCombBox Subclassing and KillFocus
  39. compiler trouble
  40. Manipulate bitmaps images in C++
  41. RegRestoreKey
  42. OLE
  43. Printing a file to a network printer
  44. FTP DownLoad
  45. CWinThread and ON_THREAD_MESSAGE
  46. Disable Status Bar Command Tips
  47. PC to Mac X-Development
  48. A Good Book
  49. CommCtrl
  50. How to read from a parallel port?
  51. ConvertDIBSECTIONToThumbnail from THUMBVW.DLL
  52. The ADO Open() call.
  53. Redirect output
  54. Scroll Bar
  55. ADO: Editing a field value in a recordset
  56. Splitter client area
  57. Remapping Enter to Tab
  58. Code wanted
  59. Very Simple Question about "Old C"
  60. How do I get a pointer to a CPropertyPage's CPropertySheet?
  61. SUGGESTION
  62. Help needed with STL maps!
  63. Base64 Encoder/Decoder SourceCode
  64. open binary files
  65. status bar
  66. How To: Remove menu strings from StatusBar
  67. Base64 Encoder/Decoder Source Code Needed
  68. Property Sheet and Menus
  69. including message in email sent from VC++ code
  70. Hi! Is there anyone out there how can tell me how record lockting with DAO works. REWARD: 1 beer ca
  71. API GetLocaleInfo
  72. CListCtrl Items
  73. Changing the color of a CStatic control
  74. Automation Support
  75. How can I create cascading folders under start menu?
  76. Dynamically deleting views from splitter window...
  77. Hiding Toolbars
  78. Visual C++ Magazine...?
  79. how to implement ticket tape
  80. How to implement ticker tape in VC++
  81. Book on writing help files?
  82. Help Dialog Position and Color
  83. dynamic link library (DLL) initialization routine failed
  84. Using the DBGrid - where is the data control??
  85. CRichEditCtrl. : EditWordBreakProcEx
  86. How to create ado recordset by vc++, fill in data by yourself and then pass it to VB?
  87. Internet Firewalls
  88. Printing Bitmaps
  89. MRU on Dialog based app
  90. how can I let the user copy from but not paste anything to the SDI child area
  91. how can I move the Help menu item to the far, far right of the menu
  92. games that can be programmed in c++
  93. What is owner drawn control?
  94. The linker report a warning: : warning LNK4039: section "001" specified with /SECTION option does no
  95. How Control Number of Records to Fetch?
  96. WebBrowser control
  97. How can I intercept a win api calling?
  98. how to recreate mfccalc from scratch
  99. FindFirstFile() Function??
  100. Can SDI (CFormView based) look exactly like dialog based application?
  101. Anybody know how to make a program for Win API hook?
  102. Imp: How can I make an array of CButton Control?
  103. masterx
  104. Does OCI wrapper classes exist?
  105. SP% for win NT
  106. basic mathematics(urgent)
  107. How to read text file?
  108. In my COM, how to hook the keys used by IE
  109. Resource with dialogs of different font sizes??
  110. Please its urgent ! How to deal these Global variables
  111. URGENT : DBGrid Unbound Operations
  112. finding default browser
  113. CB_INSERTSTRING...Please....
  114. Q: IE Refresh (F5)
  115. Bitmap opacity
  116. Tool Tips......
  117. How to start an MDI empty?
  118. MFC Window Frames
  119. _msize()
  120. CEdit
  121. Sockets (I need some tips)
  122. Use Keys in Active X Control
  123. Drawing on a bitmap - double buffering
  124. How can I make one column fix in a list control ?
  125. Warning::: Cannot register Unicode EXE on Windows 95!!!Help me
  126. How can I trap when the user resizes one column in a list control ?
  127. pop -up the active x
  128. allocating memory with new
  129. How can I bring a selected view window to the top?
  130. Previewing Fonts without installing the font, in VC++
  131. How can I catch MS-Dos window message?
  132. Whats MSVCP50.DLL ?
  133. How do i use FindWindow()!!!
  134. Creating MFC project exe and COM simultaneously?
  135. How to block messages going to an application by using a hook?
  136. Dynamic Views
  137. capture images
  138. to pass an object by reference or to pass a pointer to the object
  139. Program Profiling
  140. merging proxy stub dll getting errors on build
  141. What is a hook function ?
  142. Is OLE2CT valid when used with BSTR
  143. Need Help with MSFlexGrid Control
  144. StretchBlit distortion
  145. Headers (Includes)
  146. Problem calling object in another exe thru automation
  147. Receive event delay enigma
  148. Q:Windows setup without Control Panel
  149. HTMLHELP
  150. hangman again
  151. SetFocus() not working!!!
  152. Custom Control Question
  153. Locking an Application
  154. ListView Scrollbar
  155. Getting row number when double clicking listview control
  156. Resizable CControlBar
  157. Urgent !! Graphic OLE Controls
  158. I want to get the pointer to the (out of focus ) Inactive view
  159. passing pointers to ActiveX controls.
  160. active x used in a web site
  161. How can i use SDK??
  162. show text in CView
  163. Checkboxes
  164. A problem in EditLabel()
  165. How do I change the background color of CListBox
  166. Magma or Lava algorythm
  167. Assemble Question
  168. How can I catch message displayed on MS-Dos window?
  169. I need help on how to make a "winamp style" interface
  170. Drag and Drop from a toolbar
  171. Basic command line question
  172. Logon messages
  173. Is client logged in ?
  174. Path from Handle
  175. Programming Language of Choice
  176. Where to find shell programming resources
  177. Draw rotated text in 8 bit DIB Section
  178. how can I underline, bold and italics a word in a SDI child area
  179. COMTIMEOUT
  180. Shell Extensions
  181. COMMTIMEOUTS times out, what then ????
  182. question by new user
  183. accelerators! How can I control them? Help! Help! HELP!
  184. Print Preview and CScrollView
  185. MSFlexGrid - Keyboard Navigation
  186. CHTMLView
  187. Flicker Free Dialog Bitmaps
  188. How to change the icon of the VC++ application exe??
  189. One app starts another one?
  190. Window messages...
  191. How do I start my program when windows starts up
  192. Printing 256 color bitmaps - Stuck for a week
  193. how to create automation server
  194. FindExecutable for dll's
  195. ADO and NT Service
  196. ADO with COM in an NT Service
  197. timegettime
  198. Winsocket Program
  199. NT Event Log Question
  200. Num Lock, Caps Lock & Scoll Lock
  201. How Make a ActiveX Control safe for Initalization and for scripting
  202. What is header control?
  203. How to attach a Tool Tip to Scrollbar?
  204. Resizing the control to fit the dialog bar?
  205. How to create array of POINT structs?
  206. How to use SQLOLE classes
  207. URGENT!!!..Difficulty in building paintlib program
  208. URGENT : -How to retrieve the full Path of Netscape.exe ?
  209. Checking Image Quality
  210. How to lok Beyboard strokes in MFC?
  211. How do I check scanned image quality?
  212. How to get sound input from mic?
  213. Is it Unicode or Not ??
  214. How to get full path of Netscape.exe ?
  215. Simulating modal behaviour
  216. Remote Applications
  217. How can I hook URL in Internet Explorer ???
  218. Where can i find the VC SNMP programming and netsite?(null)
  219. ......Is it possible in vc?
  220. match color
  221. Tab Control Colors
  222. NT Service Disappearing
  223. URGENT: code in OnInitDialog() is not executing!
  224. why my ClistCtrl doesn't send TTN_NEEDTEXT message for tooltips
  225. How change OCX properties
  226. Winsock MFC help
  227. Remote Automation
  228. CListCtrl sorting
  229. Hide/Show CDialogBar
  230. Thread questions
  231. Customize a CRichEditCtrl
  232. EN_UPDATE
  233. Finding size of certain character
  234. Changing Views
  235. DataBase development with Visual C++
  236. Disable Button in CSpinButtonCtrl
  237. Changing Button Text
  238. toolbar
  239. FlexGrid.AddItem
  240. Printing 2^8 (256 Color) Bitmaps - REWARD!:)
  241. Getting login message.
  242. Does anyone still know VC 1.52 stuff ??!
  243. How do intercept internet packets?
  244. Help me,please!!!!
  245. MSComm32.OCX
  246. How to resize the bitmap?
  247. Winsock prob
  248. How to display .JPG files in the crystal report.
  249. ChildWindowFromPoint
  250. Trapping ESC in CDialog
//JP added flex table