// 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. CFile
  2. Reload problem when browser is resized
  3. Multiple connections to an HTTP server
  4. CRichEdit Problem
  5. animated gifs into dialog window
  6. string list
  7. communication between the components of two dialog windows within a dialog based application
  8. [HELP] how to add Scroll attribute on IE band obejct?
  9. My data is changing every 100milisec... Am I possible to display the data atleast after 1 sec in the
  10. component control for modeless dialog
  11. CFileFind
  12. CD player
  13. is the following code fragment correct to create a modeless dialog and access one of its components?
  14. how can I activate a button event by pressing Enter instead of pushing that button?
  15. Registiring a App bar
  16. Private members
  17. inserting gif into dialog
  18. Packets
  19. Wang Image Edit -- memory leak?
  20. How do I use CEdit
  21. Mouse clicks
  22. (URGENT..): Alignable property to controls..
  23. How to paste an application icon in the desktop?
  24. Is it possible that the SetTimer() and the timers are faking ???
  25. Need lil' help with CAsyncSocket ppplease...
  26. Hopelessly looking for an item
  27. Changing fiel with Enter key
  28. Automation
  29. Change the status-bar text color.
  30. How can I exchange data between two Property Pages?
  31. Open particular property page (ActiveX)
  32. How to find an item in a list control if only the text label is known?
  33. Minimize to system tray
  34. MSOffice/Ole
  35. loadstandartcursor
  36. ActiveX Controls
  37. Raising an runtime error in ActiveX control VC++
  38. strfilter
  39. WM_CTLCOLOREDIT in Windows2000
  40. linked lists
  41. Creating an Explorer looking program
  42. Dynamic building of control & events
  43. Scrolling the View!
  44. print a CClientDC area
  45. COleException
  46. SystemTimeToTzSpecificLocalTime
  47. Getting www.codeguru.com in address
  48. Is dialog content changed?
  49. Who changed "Domain Name" of this site?
  50. Aplication compatible with either MS Access ODBC 3.5 and MS Access ODBC 4.0 drivers using MS Access
  51. CRect an LPRECT
  52. icon to imagelist
  53. Binding the cursor to a window
  54. NT Symbolic links like Unix
  55. Menu with bitmaps
  56. Help!!!!!!!!!!!!!!!!!!!!!!!
  57. CMenu with MDI
  58. Can I getTree-view and RichEdit in splitter windows?
  59. Reading system's user name
  60. Dialog sizing
  61. (ATL) MIDL2025: syntax error
  62. Getting the ID from a previous add...
  63. Playing ASF with DirectShow
  64. PropertySheet in Toolbar ??? (like BCB)
  65. Don't want it to draw a frame CWnd
  66. Ctrl+P shortcut key dosen't work
  67. Multiple FrameWnd's
  68. Finding related CPP file
  69. Distribution of applications
  70. runtime creation -- help
  71. MS XML
  72. a difficult problem: detecting dial-up connection before windows
  73. PRINTING: Just 1 Quick Question Please . .
  74. reading in a bitmap into CView
  75. How can I draw to the background in a MDI app?
  76. Microsoft Money 99 Gui
  77. Structs and CString and Files
  78. Inheritance
  79. Using CEditView to record log information
  80. Device Context
  81. About coloring trianglular regions in SDI
  82. how can I determine the letter of each 3 1/2 disk drive?
  83. Video Capture using VFW API
  84. ResFile
  85. MSXML 4.0
  86. shape program
  87. getting device context
  88. Windows SDK Default Printer
  89. Variant
  90. How to make CFormView look like a Dialog Box
  91. Arrange MDI-Childs
  92. OwnerDraw TreeView: width of items
  93. Start the program Maximize - how?
  94. MS Comm Control not working. Why?
  95. MS Comm Control not working. Why?
  96. MIDI Device Input
  97. Error launching VC++ 6.0
  98. bitmap color scale
  99. IRQ in the VxD
  100. Memory DC from a Printer DC
  101. how to call a function automatically when a dialog shown up?
  102. serial communication
  103. Keyboad buffer
  104. sockets - does anybody know how to resume a HTTP download ? - please help - deadline
  105. how can I programmatically kill an application?
  106. CDialogBar
  107. Split Main window/using control bar
  108. SetFocus
  109. SetFocus
  110. Directory Folders
  111. HDC without SetPixel
  112. STOPPING RESIZE
  113. fileview and subprojects
  114. creating a new folder
  115. Out puttinf to a file via a function
  116. Introduction to windows programming.
  117. How to display a bitmap using a dc ?
  118. gcd algorithm
  119. executing a file
  120. CFileFind question
  121. Regular Expressions
  122. I/O parallel port with NT4
  123. C++
  124. help with the "n-queens" program using stacks and templates
  125. Preventing Resizing of mainwnd
  126. Is there any way of programmatically creating a printpreview()?
  127. Just one instance of an automation component...
  128. ActiveX Problems
  129. [Q] howto make cool GUI??
  130. How do I Enable/Disable Menu Items on a MDI
  131. Max Min
  132. COM(ATL) and Exceptions
  133. Dynamic Menu item disappeared when opening a document!
  134. Webcam Programming
  135. Porting Application from Win98 to Chinese Win98
  136. #import with EXE Urgent
  137. problems linking while building the program
  138. WinSock Event firing
  139. Having trouble with MFC....
  140. Print w/Multiple Doc Types
  141. Header files - MFC
  142. Somebody working on SOCKS in MFC?
  143. ODBC SQLBulkOperations
  144. CString passed to SendMessage
  145. Const & Define
  146. CString pointer
  147. enable/disable and destroy
  148. Inheritance & composition
  149. OwnerDraw ListBox with LBS_SORT property
  150. [Q] Ms Chart Control
  151. Distribution of DLLs
  152. Create a setup wizard
  153. Getting the server time on client app.
  154. Writing bits to the buffer
  155. How to detect that the running OS is win2000??
  156. Testing an MFC Application
  157. Name for the prompt
  158. CDBException error
  159. Logging off users from NT Server and keeping Server locked
  160. TraceRoute & ASP
  161. CDBException error !
  162. Reading Memory
  163. CDaoRecordset with ODBC
  164. Dialog
  165. CDaoRecordset with ODBC !
  166. How can I use WM_NOTIFY ??
  167. What is "reverse IP lookup"..or something like that
  168. Setting dialog size in device coords
  169. Property Sheets
  170. ActiveX uses another MFC extension DLL
  171. VC++ 6.0
  172. Class for a web browser
  173. Getting the referer from a CHttpFile
  174. WebBrowser control
  175. How do I display a bitmap in a property sheet/page?
  176. Memory Overrides!!!
  177. SP3 vs SP4
  178. Getting the mainframe cion from an application
  179. CMSChart
  180. If case for getting the OSname
  181. CListContronl on a CFormView
  182. Insert a new line
  183. Client Server related problem in Win NT terminal server Environment
  184. Problems with Context sensitive Help, Please HELP! my boss wants this finished today
  185. I/O port
  186. Running MS Word from a VC++ program
  187. Marquee Control
  188. CListCtrl: select item
  189. Where is EOF??
  190. Accessing structured storage pointer
  191. PalmOSIII Analog Clock
  192. Functions which uses MFC
  193. delete files at runtime
  194. List control
  195. CoFreeUnusedLibraries
  196. Link error
  197. How do i upload a file to a server through web page?
  198. CListcontrol
  199. CEdit text color
  200. Excel Copy/Paste: Uregent
  201. How to draw a Bar chart using vc++?
  202. Threads and MFC
  203. Status bar text color.
  204. Converting RTF to MS Word 2000
  205. Tooltips Not Working!
  206. Performing a Search with Threads
  207. how to define "build time" in visual studio
  208. Win32 Application
  209. How to have a handle metafile
  210. VC++ 6
  211. Add C code to C++ project
  212. CoInitialize
  213. retrieving xlt info from resources
  214. Importing tlb with enum constants
  215. Owner Draw CHeaderCtrl
  216. Urgert::colorize bitmap
  217. DAO Recordset
  218. Starting Internet Explorer In MFC
  219. Initilizing and Serializing CBitmap
  220. linked objects
  221. Open excel file with password in visual C++
  222. linked objects
  223. How can I set "Don't show hidden files" programaticaly ?
  224. Registry with an MFC application and an NT service
  225. How do I detect Network Link Speed
  226. CStatusBar & tooltips
  227. How to protect a combobox for writing?
  228. Please help me,How can I open an excel file with password in visual C++
  229. Dynamic Menu
  230. namespace
  231. Help: derived type within a map
  232. toolbar states
  233. Win32 application!
  234. Static Lib and resources
  235. how to desactived namespace or how to give a priority to global namespace
  236. Defining constructors for classes inheriting from CRecordset
  237. Direct Play
  238. Delaying OnNewDocument actions until the application is displayed
  239. Problem with exiting from MFC Win32 App.
  240. How can I detect when user click on ListView's item ?
  241. Looking for an Idea for a MultiThreading project
  242. Urgent: Serialize() doesn't work in DLL
  243. How to convert VT_DECIMAL ?
  244. Highlighting ListBox items
  245. beginning MFC
  246. List Control
  247. Put RTF into CRichEditView?
  248. Dial Up Connection
  249. Windows Programming
  250. UNIX
//JP added flex table