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 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981

  1. How to "freeze" the bars between the panes of a static splitter.
  2. Problem with AddNew
  3. View update
  4. accessing another application memory
  5. Teacher needs Printer help
  6. Displaying 24 Bit bitmaps?
  7. Detecting Column Header Clicked With CListCtrl
  8. WM_TIMER in subclassing BUTTON
  9. Serial Communications
  10. how to implement virtual desktop like linux in nt
  11. Best Book of VC++ and DCOM
  12. How to show ActiveX Property Page
  13. Tree View
  14. Passing an array to another class??
  15. Blank Doc in SDI
  16. How to change non-client area coordinates of window?
  17. Saving Screen..
  18. Virtual deriving - is it possible?
  19. ADO Open database connection---Urgent
  20. Comport reading problems
  21. calling applications
  22. CRichEditCtrl Background as bitmap
  23. How to I change IME state
  24. Prevention of startup MDI child
  25. Prevention of startup MDI child
  26. [Q] How to find the process that initiated a network port?
  27. window procedure
  28. Q:Showing list of items of large database.
  29. I need FTP Server Sourse.
  30. VB form in VC 5/6++(MFC)
  31. Justify Text in LEGAL DOCS
  32. Sending file to printer
  33. Help with CreateWindow()
  34. Brauche Hilfe für Winkelberechnung
  35. SDI - App with Menu
  36. Help?
  37. List Box
  38. How to print MSChart in VC
  39. OnKeyDown
  40. help me to find the source code of Mine
  41. Mailslots between computers
  42. CTRL + X
  43. afxdao.h... HELP!!
  44. Threading problem in release version of the software
  45. Best way to share data with other apps?
  46. How to size the window like a toolbar?
  47. InsertItem for ListCtrl
  48. Drive Selector
  49. How to call a Dll function ?
  50. DIB and all graphic stuff !!!
  51. DDV control for minimum number of characters.
  52. Opening a help window, just as a dialog window is opened. (events)
  53. Maximum Dlls
  54. Executing Browser
  55. Using ActiveX control from a non-MFC application
  56. CInternetException - lost in VisualC++ documentation , please help
  57. You can now rate the posts to the discussion boards
  58. You can now rate the posts to the discussion boards
  59. How to avoid this wrong
  60. CFileDialog changes the current directory - Help
  61. Database Help (Beginner)
  62. Image management in VC++
  63. How to create editable ListBox?
  64. Cube Browser
  65. CEdit: Set caret position in dialox box single-line dit control
  66. Color of Tabs in CPropertySheet derived class
  67. TreeControl
  68. attach BMP to button
  69. TreeView Cotrol -as the electronic filing system
  70. Attach BMP to control button
  71. IWebBrowser2
  72. CArray
  73. How to add a band to the rebar of IE?
  74. "Minimize to System Tray" implementation question - Is there a WM_MINIMIZE? or something similar?
  75. Can we manually change the value of resource symbol
  76. How to convert Thread ID to THCB?
  77. VB ActiveX DLL in VC++
  78. VC5 & VC6
  79. Setting ODBC Data Source Name during setup
  80. Special SplashScreen
  81. Is there a limit printing more than 260 characters in a ClistCtrl?
  82. how to attach menu to child window?
  83. CString
  84. CListCtrl update
  85. How to store a new line character in a Text File using CFile?
  86. compiling map template
  87. Converting GUID -> string -> GUID
  88. Change Font Slant Angle
  89. CreateCompatibleDC
  90. Full Texr Search
  91. Full Text Search
  92. Using Files
  93. How can I maximize the first View at my MDI app
  94. How can I change the default view title in a MDI app
  95. How to
  96. Excel 9
  97. help please
  98. Visual C++, Windows Operating System
  99. Difference
  100. Difference
  101. ActiveX wrapper class
  102. How to make menu and tool bar like I Explorer or MS Products
  103. The trouble with create.
  104. First Chance Exceptions in the relase build only! Help!!!!!
  105. DeviceIoControl
  106. Sending Messages to Other Applications
  107. How to load jpeg/gif/bmp images to a imagebox when clicking on a listbox
  108. Using registry keys
  109. books.. beyond dialog boxes
  110. Buffer size needed for PostThreadMessage()
  111. I need to see if a process is running then activate it?
  112. CControlBar
  113. Modal view
  114. How to run my MFC app from a web browser
  115. Another CView or CDialog???
  116. 100$ Question
  117. Dialogs (1024 x 768)
  118. Showing 24 Bit bitmaps
  119. HELP!!!
  120. Where can I find a free SQL server?
  121. OnContextMenu ain't being called
  122. Release SW
  123. Errors compiling Standard C++ code with VC++
  124. How to print MSChart in VC
  125. How do you load a small icon from a resource file
  126. text files
  127. Print Rich Text Control
  128. Tab and Arrow keys not working in Composite Control.
  129. more files
  130. Caption area
  131. Where is winsock.dll??
  132. Icons
  133. Windows 2000 question
  134. How to get MDI client area minus control bars?
  135. Print PreView
  136. Opening database table with an SQL query
  137. Exporting a project from BC502 to Microsoft VC6
  138. Direct3DIM
  139. Activex wrappers
  140. CHeaderCtrl w/ HDN_DIVIDERDBLCLICK
  141. Graphicly Impaired
  142. tabbing
  143. Help: inserting LogBinary (>64K) into Sybase ASA through ODBC
  144. Monitor Power off in NT 4.0
  145. C++ equation solver-grapher program HELP!!
  146. Deselecting TreeView items during insert
  147. HOW TO PLOT GRAPHS?????Urgent
  148. tip of the day
  149. Burn in DLL hell... (How to figure out which DLL is needed on all versions of Windows?)
  150. Trapping ESC in Dialog Boxes
  151. problem localizing CFileDialog template
  152. Assemble Question
  153. CListCtrl Question
  154. CListBox Quick Search
  155. Print out of CComboBox
  156. Deleting memory allocated with New
  157. ODBC & SQL Server
  158. CEditView
  159. Timer Callback/Message
  160. Network, Sharing name
  161. Funktion use every 2 minutes (in a kind of loop) ? IMPORTAND ;]
  162. Extended MAPI Resend Problem
  163. How to intercept a launching process BEFORE it starts
  164. use asp ocx mail
  165. need a programm of client & server with windows sockets!!!!!!!
  166. How to create temporary tables?
  167. socket, connect blocking
  168. Address mapping from a given URL to 127.0.0.1
  169. Use Predefine Query
  170. Failed to create empty document
  171. How to use interface?
  172. Monitoring sockets
  173. IContextMenu2
  174. timeout an application
  175. timing out an application
  176. aplication time out
  177. How to POST to web
  178. Scaling an image.
  179. In a CPropertyPage Enter key doesn't work !, but space bar works OK !. help ?
  180. Play MIDI file in VC++???!!!
  181. Urgent:Access Violation when run outside the debugger
  182. wsock32 DLL
  183. HOW to pass ARRAY OF STRUCTURES in COM DYNAMICALLY thru interface methods
  184. winsocket
  185. How to make an irda applikation?
  186. Vertical text in a device context
  187. VC6 and SP3
  188. Requerying CRecordset
  189. How to mirror a m*n matrix diagonally?
  190. Q: subqueries in CDaoRecordset::FindFirst()
  191. Error while retrieving data with CRecordSet
  192. Error while retrieving data with CRecordSet
  193. Windows98 or Windows NT, which is better
  194. circuit simulation using VC++
  195. Dialog Controls
  196. How to open every TEXT file?
  197. How to keep last printer used and provide it to print dialog box ?
  198. Make directory in SHBrowseForFolder?
  199. Integer to ASCII
  200. SetModifiedFlag called for new documents created by OLE
  201. How to concatenate long string in source code
  202. Need help!
  203. JPG to BMP
  204. Changing time on NT
  205. How to control microsoftchart
  206. Font instalation !!!
  207. VXD
  208. Keyboard ShortCut
  209. Converting Bitmap to MetaFile
  210. COMBOBOX problems
  211. Trigger an Event
  212. Thread functions in objects
  213. Inserting ActiveX control inside another Activex Control
  214. [HELP] Implemanting a vertical GUI
  215. how to create a multiple dragimage
  216. Filling an area?
  217. why send command not work?
  218. Disable EditBox programaticly
  219. Pointer Question
  220. How can I write data to paralles port?
  221. Compatibility of classes in DLL's
  222. URGENT !!! How can I change text color of a tab label in a CTabCtrl control ???
  223. How to: Set a minimal size of a window ?
  224. Controls
  225. how to hook the text display in all application
  226. Code Question
  227. Large CArray usage
  228. How to Power off monitor from my c++ program in NT 4.0
  229. OMFC BOUND WIDGET LIBRARY
  230. Synchronize method on DAO 3.5 database object
  231. Everytime I move the slider bar in my dialog OnHScroll gets called 3 times instead of 1
  232. list control basics
  233. ToolTips don't appear
  234. How to make threads!!! URGENT
  235. Hpw to use GetProcAddress with ordinals
  236. SQL Access
  237. Anti-aliased font on DibSection. Broken under Win98?!?!?!
  238. GUI editing
  239. Icon in System Tray?
  240. Having difficulty wth RichEdit Control
  241. Decompress JPEG
  242. Customizable Toolbars
  243. What to do
  244. Getting window class from HWND
  245. Trouble with CString serialization after formatting?
  246. help me please
  247. How do I UNDO SHFileOperations?
  248. CreateDragImage
  249. How to make CListCtrl selections have CListBox behavior??
  250. trial version